com.hazelcast.cache.impl
Class CacheMXBeanImpl

java.lang.Object
  extended by com.hazelcast.cache.impl.CacheMXBeanImpl
All Implemented Interfaces:
javax.cache.management.CacheMXBean

public class CacheMXBeanImpl
extends Object
implements javax.cache.management.CacheMXBean

Implementation of CacheMXBean. This class is published through MXBean. It's a simple wrapper around CacheConfig for readonly access to cache configuration.

See Also:
CacheConfig

Constructor Summary
CacheMXBeanImpl(CacheConfig cacheConfig)
           
 
Method Summary
 String getKeyType()
           
 String getValueType()
           
 boolean isManagementEnabled()
           
 boolean isReadThrough()
           
 boolean isStatisticsEnabled()
           
 boolean isStoreByValue()
           
 boolean isWriteThrough()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheMXBeanImpl

public CacheMXBeanImpl(CacheConfig cacheConfig)
Method Detail

getKeyType

public String getKeyType()
Specified by:
getKeyType in interface javax.cache.management.CacheMXBean

getValueType

public String getValueType()
Specified by:
getValueType in interface javax.cache.management.CacheMXBean

isReadThrough

public boolean isReadThrough()
Specified by:
isReadThrough in interface javax.cache.management.CacheMXBean

isWriteThrough

public boolean isWriteThrough()
Specified by:
isWriteThrough in interface javax.cache.management.CacheMXBean

isStoreByValue

public boolean isStoreByValue()
Specified by:
isStoreByValue in interface javax.cache.management.CacheMXBean

isStatisticsEnabled

public boolean isStatisticsEnabled()
Specified by:
isStatisticsEnabled in interface javax.cache.management.CacheMXBean

isManagementEnabled

public boolean isManagementEnabled()
Specified by:
isManagementEnabled in interface javax.cache.management.CacheMXBean


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