Uses of Class
org.cdlib.mrt.zk.MerrittStateError
-
Uses of MerrittStateError in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that throw MerrittStateErrorModifier and TypeMethodDescriptionstatic BatchBatch.acquireBatchForReporting(org.apache.zookeeper.ZooKeeper client) 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) voidQueueItem.setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status) voidQueueItem.setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status, String message) voidJob.setStatusWithPriority(org.apache.zookeeper.ZooKeeper client, IngestState status, int priority) voidJob.setStatusWithRetry(org.apache.zookeeper.ZooKeeper client, IngestState status)