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.Mutator
Adds a new node with the supplied application unique name.SimpleWorkerInstance.beginMutation()
Worker.beginMutation()
Opens aWorker.Mutator
which 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 suppliedNode
with the suppliedApplicationId
.default Worker.Mutator
Worker.Mutator.removeNode
(String applicationUniqueName) Removes the suppliedNode
with the supplied name.default Worker.Mutator
Worker.Mutator.removeNode
(Collection<ApplicationId> toRestart) Removes the suppliedNode
s with the suppliedApplicationId
s.Worker.Mutator.restartNode
(ApplicationId applicationId) Restarts the suppliedNode
with the suppliedApplicationId
.default Worker.Mutator
Worker.Mutator.restartNode
(String applicationUniqueName) Restarts the suppliedNode
with the supplied name.default Worker.Mutator
Worker.Mutator.restartNode
(Collection<ApplicationId> toRestart) Restarts the suppliedNode
s with the suppliedApplicationId
s.