@MXBeanDescription(value="MBean that provides ability to terminate worker that registered in the workers registry.") public interface WorkersControlMXBean
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getWorkerNames()
Returns names of all registered workers.
|
boolean |
terminateWorker(String name)
Terminates worker.
|
@MXBeanDescription(value="Names of registered workers.") List<String> getWorkerNames()
@MXBeanDescription(value="Terminates worker.") @MXBeanParametersNames(value="name") @MXBeanParametersDescriptions(value="Name of worker to terminate.") boolean terminateWorker(String name)
name - Worker name.True if worker has been terminated successfully, false otherwise.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018