Generated by
JDiff

Class org.apache.zookeeper.CreateMode

Added Methods
CreateMode fromFlag(int, CreateMode) Map an integer value to a CreateMode value
boolean isContainer()  
boolean isTTL()  
 

Added Fields
CreateMode CONTAINER The znode will be a container node.
CreateMode PERSISTENT_SEQUENTIAL_WITH_TTL The znode will not be automatically deleted upon client's disconnect and its name will be appended with a monotonically increasing number.
CreateMode PERSISTENT_WITH_TTL The znode will not be automatically deleted upon client's disconnect.