Uses of Enum
org.cdlib.mrt.zk.ZKKey
-
Uses of ZKKey in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return ZKKeyModifier and TypeMethodDescriptionstatic ZKKey
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 ZKKeyModifier and TypeMethodDescriptionvoid
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) org.json.JSONObject
QueueItem.optJsonProperty
(org.apache.zookeeper.ZooKeeper client, ZKKey key) QueueItem.optStringProperty
(org.apache.zookeeper.ZooKeeper client, ZKKey key) void
QueueItem.stringProperty
(org.apache.zookeeper.ZooKeeper client, ZKKey key)