com.hazelcast.jmx
Class OperationServiceMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<OperationService>
com.hazelcast.jmx.OperationServiceMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class OperationServiceMBean
- extends HazelcastMBean<OperationService>
Management bean for OperationService
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 |
OperationServiceMBean
public OperationServiceMBean(HazelcastInstance hazelcastInstance,
OperationService operationService,
ManagementService service)
getResponseQueueSize
public int getResponseQueueSize()
getRunningOperationsCount
public int getRunningOperationsCount()
getRemoteOperationsCount
public int getRemoteOperationsCount()
getExecutedOperationCount
public long getExecutedOperationCount()
getOperationThreadCount
public long getOperationThreadCount()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.