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 CacheManagerSampler.getHasWriteBehindWriter()
          Returns whether any caches are configured for write-behind
 boolean CacheSampler.getHasWriteBehindWriter()
          Is there a registered Write-behind CacheWriter.
 long CacheManagerSampler.getMaxBytesLocalDisk()
          Maximum number of bytes of entries in the disk stores of all caches that did not declare their own max size.
 long CacheSampler.getMaxBytesLocalDisk()
          Configuration property accessor.
 String CacheManagerSampler.getMaxBytesLocalDiskAsString()
           
 String CacheSampler.getMaxBytesLocalDiskAsString()
          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.
 long CacheSampler.getMaxBytesLocalHeap()
          Configuration property accessor.
 String CacheManagerSampler.getMaxBytesLocalHeapAsString()
           
 String CacheSampler.getMaxBytesLocalHeapAsString()
          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.
 long CacheSampler.getMaxBytesLocalOffHeap()
          Configuration property accessor.
 String CacheManagerSampler.getMaxBytesLocalOffHeapAsString()
           
 String CacheSampler.getMaxBytesLocalOffHeapAsString()
          Configuration property accessor.
 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 CacheManagerSampler.getSearchable()
           
 boolean CacheSampler.getSearchable()
          Is the cache configured for search.
 Map<String,String> CacheSampler.getSearchAttributes()
          Get the declared search attributes and their type names.
 String CacheManagerSampler.getStatus()
          Gets the status attribute of the Ehcache
 String CacheSampler.getStatus()
          Gets the status attribute of the Cache.
 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 CacheManagerSampler.getTransactional()
          Are any of the caches transactional
 boolean CacheSampler.getTransactional()
          Is the cache a transactional one.
 int CacheSampler.getWriterConcurrency()
          Returns the number of configured write-behind queues/threads.
 int CacheManagerSampler.getWriterMaxQueueSize()
          Maximum elements that can be queued for processing by the write-behind writer
 int CacheSampler.getWriterMaxQueueSize()
          Returns the maximum size of any write-behind queues.
 boolean CacheSampler.isDiskPersistent()
          Configuration property accessor.
 boolean CacheManagerSampler.isEnabled()
          Returns if each cache is enabled.
 boolean CacheSampler.isEnabled()
          Is the cache 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?.
 



Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.