public class OperationServiceMBean extends HazelcastMBean<OperationService>
OperationService
attributeMap, operationMap
Constructor and Description |
---|
OperationServiceMBean(HazelcastInstance hazelcastInstance,
OperationService operationService,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
long |
getExecutedOperationCount() |
long |
getOperationThreadCount() |
int |
getRemoteOperationsCount() |
int |
getResponseQueueSize() |
int |
getRunningOperationsCount() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName
public OperationServiceMBean(HazelcastInstance hazelcastInstance, OperationService operationService, ManagementService service)
public int getResponseQueueSize()
public int getRunningOperationsCount()
public int getRemoteOperationsCount()
public long getExecutedOperationCount()
public long getOperationThreadCount()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.