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 ZKKeyZKKey. 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 voidQueueItem. 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)StringQueueItem. makePath(ZKKey key)org.json.JSONObjectQueueItem. optJsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)StringQueueItem. optStringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)voidQueueItem. setData(org.apache.zookeeper.ZooKeeper client, ZKKey key, Object data)StringQueueItem. stringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
-