Uses of Enum Class
org.cdlib.mrt.zk.ZKKey
-
Uses of ZKKey in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return ZKKeyModifier and TypeMethodDescriptionstatic ZKKeyReturns the enum constant of this class with the specified name.static ZKKey[]ZKKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cdlib.mrt.zk with parameters of type ZKKeyModifier and TypeMethodDescriptionvoidQueueItem.createData(org.apache.zookeeper.ZooKeeper client, ZKKey key, Object data) voidQueueItem.createOrSetData(org.apache.zookeeper.ZooKeeper client, ZKKey key, Object data) intQueueItem.intProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) org.json.JSONObjectQueueItem.jsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) longQueueItem.longProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) org.json.JSONObjectQueueItem.optJsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) QueueItem.optStringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) voidQueueItem.stringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)