Uses of Class
com.atlassian.cache.CacheStatisticsKey

Packages that use CacheStatisticsKey
com.atlassian.cache   
com.atlassian.cache.ehcache   
com.atlassian.cache.hazelcast   
com.atlassian.cache.memory   
 

Uses of CacheStatisticsKey in com.atlassian.cache
 

Fields in com.atlassian.cache with type parameters of type CacheStatisticsKey
static Comparator<CacheStatisticsKey> CacheStatisticsKey.SORT_BY_LABEL
          Sorts cache statistics keys by label.
 

Methods in com.atlassian.cache that return CacheStatisticsKey
static CacheStatisticsKey CacheStatisticsKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheStatisticsKey[] CacheStatisticsKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.cache that return types with arguments of type CacheStatisticsKey
 SortedMap<CacheStatisticsKey,com.atlassian.util.concurrent.Supplier<Long>> ManagedCache.getStatistics()
          Get usage statistics for the cache.
 

Uses of CacheStatisticsKey in com.atlassian.cache.ehcache
 

Methods in com.atlassian.cache.ehcache that return types with arguments of type CacheStatisticsKey
static SortedMap<CacheStatisticsKey,com.atlassian.util.concurrent.Supplier<Long>> DelegatingCacheStatistics.toStatistics(net.sf.ehcache.statistics.StatisticsGateway stats)
           
 

Uses of CacheStatisticsKey in com.atlassian.cache.hazelcast
 

Methods in com.atlassian.cache.hazelcast that return types with arguments of type CacheStatisticsKey
 SortedMap<CacheStatisticsKey,com.atlassian.util.concurrent.Supplier<Long>> ManagedHybridCacheSupport.getStatistics()
           
 SortedMap<CacheStatisticsKey,com.atlassian.util.concurrent.Supplier<Long>> ManagedCacheSupport.getStatistics()
           
 

Uses of CacheStatisticsKey in com.atlassian.cache.memory
 

Methods in com.atlassian.cache.memory that return types with arguments of type CacheStatisticsKey
static SortedMap<CacheStatisticsKey,com.atlassian.util.concurrent.Supplier<Long>> DelegatingCacheStatistics.toStatistics(com.google.common.cache.Cache<?,?> internalCache)
           
 



Copyright © 2014 Atlassian. All rights reserved.