Uses of Class
org.cdlib.mrt.zk.MerrittStateError
-
-
Uses of MerrittStateError in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that throw MerrittStateError Modifier and Type Method Description static BatchBatch. acquireBatchForReporting(org.apache.zookeeper.ZooKeeper client)static BatchBatch. acquirePendingBatch(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 JobJob. createJob(org.apache.zookeeper.ZooKeeper client, String bid, org.json.JSONObject configuration)voidAccess. 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)static List<String>Batch. deleteCompletedBatches(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)
-