Package org.infinispan.jcache
Class RIDelegatingCacheMXBean<K,V>
- java.lang.Object
-
- org.infinispan.jcache.RIDelegatingCacheMXBean<K,V>
-
- Type Parameters:
K- the type of keys maintained by this mapV- the type of mapped values*
- All Implemented Interfaces:
javax.cache.management.CacheMXBean
public class RIDelegatingCacheMXBean<K,V> extends Object implements javax.cache.management.CacheMXBean
Class to help implementers- Since:
- 1.0
- Author:
- Yannis Cosmadopoulos
-
-
Constructor Summary
Constructors Constructor Description RIDelegatingCacheMXBean(javax.cache.Cache<K,V> cache)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyType()StringgetValueType()booleanisManagementEnabled()booleanisReadThrough()booleanisStatisticsEnabled()booleanisStoreByValue()booleanisWriteThrough()
-
-
-
Method Detail
-
isManagementEnabled
public boolean isManagementEnabled()
- Specified by:
isManagementEnabledin interfacejavax.cache.management.CacheMXBean
-
getKeyType
public String getKeyType()
- Specified by:
getKeyTypein interfacejavax.cache.management.CacheMXBean
-
getValueType
public String getValueType()
- Specified by:
getValueTypein interfacejavax.cache.management.CacheMXBean
-
isReadThrough
public boolean isReadThrough()
- Specified by:
isReadThroughin interfacejavax.cache.management.CacheMXBean
-
isStatisticsEnabled
public boolean isStatisticsEnabled()
- Specified by:
isStatisticsEnabledin interfacejavax.cache.management.CacheMXBean
-
isStoreByValue
public boolean isStoreByValue()
- Specified by:
isStoreByValuein interfacejavax.cache.management.CacheMXBean
-
isWriteThrough
public boolean isWriteThrough()
- Specified by:
isWriteThroughin interfacejavax.cache.management.CacheMXBean
-
-