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 Details

    • CacheConfigurationMBean

      public 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()
    • setEvictionSize

      public void setEvictionSize(long newSize)