com.hazelcast.jmx
Class OperationServiceMBean

java.lang.Object
  extended by com.hazelcast.jmx.HazelcastMBean<OperationService>
      extended by com.hazelcast.jmx.OperationServiceMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration

public class OperationServiceMBean
extends HazelcastMBean<OperationService>

Management bean for OperationService


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
OperationServiceMBean(HazelcastInstance hazelcastInstance, OperationService operationService, ManagementService service)
           
 
Method Summary
 long getExecutedOperationCount()
           
 long getOperationThreadCount()
           
 int getRemoteOperationsCount()
           
 int getResponseQueueSize()
           
 int getRunningOperationsCount()
           
 
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
 

Constructor Detail

OperationServiceMBean

public OperationServiceMBean(HazelcastInstance hazelcastInstance,
                             OperationService operationService,
                             ManagementService service)
Method Detail

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.