public interface GangliaHostProvider
Modifier and Type | Method and Description |
---|---|
String |
getGangliaCollectorHostName(String clusterName)
Get the Ganglia server host name for the given cluster name.
|
boolean |
isGangliaCollectorComponentLive(String clusterName)
Get the status of Ganglia server component for the given cluster name.
|
boolean |
isGangliaCollectorHostLive(String clusterName)
Get the status of Ganglia server host for the given cluster name.
|
String getGangliaCollectorHostName(String clusterName) throws SystemException
clusterName
- the cluster nameSystemException
- if unable to get the Ganglia server host nameboolean isGangliaCollectorHostLive(String clusterName) throws SystemException
clusterName
- the cluster nameSystemException
- if unable to get the status of Ganglia server hostboolean isGangliaCollectorComponentLive(String clusterName) throws SystemException
clusterName
- the cluster nameSystemException
- if unable to get the status of Ganglia server componentCopyright © 2015. All rights reserved.