T - public interface ClusterMonitorFactory<T extends TurbineData>
ClusterMonitor implementations.
By default we use the AggregateClusterMonitor implementation if none other is specified.
| Modifier and Type | Method and Description |
|---|---|
ClusterMonitor<T> |
getClusterMonitor(java.lang.String name) |
void |
initClusterMonitors()
Init all the necessary cluster monitors
|
void |
shutdownClusterMonitors()
shutdown all the necessary cluster monitors
|
ClusterMonitor<T> getClusterMonitor(java.lang.String name)
name - ClusterMonitorvoid initClusterMonitors()
void shutdownClusterMonitors()