ehcache

Uses of Class
net.sf.ehcache.util.ManagementAttribute

Packages that use ManagementAttribute
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
 

Uses of ManagementAttribute in net.sf.ehcache.management.sampled
 

Methods in net.sf.ehcache.management.sampled with annotations of type ManagementAttribute
 String[] CacheManagerSampler.getCacheNames()
          Gets the cache names managed by the CacheManager
 String CacheManagerSampler.getClusterUUID()
          Gets the cluster uuid if applicable.
 long CacheSampler.getDiskExpiryThreadIntervalSeconds()
          Configuration property accessor
 boolean CacheSampler.getHasWriteBehindWriter()
          Is there a registered Write-behind CacheWriter.
 boolean CacheManagerSampler.getHasWriteBehindWriter()
          Returns whether any caches are configured for write-behind
 long CacheSampler.getMaxBytesLocalDisk()
          Configuration property accessor.
 long CacheManagerSampler.getMaxBytesLocalDisk()
          Maximum number of bytes of entries in the disk stores of all caches that did not declare their own max size.
 String CacheSampler.getMaxBytesLocalDiskAsString()
          Configuration property accessor.
 String CacheManagerSampler.getMaxBytesLocalDiskAsString()
           
 long CacheSampler.getMaxBytesLocalHeap()
          Configuration property accessor.
 long CacheManagerSampler.getMaxBytesLocalHeap()
          Maximum number of bytes of entries in the heap memory stores of all caches that did not declare their own max size.
 String CacheSampler.getMaxBytesLocalHeapAsString()
          Configuration property accessor.
 String CacheManagerSampler.getMaxBytesLocalHeapAsString()
           
 long CacheSampler.getMaxBytesLocalOffHeap()
          Configuration property accessor.
 long CacheManagerSampler.getMaxBytesLocalOffHeap()
          Maximum number of bytes of entries in the off-heap stores of all caches that did not declare their own max size.
 String CacheSampler.getMaxBytesLocalOffHeapAsString()
          Configuration property accessor.
 String CacheManagerSampler.getMaxBytesLocalOffHeapAsString()
           
 int CacheSampler.getMaxElementsOnDisk()
          Configuration property accessor.
 long CacheSampler.getMaxEntriesInCache()
          Configuration property accessor.
 long CacheSampler.getMaxEntriesLocalDisk()
          Configuration property accessor.
 long CacheSampler.getMaxEntriesLocalHeap()
          Configuration property accessor.
 String CacheSampler.getMemoryStoreEvictionPolicy()
          Configuration property accessor.
 String CacheManagerSampler.getName()
          Gets the actual name of the cache manager.
 String CacheSampler.getPersistenceStrategy()
          getPersistenceStrategy
 String CacheSampler.getPinnedToStore()
          Configuration property accessor.
 boolean CacheSampler.getSearchable()
          Is the cache configured for search.
 boolean CacheManagerSampler.getSearchable()
           
 Map<String,String> CacheSampler.getSearchAttributes()
          Get the declared search attributes and their type names.
 String CacheSampler.getStatus()
          Gets the status attribute of the Cache.
 String CacheManagerSampler.getStatus()
          Gets the status attribute of the Ehcache
 String CacheSampler.getTerracottaConsistency()
          Returns a textual description of a Terracotta-clustered cache's consistency mode.
 long CacheSampler.getTimeToIdleSeconds()
          Configuration property accessor.
 long CacheSampler.getTimeToLiveSeconds()
          Configuration property accessor.
 boolean CacheSampler.getTransactional()
          Is the cache a transactional one.
 boolean CacheManagerSampler.getTransactional()
          Are any of the caches transactional
 int CacheSampler.getWriterConcurrency()
          Returns the number of configured write-behind queues/threads.
 int CacheSampler.getWriterMaxQueueSize()
          Returns the maximum size of any write-behind queues.
 int CacheManagerSampler.getWriterMaxQueueSize()
          Maximum elements that can be queued for processing by the write-behind writer
 boolean CacheSampler.isDiskPersistent()
          Configuration property accessor.
 boolean CacheSampler.isEnabled()
          Is the cache enabled?.
 boolean CacheManagerSampler.isEnabled()
          Returns if each cache is enabled.
 boolean CacheSampler.isEternal()
          Configuration property accessor.
 boolean CacheSampler.isLoggingEnabled()
          Configuration property accessor.
 boolean CacheSampler.isNodeBulkLoadEnabled()
          Is the cache in bulk-load mode locally?.
 boolean CacheSampler.isOverflowToDisk()
          Configuration property accessor.
 boolean CacheSampler.isOverflowToOffHeap()
          isOverflowToOffHeap
 boolean CacheSampler.isPinned()
          Configuration property accessor.
 boolean CacheSampler.isTerracottaClustered()
          Is the cache configured with Terracotta clustering?.
 


ehcache

Copyright 2001-2015, Terracotta, Inc.