Package com.mapr.cli.common
Class ClusterServicesUtils
- java.lang.Object
-
- com.mapr.cli.common.ClusterServicesUtils
-
public class ClusterServicesUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.logging.LogLOGstatic java.lang.StringMAPR_HOMEstatic java.lang.StringWARDEN_CONFstatic java.lang.StringWARDEN_CONF_NAMEstatic java.lang.StringZK_STRING_KEY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterServicesUtilsgetInstance()org.apache.zookeeper.ZooKeepergetZKClient()
-
-
-
Field Detail
-
LOG
public static final org.apache.commons.logging.Log LOG
-
MAPR_HOME
public static final java.lang.String MAPR_HOME
- See Also:
- Constant Field Values
-
WARDEN_CONF_NAME
public static final java.lang.String WARDEN_CONF_NAME
- See Also:
- Constant Field Values
-
WARDEN_CONF
public static final java.lang.String WARDEN_CONF
- See Also:
- Constant Field Values
-
ZK_STRING_KEY
public static final java.lang.String ZK_STRING_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static ClusterServicesUtils getInstance()
-
getZKClient
public org.apache.zookeeper.ZooKeeper getZKClient()
-
-