com.hazelcast.jmx
Class ExecutorServiceMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<IExecutorService>
com.hazelcast.jmx.ExecutorServiceMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class ExecutorServiceMBean
- extends HazelcastMBean<IExecutorService>
Management bean for IExecutorService
Methods inherited from class com.hazelcast.jmx.HazelcastMBean |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutorServiceMBean
protected ExecutorServiceMBean(IExecutorService managedObject,
ManagementService service)
getLocalPendingTaskCount
public long getLocalPendingTaskCount()
getLocalStartedTaskCount
public long getLocalStartedTaskCount()
getLocalCompletedTaskCount
public long getLocalCompletedTaskCount()
getLocalCancelledTaskCount
public long getLocalCancelledTaskCount()
getLocalTotalStartLatency
public long getLocalTotalStartLatency()
getLocalTotalExecutionLatency
public long getLocalTotalExecutionLatency()
name
public String name()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.