Uses of Class
org.cdlib.mrt.zk.QueueItem.BatchJobStates
-
-
Uses of QueueItem.BatchJobStates in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return QueueItem.BatchJobStates Modifier and Type Method Description static QueueItem.BatchJobStates
QueueItem.BatchJobStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueueItem.BatchJobStates[]
QueueItem.BatchJobStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdlib.mrt.zk with parameters of type QueueItem.BatchJobStates Modifier and Type Method Description List<Job>
Batch. getJobs(org.apache.zookeeper.ZooKeeper client, QueueItem.BatchJobStates state)
-