|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateMode | |
---|---|
org.apache.zookeeper |
Uses of CreateMode in org.apache.zookeeper |
---|
Methods in org.apache.zookeeper that return CreateMode | |
---|---|
static CreateMode |
CreateMode.fromFlag(int flag)
Map an integer value to a CreateMode value |
static CreateMode |
CreateMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CreateMode[] |
CreateMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.zookeeper with parameters of type CreateMode | |
---|---|
String |
ZooKeeper.create(String path,
byte[] data,
List<ACL> acl,
CreateMode createMode)
Create a node with the given path. |
void |
ZooKeeper.create(String path,
byte[] data,
List<ACL> acl,
CreateMode createMode,
AsyncCallback.StringCallback cb,
Object ctx)
The asynchronous version of create. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |