Uses of Interface
org.cdlib.mrt.zk.IngestState
-
-
Uses of IngestState in org.cdlib.mrt.zk
Classes in org.cdlib.mrt.zk that implement IngestState Modifier and Type Class Description classAccessStateAccess Assembly State TransitionsclassBatchStateBatch State TransitionsclassJobStateJob State TransitionsMethods in org.cdlib.mrt.zk that return IngestState Modifier and Type Method Description default IngestStateIngestState. fail()static IngestStateAccess. initStatus()static IngestStateBatch. initStatus()static IngestStateJob. initStatus()IngestStateAccess. resolveStatus(String s)IngestStateBatch. resolveStatus(String s)IngestStateJob. resolveStatus(String s)abstract IngestStateQueueItem. resolveStatus(String s)IngestStateAccessState. stateChange(IngestState next)IngestStateBatchState. stateChange(IngestState next)IngestStateIngestState. stateChange(IngestState next)IngestStateJobState. stateChange(IngestState next)IngestState[]Access. states()IngestState[]Batch. states()IngestState[]Job. states()abstract IngestState[]QueueItem. states()IngestStateQueueItem. status()default IngestStateIngestState. success()Methods in org.cdlib.mrt.zk that return types with arguments of type IngestState Modifier and Type Method Description List<IngestState>AccessState. nextStates()List<IngestState>BatchState. nextStates()List<IngestState>IngestState. nextStates()List<IngestState>JobState. nextStates()Methods in org.cdlib.mrt.zk with parameters of type IngestState Modifier and Type Method Description static JobJob. acquireJob(org.apache.zookeeper.ZooKeeper client, IngestState state)static List<Job>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)IngestStateAccessState. stateChange(IngestState next)IngestStateBatchState. stateChange(IngestState next)IngestStateIngestState. stateChange(IngestState next)IngestStateJobState. stateChange(IngestState next)default booleanIngestState. stateChangeAllowed(IngestState next)static org.json.JSONObjectIngestState. statesAsJson(IngestState[] values)org.json.JSONObjectJob. statusObject(IngestState status)org.json.JSONObjectQueueItem. statusObject(IngestState status)
-