- Cache<K,V> - Interface in com.atlassian.cache
-
Interface that defines the common cache operations.
- cacheCreationLocks - Variable in class com.atlassian.cache.impl.AbstractCacheManager
-
Used to synchronize the creation of caches.
- CachedReference<V> - Interface in com.atlassian.cache
-
A Resettable reference.
- CachedReferenceAdapter<V> - Class in com.atlassian.cache
-
An abstract adapter for CachedReferenceListener.
- CachedReferenceAdapter() - Constructor for class com.atlassian.cache.CachedReferenceAdapter
-
- CachedReferenceEvent<V> - Interface in com.atlassian.cache
-
A resettable reference event.
- CachedReferenceListener<V> - Interface in com.atlassian.cache
-
A resettable reference listener.
- CachedReferenceListenerSupport<V> - Interface in com.atlassian.cache.impl
-
This interface is designed to support CachedReference implementations in working with CachedReferenceListeners.
- CachedReferenceNotificationSupport - Class in com.atlassian.cache.impl
-
- CachedReferenceNotificationSupport() - Constructor for class com.atlassian.cache.impl.CachedReferenceNotificationSupport
-
- CacheEntryAdapter<K,V> - Class in com.atlassian.cache
-
An abstract adapter for CacheEntryListener.
- CacheEntryAdapter() - Constructor for class com.atlassian.cache.CacheEntryAdapter
-
- CacheEntryEvent<K,V> - Interface in com.atlassian.cache
-
A cache event.
- CacheEntryListener<K,V> - Interface in com.atlassian.cache
-
A cache listener.
- CacheEntryListenerSupport<K,V> - Interface in com.atlassian.cache.impl
-
This interface is designed to support Cache implementations in working with CacheEntryListeners.
- CacheEntryNotificationSupport - Class in com.atlassian.cache.impl
-
- CacheEntryNotificationSupport() - Constructor for class com.atlassian.cache.impl.CacheEntryNotificationSupport
-
- CacheException - Exception in com.atlassian.cache
-
- CacheException() - Constructor for exception com.atlassian.cache.CacheException
-
- CacheException(String, Throwable) - Constructor for exception com.atlassian.cache.CacheException
-
- CacheException(String) - Constructor for exception com.atlassian.cache.CacheException
-
- CacheException(Throwable) - Constructor for exception com.atlassian.cache.CacheException
-
- CacheFactory - Interface in com.atlassian.cache
-
Interface for creating and/or attaching to caches.
- CacheLoader<K,V> - Interface in com.atlassian.cache
-
Populates a cache, for example lazily upon a miss.
- CacheLoaderSupplier<K,V> - Class in com.atlassian.cache.impl
-
- CacheLoaderSupplier(K, CacheLoader<? super K, ? extends V>) - Constructor for class com.atlassian.cache.impl.CacheLoaderSupplier
-
- CacheManager - Interface in com.atlassian.cache
-
- cacheManager - Variable in class com.atlassian.cache.hazelcast.ManagedCacheSupport
-
- cacheManager - Variable in class com.atlassian.cache.hazelcast.ManagedHybridCacheSupport
-
- caches - Variable in class com.atlassian.cache.impl.AbstractCacheManager
-
Map of all the caches.
- CacheSettings - Interface in com.atlassian.cache
-
An immutable representation of settings for a Cache.
- CacheSettingsBuilder - Class in com.atlassian.cache
-
- CacheSettingsBuilder() - Constructor for class com.atlassian.cache.CacheSettingsBuilder
-
Constructor
- CacheSettingsBuilder(CacheSettings) - Constructor for class com.atlassian.cache.CacheSettingsBuilder
-
Constructor that initializes the builder with the settings from a
CacheSettings instance
- CacheSettingsDefaultsProvider - Interface in com.atlassian.cache
-
A manager for cache settings, providing operations for retrieving and storing settings to persistent storage.
- cacheSettingsDefaultsProvider - Variable in class com.atlassian.cache.impl.AbstractCacheManager
-
- CacheStatisticsKey - Enum in com.atlassian.cache
-
An immutable representation of a statistics key for a Cache.
- CacheVersionAwareCacheLoader<K,V> - Class in com.atlassian.cache.hazelcast
-
Cache loader wrapper which will re-invoke original loader if cache version changes while entry loading was in
progress
- checkSettingsAreCompatible(String, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- clear() - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCache
-
- clear() - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCachedReference
-
- clear() - Method in class com.atlassian.cache.hazelcast.HazelcastCache
-
- clear() - Method in class com.atlassian.cache.hazelcast.HazelcastCachedReference
-
- clear() - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCache
-
- clear() - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCachedReference
-
- clear() - Method in interface com.atlassian.cache.ManagedCache
-
Clear the cache.
- clone(Ehcache) - Method in class com.atlassian.cache.ehcache.wrapper.ValueProcessorEhcacheLoaderDecorator
-
- com.atlassian.cache - package com.atlassian.cache
-
- com.atlassian.cache.ehcache - package com.atlassian.cache.ehcache
-
- com.atlassian.cache.ehcache.replication - package com.atlassian.cache.ehcache.replication
-
- com.atlassian.cache.ehcache.replication.rmi - package com.atlassian.cache.ehcache.replication.rmi
-
- com.atlassian.cache.ehcache.wrapper - package com.atlassian.cache.ehcache.wrapper
-
- com.atlassian.cache.hazelcast - package com.atlassian.cache.hazelcast
-
- com.atlassian.cache.impl - package com.atlassian.cache.impl
-
- com.atlassian.cache.impl.jmx - package com.atlassian.cache.impl.jmx
-
- com.atlassian.cache.memory - package com.atlassian.cache.memory
-
- com.atlassian.cache.memory.jmx - package com.atlassian.cache.memory.jmx
-
- com.atlassian.cache.vcache - package com.atlassian.cache.vcache
-
- conditionalPutDoesNotPutIfPresent() - Method in class com.atlassian.cache.AbstractCacheEagerTest
-
- conditionalPutPutsIfAbsent() - Method in class com.atlassian.cache.AbstractCacheEagerTest
-
- configureMap(String, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- containsKey(K) - Method in interface com.atlassian.cache.Cache
-
Returns whether an entry exists in the cache under the specified key.
- containsKey(K) - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCache
-
- containsKey(K) - Method in class com.atlassian.cache.hazelcast.HazelcastCache
-
- containsKey(K) - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCache
-
- createAsyncHybridCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createAsyncHybridCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createCacheEventListener(Properties) - Method in class com.atlassian.cache.ehcache.replication.rmi.RMICacheReplicatorFactory
-
Create a CacheEventListener which is also a CacheReplicator.
- createCacheReplicatorConfiguration(CacheSettings, boolean) - Method in interface com.atlassian.cache.ehcache.replication.EhCacheReplicatorConfigFactory
-
Create an EhCache CacheConfiguration.CacheEventListenerFactoryConfiguration which defines the cache replicator for the given
cache settings.
- createCacheReplicatorConfiguration(CacheSettings, boolean) - Method in class com.atlassian.cache.ehcache.replication.rmi.RMICacheReplicatorConfigFactory
-
- createComputingCache(String, CacheSettings, CacheLoader<K, V>) - Method in class com.atlassian.cache.ehcache.EhCacheManager
-
- createComputingCache(String, CacheSettings, CacheLoader<K, V>) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createComputingCache(String, CacheSettings, CacheLoader<K, V>) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
Creates a cache that upon a miss is able to populate itself using the loader.
- createComputingCache(String, CacheSettings, CacheLoader<K, V>) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- createComputingCache(String, CacheSettings, CacheLoader<K, V>, DelegatingCache.CreateFunction) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- createComputingCache(String, CacheSettings, CacheLoader<K, V>) - Method in class com.atlassian.cache.vcache.VCacheCacheManager
-
- createDelegate() - Method in class com.atlassian.cache.impl.LazyCachedReferenceListenerSupport
-
- createDelegate() - Method in class com.atlassian.cache.impl.LazyCacheEntryListenerSupport
-
- createDistributedCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createDistributedCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createHybridCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createHybridCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createSimpleCache(String, CacheSettings) - Method in class com.atlassian.cache.ehcache.EhCacheManager
-
- createSimpleCache(String, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- createSimpleCache(String, CacheSettings) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
Creates a cache with no loader, i.e.
- createSimpleCache(String, CacheSettings) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- createSimpleCache(String, CacheSettings, DelegatingCache.CreateFunction) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- createSimpleCache(String, CacheSettings) - Method in class com.atlassian.cache.vcache.VCacheCacheManager
-
- currentExpireAfterAccessMillis() - Method in class com.atlassian.cache.hazelcast.ManagedCacheSupport
-
- currentExpireAfterAccessMillis() - Method in class com.atlassian.cache.hazelcast.ManagedHybridCacheSupport
-
- currentExpireAfterAccessMillis() - Method in interface com.atlassian.cache.ManagedCache
-
- currentExpireAfterWriteMillis() - Method in class com.atlassian.cache.hazelcast.ManagedCacheSupport
-
- currentExpireAfterWriteMillis() - Method in class com.atlassian.cache.hazelcast.ManagedHybridCacheSupport
-
- currentExpireAfterWriteMillis() - Method in interface com.atlassian.cache.ManagedCache
-
- currentMaxEntries() - Method in class com.atlassian.cache.hazelcast.ManagedCacheSupport
-
- currentMaxEntries() - Method in class com.atlassian.cache.hazelcast.ManagedHybridCacheSupport
-
- currentMaxEntries() - Method in interface com.atlassian.cache.ManagedCache
-
- get(K) - Method in interface com.atlassian.cache.Cache
-
Retrieve an object from this cache.
- get(K, Supplier<? extends V>) - Method in interface com.atlassian.cache.Cache
-
Retrieve an object from this cache.
- get() - Method in interface com.atlassian.cache.CachedReference
-
Get a value from the cache.
- get(Object) - Method in class com.atlassian.cache.ehcache.LoadingCache
-
- get(K) - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCache
-
- get(K, Supplier<? extends V>) - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCache
-
- get() - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCachedReference
-
- get(K) - Method in class com.atlassian.cache.hazelcast.HazelcastCache
-
- get(K, Supplier<? extends V>) - Method in class com.atlassian.cache.hazelcast.HazelcastCache
-
- get() - Method in class com.atlassian.cache.hazelcast.HazelcastCachedReference
-
- get(K) - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCache
-
- get(K, Supplier<? extends V>) - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCache
-
- get() - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCachedReference
-
- get() - Method in class com.atlassian.cache.impl.CacheLoaderSupplier
-
- get() - Method in class com.atlassian.cache.impl.StrongSupplier
-
- get() - Method in interface com.atlassian.cache.Supplier
-
Produce an object.
- getAverageLoadPenalty() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the average time spent loading new values.
- getAverageLoadPenalty() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getCache(String) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name, creates it if necessary.
- getCache(Class<?>, String) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name, creates it if necessary.
- getCache(String, CacheLoader<K, V>) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name and loader, creates it if necessary.
- getCache(String, CacheLoader<K, V>, CacheSettings) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name, loader and required cache settings, creates it if necessary.
- getCache(String, Class<K>, Class<V>) - Method in interface com.atlassian.cache.CacheFactory
-
- getCache(String) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCache(Class<?>, String) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCache(String, Class<K>, Class<V>) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCache(String, CacheLoader<K, V>) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- getCache(String, CacheLoader<K, V>, CacheSettings, DelegatingCache.CreateFunction) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- getCacheCollector() - Method in interface com.atlassian.cache.ManagedCache
-
Returns the collector for this cache.
- getCachedReference(String, Supplier<V>) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCachedReference(String, Supplier<V>, CacheSettings) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCachedReference(Class<?>, String, Supplier<V>) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCachedReference(Class<?>, String, Supplier<V>, CacheSettings) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.ehcache.EhCacheManager
-
- getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- getCachedReference(String, Supplier<V>) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCachedReference(Class<?>, String, Supplier<V>) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCachedReference(Class<?>, String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- getCachedReference(String, Supplier<V>, CacheSettings, DelegatingCachedReference.CreateFunction) - Method in class com.atlassian.cache.memory.MemoryCacheManager
-
- getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.cache.vcache.VCacheCacheManager
-
- getCaches() - Method in interface com.atlassian.cache.CacheManager
-
- getCaches() - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getDefaults(String) - Method in interface com.atlassian.cache.CacheSettingsDefaultsProvider
-
Obtains the default cache settings.
- getEvictionCount() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the number of times an entry has been evicted.
- getEvictionCount() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getExpireAfterAccess() - Method in interface com.atlassian.cache.CacheSettings
-
- getExpireAfterAccess(long) - Method in interface com.atlassian.cache.CacheSettings
-
- getExpireAfterWrite() - Method in interface com.atlassian.cache.CacheSettings
-
- getExpireAfterWrite(long) - Method in interface com.atlassian.cache.CacheSettings
-
- getFlushable() - Method in interface com.atlassian.cache.CacheSettings
-
- getFlushable(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getHazelcastInstance() - Method in class com.atlassian.cache.hazelcast.HazelcastCacheManager
-
- getHazelcastMapName() - Method in class com.atlassian.cache.hazelcast.HazelcastCache
-
- getHazelcastMapName() - Method in class com.atlassian.cache.hazelcast.HazelcastCachedReference
-
- getHazelcastMapName() - Method in class com.atlassian.cache.hazelcast.ManagedCacheSupport
-
- getHitCount() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the number of times Cache lookup methods have returned a cached value.
- getHitCount() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getHitRate() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the ratio of cache requests which were hits.
- getHitRate() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getInstance() - Static method in class com.atlassian.cache.impl.CachedReferenceNotificationSupport
-
- getInstance() - Static method in class com.atlassian.cache.impl.CacheEntryNotificationSupport
-
- getKey() - Method in interface com.atlassian.cache.CacheEntryEvent
-
Returns the key the event was fired for
- getKey() - Method in class com.atlassian.cache.impl.DefaultCacheEntryEvent
-
- getKeys() - Method in interface com.atlassian.cache.Cache
-
Gets the keys of all objects currently stored in the cache.
- getKeys() - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCache
-
- getKeys() - Method in class com.atlassian.cache.hazelcast.HazelcastCache
-
- getKeys() - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCache
-
- getLabel() - Method in enum com.atlassian.cache.CacheStatisticsKey
-
Returns the label for this cache statistics key.
- getLoadCount() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the total number of times that Cache lookup methods attempted to load new values.
- getLoadCount() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getLoadExceptionCount() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the number of times Cache lookup methods threw an exception while loading a new value.
- getLoadExceptionCount() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getLoadExceptionRate() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the ratio of cache loading attempts which threw exceptions.
- getLoadExceptionRate() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getLoadSuccessCount() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the number of times Cache lookup methods have successfully loaded a new value.
- getLoadSuccessCount() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getLocal() - Method in interface com.atlassian.cache.CacheSettings
-
- getLocal(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
Convenience method that returns
CacheSettings.getLocal() if it is not
null,
otherwise returns the supplied
defaultValue.
- getLocalCache() - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCache
-
- getLocalCache() - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCachedReference
-
- getLocalCache() - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCache
-
- getLocalCache() - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCachedReference
-
- getLocalCache() - Method in class com.atlassian.cache.hazelcast.ManagedHybridCacheSupport
-
- getManagedCache(String) - Method in interface com.atlassian.cache.CacheManager
-
Returns the managed cache for the specified name.
- getManagedCache(String) - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getManagedCaches() - Method in interface com.atlassian.cache.CacheManager
-
Gets the collection of caches managed.
- getManagedCaches() - Method in class com.atlassian.cache.impl.AbstractCacheManager
-
- getMaxEntries() - Method in interface com.atlassian.cache.CacheSettings
-
- getMaxEntries(int) - Method in interface com.atlassian.cache.CacheSettings
-
- getMissCount() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the number of times Cache lookup methods have returned an uncached (newly loaded) value, or null.
- getMissCount() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getMissRate() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the ratio of cache requests which were misses.
- getMissRate() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getName() - Method in interface com.atlassian.cache.Cache
-
The name of the cache, uniquely identifies this cache.
- getName() - Method in class com.atlassian.cache.ehcache.wrapper.ValueProcessorEhcacheLoaderDecorator
-
- getName() - Method in class com.atlassian.cache.hazelcast.HazelcastAsyncHybridCache
-
- getName() - Method in class com.atlassian.cache.hazelcast.HazelcastHybridCache
-
- getName() - Method in class com.atlassian.cache.hazelcast.ManagedCacheSupport
-
- getName() - Method in class com.atlassian.cache.hazelcast.ManagedHybridCacheSupport
-
- getName() - Method in interface com.atlassian.cache.ManagedCache
-
The name of the cache, uniquely identifies this cache.
- getOldValue() - Method in interface com.atlassian.cache.CacheEntryEvent
-
Returns the old value for this key
- getOldValue() - Method in class com.atlassian.cache.impl.DefaultCacheEntryEvent
-
- getReplicateAsynchronously() - Method in interface com.atlassian.cache.CacheSettings
-
- getReplicateAsynchronously(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getReplicateViaCopy() - Method in interface com.atlassian.cache.CacheSettings
-
- getReplicateViaCopy(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getRequestCount() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the number of times Cache lookup methods have returned either a cached or uncached value.
- getRequestCount() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getSize() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the number of cached objects
- getSize() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getStatistics() - Method in class com.atlassian.cache.hazelcast.ManagedCacheSupport
-
- getStatistics() - Method in class com.atlassian.cache.hazelcast.ManagedHybridCacheSupport
-
- getStatistics() - Method in interface com.atlassian.cache.ManagedCache
-
Get usage statistics for the cache.
- getStatisticsEnabled() - Method in interface com.atlassian.cache.CacheSettings
-
- getStatisticsEnabled(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getStatus() - Method in class com.atlassian.cache.ehcache.wrapper.ValueProcessorEhcacheLoaderDecorator
-
- getTotalLoadTime() - Method in interface com.atlassian.cache.memory.jmx.MemoryCacheMXBean
-
Returns the total number of nanoseconds the cache has spent loading new values.
- getTotalLoadTime() - Method in class com.atlassian.cache.memory.jmx.MemoryCacheMXBeanImpl
-
- getType() - Method in enum com.atlassian.cache.CacheStatisticsKey
-
Returns the type of statistic that this is.
- getValue() - Method in interface com.atlassian.cache.CachedReferenceEvent
-
Returns cached reference value
- getValue() - Method in interface com.atlassian.cache.CacheEntryEvent
-
Returns the current value for this key
- getValue() - Method in class com.atlassian.cache.impl.DefaultCachedReferenceEvent
-
- getValue() - Method in class com.atlassian.cache.impl.DefaultCacheEntryEvent
-