com.hazelcast.cache.impl
Class CacheMXBeanImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheMXBeanImpl
public CacheMXBeanImpl(CacheConfig cacheConfig)
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.