Uses of Class
org.cdlib.mrt.zk.MerrittZKNodeInvalid
-
Uses of MerrittZKNodeInvalid in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that throw MerrittZKNodeInvalidModifier and TypeMethodDescriptionstatic BatchBatch.acquireBatchForReporting(org.apache.zookeeper.ZooKeeper client) static JobJob.acquireJob(org.apache.zookeeper.ZooKeeper client, IngestState state) static AccessAccess.acquirePendingAssembly(org.apache.zookeeper.ZooKeeper client, Access.Queues queueName) static BatchBatch.acquirePendingBatch(org.apache.zookeeper.ZooKeeper client) static BatchBatch.acquireUpdateBatchForReporting(org.apache.zookeeper.ZooKeeper client) static AccessAccess.createAssembly(org.apache.zookeeper.ZooKeeper client, Access.Queues queueName, org.json.JSONObject token) static BatchBatch.createBatch(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject submission) static JobJob.createJob(org.apache.zookeeper.ZooKeeper client, String bid, int priority, org.json.JSONObject configuration) static JobJob.createJob(org.apache.zookeeper.ZooKeeper client, String bid, int priority, org.json.JSONObject configuration, org.json.JSONObject identifiers) static JobJob.createJob(org.apache.zookeeper.ZooKeeper client, String bid, int priority, org.json.JSONObject configuration, org.json.JSONObject identifiers, org.json.JSONObject metadata) static JobvoidAccess.delete(org.apache.zookeeper.ZooKeeper client) voidBatch.delete(org.apache.zookeeper.ZooKeeper client) voidJob.delete(org.apache.zookeeper.ZooKeeper client) abstract voidQueueItem.delete(org.apache.zookeeper.ZooKeeper client) Batch.deleteCompletedBatches(org.apache.zookeeper.ZooKeeper client) Batch.deleteDeletedJobs(org.apache.zookeeper.ZooKeeper client) static BatchBatch.findByUuid(org.apache.zookeeper.ZooKeeper client, String uuid) intQueueItem.intProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) org.json.JSONObjectQueueItem.jsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) Access.listJobs(org.apache.zookeeper.ZooKeeper client, Access.Queues queueName, AccessState state) Job.listJobs(org.apache.zookeeper.ZooKeeper client, IngestState state) QueueItem.load(org.apache.zookeeper.ZooKeeper client) QueueItem.load(org.apache.zookeeper.ZooKeeper client, boolean setStatus) voidAccess.loadProperties(org.apache.zookeeper.ZooKeeper client, boolean setStatus) voidBatch.loadProperties(org.apache.zookeeper.ZooKeeper client, boolean setStatus) voidJob.loadProperties(org.apache.zookeeper.ZooKeeper client, boolean setStatus) voidQueueItem.loadProperties(org.apache.zookeeper.ZooKeeper client, boolean setStatus) voidJob.loadStatus(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject js) voidQueueItem.loadStatus(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject js) longQueueItem.longProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) org.json.JSONObjectQueueItem.optJsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key) voidJob.setBatchStatePath(org.apache.zookeeper.ZooKeeper client) voidJob.setIdentifiers(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject identifiers) voidJob.setInventory(org.apache.zookeeper.ZooKeeper client, String manifest_url, String mode) voidJob.setJobStatePath(org.apache.zookeeper.ZooKeeper client) voidJob.setMetadata(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject metadata) voidJob.setSpaceNeeded(org.apache.zookeeper.ZooKeeper client, long spaceNeeded) voidQueueItem.setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status) voidQueueItem.setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status, String message) voidJob.setStatusTrigger(org.apache.zookeeper.ZooKeeper client) voidQueueItem.setStatusTrigger(org.apache.zookeeper.ZooKeeper client) voidJob.setStatusWithPriority(org.apache.zookeeper.ZooKeeper client, IngestState status, int priority) voidJob.setStatusWithRetry(org.apache.zookeeper.ZooKeeper client, IngestState status) voidJob.setStore(org.apache.zookeeper.ZooKeeper client, String manifest_url, String mode, String delete) QueueItem.stringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)