Uses of Interface
org.cdlib.mrt.zk.IngestState
-
Uses of IngestState in org.cdlib.mrt.zk
Classes in org.cdlib.mrt.zk that implement IngestStateModifier and TypeClassDescriptionenumAccess Assembly State TransitionsenumBatch State TransitionsenumJob State TransitionsMethods in org.cdlib.mrt.zk that return IngestStateModifier and TypeMethodDescriptiondefault IngestStateIngestState.fail()static IngestStateAccess.initStatus()static IngestStateBatch.initStatus()static IngestStateJob.initStatus()Access.resolveStatus(String s) Batch.resolveStatus(String s) Job.resolveStatus(String s) abstract IngestStateQueueItem.resolveStatus(String s) AccessState.stateChange(IngestState next) BatchState.stateChange(IngestState next) IngestState.stateChange(IngestState next) JobState.stateChange(IngestState next) Access.states()Batch.states()Job.states()abstract IngestState[]QueueItem.states()QueueItem.status()default IngestStateIngestState.success()Methods in org.cdlib.mrt.zk that return types with arguments of type IngestStateModifier and TypeMethodDescriptionAccessState.nextStates()BatchState.nextStates()IngestState.nextStates()JobState.nextStates()Methods in org.cdlib.mrt.zk with parameters of type IngestStateModifier and TypeMethodDescriptionstatic JobJob.acquireJob(org.apache.zookeeper.ZooKeeper client, IngestState state) Job.listJobs(org.apache.zookeeper.ZooKeeper client, IngestState state) voidQueueItem.setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status) voidQueueItem.setStatus(org.apache.zookeeper.ZooKeeper client, IngestState status, String message) voidJob.setStatusWithPriority(org.apache.zookeeper.ZooKeeper client, IngestState status, int priority) voidJob.setStatusWithRetry(org.apache.zookeeper.ZooKeeper client, IngestState status) AccessState.stateChange(IngestState next) BatchState.stateChange(IngestState next) IngestState.stateChange(IngestState next) JobState.stateChange(IngestState next) default booleanIngestState.stateChangeAllowed(IngestState next) static org.json.JSONObjectIngestState.statesAsJson(IngestState[] values) org.json.JSONObjectJob.statusObject(org.json.JSONObject statj, IngestState status) org.json.JSONObjectQueueItem.statusObject(org.json.JSONObject statj, IngestState status)