Uses of Class
org.cdlib.mrt.zk.MerrittZKNodeInvalid
-
-
Uses of MerrittZKNodeInvalid in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that throw MerrittZKNodeInvalid Modifier and Type Method Description static Batch
Batch. acquireBatchForReporting(org.apache.zookeeper.ZooKeeper client)
static Job
Job. acquireJob(org.apache.zookeeper.ZooKeeper client, IngestState state)
static Access
Access. acquirePendingAssembly(org.apache.zookeeper.ZooKeeper client, Access.Queues queueName)
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)
static Batch
Batch. findByUuid(org.apache.zookeeper.ZooKeeper client, String uuid)
int
QueueItem. intProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
org.json.JSONObject
QueueItem. jsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
static List<Access>
Access. listJobs(org.apache.zookeeper.ZooKeeper client, Access.Queues queueName, AccessState state)
static List<Job>
Job. listJobs(org.apache.zookeeper.ZooKeeper client, IngestState state)
QueueItem
QueueItem. load(org.apache.zookeeper.ZooKeeper client)
void
Access. loadProperties(org.apache.zookeeper.ZooKeeper client)
void
Batch. loadProperties(org.apache.zookeeper.ZooKeeper client)
void
Job. loadProperties(org.apache.zookeeper.ZooKeeper client)
void
QueueItem. loadProperties(org.apache.zookeeper.ZooKeeper client)
void
Job. loadStatus(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject js)
void
QueueItem. loadStatus(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject js)
long
QueueItem. longProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
org.json.JSONObject
QueueItem. optJsonProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
void
Job. setBatchStatePath(org.apache.zookeeper.ZooKeeper client)
void
Job. setIdentifiers(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject identifiers)
void
Job. setInventory(org.apache.zookeeper.ZooKeeper client, String manifest_url, String mode)
void
Job. setJobStatePath(org.apache.zookeeper.ZooKeeper client)
void
Job. setMetadata(org.apache.zookeeper.ZooKeeper client, org.json.JSONObject metadata)
void
Job. setSpaceNeeded(org.apache.zookeeper.ZooKeeper client, long spaceNeeded)
void
QueueItem. setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status)
void
QueueItem. setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status, String message)
void
Job. setStatusTrigger(org.apache.zookeeper.ZooKeeper client)
void
QueueItem. setStatusTrigger(org.apache.zookeeper.ZooKeeper client)
void
Job. setStatusWithPriority(org.apache.zookeeper.ZooKeeper client, IngestState status, int priority)
void
Job. setStatusWithRetry(org.apache.zookeeper.ZooKeeper client, IngestState status)
String
QueueItem. stringProperty(org.apache.zookeeper.ZooKeeper client, ZKKey key)
-