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 JobJob.acquireJob(org.apache.zookeeper.ZooKeeper client, IngestState state) 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 JobMethods 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)