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 TypeClassDescriptionenum
Access Assembly State Transitionsenum
Batch State Transitionsenum
Job State TransitionsMethods in org.cdlib.mrt.zk that return IngestStateModifier and TypeMethodDescriptiondefault IngestState
IngestState.fail()
static IngestState
Access.initStatus()
static IngestState
Batch.initStatus()
static IngestState
Job.initStatus()
Access.resolveStatus
(String s) Batch.resolveStatus
(String s) Job.resolveStatus
(String s) abstract IngestState
QueueItem.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 IngestState
IngestState.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 Job
Job.acquireJob
(org.apache.zookeeper.ZooKeeper client, IngestState state) Job.listJobs
(org.apache.zookeeper.ZooKeeper client, IngestState state) void
QueueItem.setStatus
(org.apache.zookeeper.ZooKeeper client, IngestState status) void
QueueItem.setStatus
(org.apache.zookeeper.ZooKeeper client, IngestState status, String message) void
Job.setStatusWithPriority
(org.apache.zookeeper.ZooKeeper client, IngestState status, int priority) void
Job.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 boolean
IngestState.stateChangeAllowed
(IngestState next) static org.json.JSONObject
IngestState.statesAsJson
(IngestState[] values) org.json.JSONObject
Job.statusObject
(org.json.JSONObject statj, IngestState status) org.json.JSONObject
QueueItem.statusObject
(org.json.JSONObject statj, IngestState status)