Uses of Interface
org.infinispan.stats.Stats
-
Packages that use Stats Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.security.impl org.infinispan.stats Cache statistics.org.infinispan.stats.impl -
-
Uses of Stats in org.infinispan
Methods in org.infinispan that return Stats Modifier and Type Method Description StatsAdvancedCache. getStats()Returns aStatsobject that allows several statistics associated with this cache at runtime. -
Uses of Stats in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return Stats Modifier and Type Method Description StatsAbstractDelegatingAdvancedCache. getStats()StatsCacheImpl. getStats()StatsSimpleCacheImpl. getStats()StatsStatsCollectingCache. getStats() -
Uses of Stats in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return Stats Modifier and Type Method Description StatsSecureCacheImpl. getStats() -
Uses of Stats in org.infinispan.stats
Subinterfaces of Stats in org.infinispan.stats Modifier and Type Interface Description interfaceCacheContainerStatsDeprecated.Since 10.1.3.interfaceClusterCacheStatsSimilar toStatsbut cluster wide. -
Uses of Stats in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl that implement Stats Modifier and Type Class Description classCacheContainerStatsImplDeprecated.Since 10.1.3.classClusterCacheStatsImplclassStatsCollectorclassStatsImplStatsImpl.Methods in org.infinispan.stats.impl that return Stats Modifier and Type Method Description static StatsStatsImpl. create(Configuration configuration, AsyncInterceptorChain chain)Use this factory to create Stats object from configuration and the interceptor chain.static StatsStatsImpl. create(StatsCollector collector)Use this factory to create Stats object fromStatsCollector.
-