- readAllNotDeletedWorkers() - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Reads all of the workers that are not marked with the IS_DELETED flag
- readAllWorkerGroups() - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Reads all of the worker groups
- readAllWorkers() - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Reads all of the workers records
- readAllWorkersUuids() - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Read all workers uuids
- readByUUID(String) - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
find not deleted worker by uuid
- readGroupWorkersMapActiveAndRunning() - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Reads all of the worker that are active and running and their groups
- readNonRespondingWorkers() - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Read all of the worker that didn't send keep alive for a certain amount of time
- readWorkerGroups(String) - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Read all of the groups associated with a worker
- readWorkerGroups(List<String>) - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
Reads all of the groups that matches the given group names
- readWorkersByActivation(boolean) - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
read all worker that there activation status is as a given status
- removeGroupFromWorker(String, String) - Method in interface io.cloudslang.engine.node.services.WorkerNodeService
-
removes a group association with a worker