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 Batch
Batch. acquireBatchForReporting(org.apache.zookeeper.ZooKeeper client)
static Batch
Batch. acquirePendingBatch(org.apache.zookeeper.ZooKeeper client)
static Access
Access. createAssembly(org.apache.zookeeper.ZooKeeper client, Access.Queues queueName, org.json.JSONObject token)
static Batch
Batch. createBatch(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject submission)
static Job
Job. createJob(org.apache.zookeeper.ZooKeeper client, String bid, int priority, org.json.JSONObject configuration)
static Job
Job. createJob(org.apache.zookeeper.ZooKeeper client, String bid, int priority, org.json.JSONObject configuration, org.json.JSONObject identifiers)
static Job
Job. createJob(org.apache.zookeeper.ZooKeeper client, String bid, int priority, org.json.JSONObject configuration, org.json.JSONObject identifiers, org.json.JSONObject metadata)
static Job
Job. createJob(org.apache.zookeeper.ZooKeeper client, String bid, org.json.JSONObject configuration)
void
Access. delete(org.apache.zookeeper.ZooKeeper client)
void
Batch. delete(org.apache.zookeeper.ZooKeeper client)
void
Job. delete(org.apache.zookeeper.ZooKeeper client)
abstract void
QueueItem. delete(org.apache.zookeeper.ZooKeeper client)
static List<String>
Batch. deleteCompletedBatches(org.apache.zookeeper.ZooKeeper client)
void
QueueItem. setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status)
void
QueueItem. setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status, String message)
void
Job. setStatusWithPriority(org.apache.zookeeper.ZooKeeper client, IngestState status, int priority)
void
Job. setStatusWithRetry(org.apache.zookeeper.ZooKeeper client, IngestState status)
-