public class WorkersControlMXBeanImpl extends Object implements WorkersControlMXBean
| Constructor and Description |
|---|
WorkersControlMXBeanImpl(WorkersRegistry registry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getWorkerNames()
Returns names of all registered workers.
|
boolean |
terminateWorker(String name)
Terminates worker.
|
public WorkersControlMXBeanImpl(WorkersRegistry registry)
registry - System worker registry.public List<String> getWorkerNames()
getWorkerNames in interface WorkersControlMXBeanpublic boolean terminateWorker(String name)
terminateWorker in interface WorkersControlMXBeanname - Worker name.True if worker has been terminated successfully, false otherwise.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018