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