com.hazelcast.jmx
Class MultiMapMBean

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

public class MultiMapMBean
extends HazelcastMBean<MultiMap>


Field Summary
 
Fields inherited from class com.hazelcast.jmx.HazelcastMBean
attributeMap, operationMap
 
Constructor Summary
protected MultiMapMBean(MultiMap managedObject, ManagementService service)
           
 
Method Summary
 void clear()
           
 int getLocalBackupCount()
           
 long getLocalBackupEntryCount()
           
 long getLocalBackupEntryMemoryCost()
           
 long getLocalCreationTime()
           
 long getLocalDirtyEntryCount()
           
 long getLocalEventOperationCount()
           
 long getLocalGetOperationCount()
           
 long getLocalHits()
           
 long getLocalLastAccessTime()
           
 long getLocalLastUpdateTime()
           
 long getLocalLockedEntryCount()
           
 long getLocalMaxGetLatency()
           
 long getLocalMaxPutLatency()
           
 long getLocalOtherOperationCount()
           
 long getLocalOwnedEntryCount()
           
 long getLocalOwnedEntryMemoryCost()
           
 long getLocalPutOperationCount()
           
 long getLocalRemoveOperationCount()
           
 long getLocalTotalGetLatency()
           
 long getLocalTotalPutLatency()
           
 long getLocalTotalRemoveLatency()
           
 long getMaxRemoveLatency()
           
 String getName()
           
 int getSize()
           
 long localTotal()
           
 
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

MultiMapMBean

protected MultiMapMBean(MultiMap managedObject,
                        ManagementService service)
Method Detail

getLocalOwnedEntryCount

public long getLocalOwnedEntryCount()

getLocalBackupEntryCount

public long getLocalBackupEntryCount()

getLocalBackupCount

public int getLocalBackupCount()

getLocalOwnedEntryMemoryCost

public long getLocalOwnedEntryMemoryCost()

getLocalBackupEntryMemoryCost

public long getLocalBackupEntryMemoryCost()

getLocalCreationTime

public long getLocalCreationTime()

getLocalLastAccessTime

public long getLocalLastAccessTime()

getLocalLastUpdateTime

public long getLocalLastUpdateTime()

getLocalHits

public long getLocalHits()

getLocalLockedEntryCount

public long getLocalLockedEntryCount()

getLocalDirtyEntryCount

public long getLocalDirtyEntryCount()

getLocalPutOperationCount

public long getLocalPutOperationCount()

getLocalGetOperationCount

public long getLocalGetOperationCount()

getLocalRemoveOperationCount

public long getLocalRemoveOperationCount()

getLocalTotalPutLatency

public long getLocalTotalPutLatency()

getLocalTotalGetLatency

public long getLocalTotalGetLatency()

getLocalTotalRemoveLatency

public long getLocalTotalRemoveLatency()

getLocalMaxPutLatency

public long getLocalMaxPutLatency()

getLocalMaxGetLatency

public long getLocalMaxGetLatency()

getMaxRemoveLatency

public long getMaxRemoveLatency()

getLocalEventOperationCount

public long getLocalEventOperationCount()

getLocalOtherOperationCount

public long getLocalOtherOperationCount()

localTotal

public long localTotal()

getName

public String getName()

clear

public void clear()

getSize

public int getSize()


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