public class ExecutorServiceMBean extends HazelcastMBean<IExecutorService>
IExecutorService
attributeMap, operationMap
Modifier | Constructor and Description |
---|---|
protected |
ExecutorServiceMBean(IExecutorService managedObject,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
long |
getLocalCancelledTaskCount() |
long |
getLocalCompletedTaskCount() |
long |
getLocalPendingTaskCount() |
long |
getLocalStartedTaskCount() |
long |
getLocalTotalExecutionLatency() |
long |
getLocalTotalStartLatency() |
String |
name() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName
protected ExecutorServiceMBean(IExecutorService managedObject, ManagementService service)
public long getLocalPendingTaskCount()
public long getLocalStartedTaskCount()
public long getLocalCompletedTaskCount()
public long getLocalCancelledTaskCount()
public long getLocalTotalStartLatency()
public long getLocalTotalExecutionLatency()
public String name()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.