Package | Description |
---|---|
net.dempsy.cluster | |
net.dempsy.cluster.local | |
net.dempsy.cluster.zookeeper |
Modifier and Type | Method and Description |
---|---|
static DirMode |
DirMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirMode[] |
DirMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
ClusterInfoSession.mkdir(String path,
Object data,
DirMode mode)
This will create a node at the given path.
|
default String |
ClusterInfoSession.recursiveMkdir(String path,
Object data,
DirMode parentMode,
DirMode mode) |
Modifier and Type | Method and Description |
---|---|
String |
LocalClusterSessionFactory.LocalSession.mkdir(String path,
Object data,
DirMode mode) |
Modifier and Type | Method and Description |
---|---|
String |
ZookeeperSession.mkdir(String path,
Object data,
DirMode mode) |
Copyright © 2018. All rights reserved.