Package org.infinispan.cache.impl
Class CacheConfigurationMBean
java.lang.Object
org.infinispan.cache.impl.CacheConfigurationMBean
@MBean(objectName="Configuration",
       description="Runtime cache configuration attributes")
public class CacheConfigurationMBean
extends Object
CacheConfigurationMBeanImpl.
- Since:
- 8.1
- Author:
- Tristan Tarrant
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CacheConfigurationMBeanpublic CacheConfigurationMBean()
 
- 
- 
Method Details- 
getEvictionSize@ManagedAttribute(description="Gets the eviction size for the cache", displayName="Gets the eviction size for the cache", writable=true) public long getEvictionSize()
- 
setEvictionSizepublic void setEvictionSize(long newSize) 
 
-