java.lang.String[] |
CacheManagerSampler.getCacheNames() |
Gets the cache names managed by the CacheManager
|
java.lang.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.
|
java.lang.String |
CacheManagerSampler.getMaxBytesLocalDiskAsString() |
|
java.lang.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.
|
java.lang.String |
CacheManagerSampler.getMaxBytesLocalHeapAsString() |
|
java.lang.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.
|
java.lang.String |
CacheManagerSampler.getMaxBytesLocalOffHeapAsString() |
|
java.lang.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.
|
java.lang.String |
CacheSampler.getMemoryStoreEvictionPolicy() |
Configuration property accessor.
|
java.lang.String |
CacheManagerSampler.getName() |
Gets the actual name of the cache manager.
|
java.lang.String |
CacheSampler.getPersistenceStrategy() |
getPersistenceStrategy
|
java.lang.String |
CacheSampler.getPinnedToStore() |
Configuration property accessor.
|
boolean |
CacheManagerSampler.getSearchable() |
|
boolean |
CacheSampler.getSearchable() |
Is the cache configured for search.
|
java.util.Map<java.lang.String,java.lang.String> |
CacheSampler.getSearchAttributes() |
Get the declared search attributes and their type names.
|
java.lang.String |
CacheManagerSampler.getStatus() |
Gets the status attribute of the Ehcache
|
java.lang.String |
CacheSampler.getStatus() |
Gets the status attribute of the Cache.
|
java.lang.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?.
|