Package org.apache.zookeeper.jmx
Class CommonNames
- java.lang.Object
-
- org.apache.zookeeper.jmx.CommonNames
-
public class CommonNames extends java.lang.Object
A bunch of constants. TODO: will get rid of it eventually.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DATA_TREE_KEY
static java.lang.String
DOMAIN
static java.lang.String
STANDALONE_SERVER_KEY
-
Constructor Summary
Constructors Constructor Description CommonNames()
-
-
-
Field Detail
-
DOMAIN
public static final java.lang.String DOMAIN
- See Also:
- Constant Field Values
-
DATA_TREE_KEY
public static final java.lang.String DATA_TREE_KEY
- See Also:
- Constant Field Values
-
STANDALONE_SERVER_KEY
public static final java.lang.String STANDALONE_SERVER_KEY
- See Also:
- Constant Field Values
-
-