com.hazelcast.jmx
Class PartitionServiceMBean

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

public class PartitionServiceMBean
extends HazelcastMBean<InternalPartitionService>

Management bean for PartitionService


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance, InternalPartitionService partitionService, ManagementService service)
           
 
Method Summary
 int getActivePartitionCount()
           
 int getPartitionCount()
           
 
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

PartitionServiceMBean

public PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
                             InternalPartitionService partitionService,
                             ManagementService service)
Method Detail

getPartitionCount

public int getPartitionCount()

getActivePartitionCount

public int getActivePartitionCount()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.