com.hazelcast.jmx
Class ReplicatedMapMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<ReplicatedMapProxy>
com.hazelcast.jmx.ReplicatedMapMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class ReplicatedMapMBean
- extends HazelcastMBean<ReplicatedMapProxy>
Management bean for ReplicatedMap
Methods inherited from class com.hazelcast.jmx.HazelcastMBean |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preRegister, register, setAttribute, setAttributes, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplicatedMapMBean
protected ReplicatedMapMBean(ReplicatedMapProxy managedObject,
ManagementService service)
preDeregister
public void preDeregister()
throws Exception
- Specified by:
preDeregister
in interface MBeanRegistration
- Overrides:
preDeregister
in class HazelcastMBean<ReplicatedMapProxy>
- Throws:
Exception
getLocalOwnedEntryCount
public long getLocalOwnedEntryCount()
getLocalCreationTime
public long getLocalCreationTime()
getLocalLastAccessTime
public long getLocalLastAccessTime()
getLocalLastUpdateTime
public long getLocalLastUpdateTime()
getLocalHits
public long getLocalHits()
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()
getLocalReplicationEventCount
public long getLocalReplicationEventCount()
getLocalOtherOperationCount
public long getLocalOtherOperationCount()
localTotal
public long localTotal()
getName
public String getName()
getSize
public int getSize()
getConfig
public String getConfig()
getTotalAddedEntryCount
public long getTotalAddedEntryCount()
getTotalRemovedEntryCount
public long getTotalRemovedEntryCount()
getTotalUpdatedEntryCount
public long getTotalUpdatedEntryCount()
clear
public void clear()
values
public String values()
entrySet
public String entrySet()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.