Uses of Class
org.cdlib.mrt.zk.Job
-
-
Uses of Job in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return Job Modifier and Type Method Description static Job
Job. acquireJob(org.apache.zookeeper.ZooKeeper client, IngestState state)
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)
Methods in org.cdlib.mrt.zk that return types with arguments of type Job Modifier and Type Method Description List<Job>
Batch. getCompletedJobs(org.apache.zookeeper.ZooKeeper client)
List<Job>
Batch. getDeletedJobs(org.apache.zookeeper.ZooKeeper client)
List<Job>
Batch. getFailedJobs(org.apache.zookeeper.ZooKeeper client)
List<Job>
Batch. getJobs(org.apache.zookeeper.ZooKeeper client, QueueItem.BatchJobStates state)
List<Job>
Batch. getProcessingJobs(org.apache.zookeeper.ZooKeeper client)
static List<Job>
Job. listJobs(org.apache.zookeeper.ZooKeeper client, IngestState state)
-