Uses of Class
io.imast.work4j.model.cluster.WorkerKind
-
Packages that use WorkerKind Package Description io.imast.work4j.model.cluster -
-
Uses of WorkerKind in io.imast.work4j.model.cluster
Methods in io.imast.work4j.model.cluster that return WorkerKind Modifier and Type Method Description static WorkerKindWorkerKind. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerKind[]WorkerKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-