Package org.apache.zookeeper
Class ZooDefs
- java.lang.Object
 - 
- org.apache.zookeeper.ZooDefs
 
 
- 
@Public public class ZooDefs extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceZooDefs.AddWatchModesstatic interfaceZooDefs.Idsstatic interfaceZooDefs.OpCodestatic interfaceZooDefs.Perms 
- 
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_NODEstatic StringZOOKEEPER_NODE_SUBTREE 
- 
Constructor Summary
Constructors Constructor Description ZooDefs() 
 - 
 
- 
- 
Field Detail
- 
CONFIG_NODE
public static final String CONFIG_NODE
- See Also:
 - Constant Field Values
 
 
- 
ZOOKEEPER_NODE_SUBTREE
public static final String ZOOKEEPER_NODE_SUBTREE
- See Also:
 - Constant Field Values
 
 
 - 
 
 -