Uses of Interface
dev.getelements.elements.rt.remote.Worker.Mutator
Packages that use Worker.Mutator
-
Uses of Worker.Mutator in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return Worker.MutatorModifier and TypeMethodDescriptionWorker.Mutator.addNode(ApplicationId applicationId) Adds a new node with the suppliedApplicationId.default Worker.MutatorAdds a new node with the supplied application unique name.SimpleWorkerInstance.beginMutation()Worker.beginMutation()Opens aWorker.Mutatorwhich can be used to modify the run-state of thisWorker.Worker.Mutator.commit()Commits any changes to theWorker.Worker.Mutator.removeNode(ApplicationId applicationId) Removes the suppliedNodewith the suppliedApplicationId.default Worker.MutatorWorker.Mutator.removeNode(String applicationUniqueName) Removes the suppliedNodewith the supplied name.default Worker.MutatorWorker.Mutator.removeNode(Collection<ApplicationId> toRestart) Removes the suppliedNodes with the suppliedApplicationIds.Worker.Mutator.restartNode(ApplicationId applicationId) Restarts the suppliedNodewith the suppliedApplicationId.default Worker.MutatorWorker.Mutator.restartNode(String applicationUniqueName) Restarts the suppliedNodewith the supplied name.default Worker.MutatorWorker.Mutator.restartNode(Collection<ApplicationId> toRestart) Restarts the suppliedNodes with the suppliedApplicationIds.