Uses of Class
org.cdlib.mrt.zk.AccessState
-
-
Uses of AccessState in org.cdlib.mrt.zk
Methods in org.cdlib.mrt.zk that return AccessState Modifier and Type Method Description static AccessState
AccessState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessState[]
AccessState. 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 AccessState Modifier and Type Method Description static List<Access>
Access. listJobs(org.apache.zookeeper.ZooKeeper client, Access.Queues queueName, AccessState state)
-