public class OperationServiceMBean extends HazelcastMBean<OperationService>
OperationServiceattributeMap, 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, setObjectNamepublic 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.