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.stats Cache statistics. -
-
Uses of Stats in org.infinispan
Methods in org.infinispan that return Stats Modifier and Type Method Description Stats
AdvancedCache. getStats()
Returns aStats
object that allows several statistics associated with this cache at runtime. -
Uses of Stats in org.infinispan.stats
Subinterfaces of Stats in org.infinispan.stats Modifier and Type Interface Description interface
CacheContainerStats
Deprecated.Since 10.1.3.interface
ClusterCacheStats
Similar toStats
but cluster wide.
-