Uses of Class
org.cdlib.mrt.zk.ZKKey
-
-
Uses of ZKKey in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return ZKKey Modifier and Type Method Description static ZKKey
ZKKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZKKey[]
ZKKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdlib.mrt.zk with parameters of type ZKKey Modifier and Type Method Description void
QueueItem. createData(org.apache.zookeeper.ZooKeeper client, ZKKey key, Object data)
void
QueueItem. createOrSetData(org.apache.zookeeper.ZooKeeper client, ZKKey key, Object data)
int
QueueItem. intProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
org.json.JSONObject
QueueItem. jsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
long
QueueItem. longProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
String
QueueItem. makePath(ZKKey key)
org.json.JSONObject
QueueItem. optJsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
String
QueueItem. optStringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
void
QueueItem. setData(org.apache.zookeeper.ZooKeeper client, ZKKey key, Object data)
String
QueueItem. stringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
-