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.server.hotrod 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 Stats
AdvancedCache. getStats()
Returns aStats
object 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 Stats
AbstractDelegatingAdvancedCache. getStats()
Stats
CacheImpl. getStats()
Stats
SimpleCacheImpl. getStats()
Stats
StatsCollectingCache. getStats()
-
Uses of Stats in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return Stats Modifier and Type Method Description Stats
SecureCacheImpl. getStats()
-
Uses of Stats in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod with parameters of type Stats Modifier and Type Method Description io.netty.buffer.ByteBuf
AbstractEncoder1x. statsResponse(HotRodHeader header, HotRodServer server, io.netty.buffer.ByteBufAllocator alloc, Stats stats, NettyTransport transport, ComponentRegistry cacheRegistry)
io.netty.buffer.ByteBuf
VersionedEncoder. statsResponse(HotRodHeader header, HotRodServer server, io.netty.buffer.ByteBufAllocator alloc, Stats stats, NettyTransport transport, ComponentRegistry cacheRegistry)
-
Uses of Stats in org.infinispan.stats
Subinterfaces of Stats in org.infinispan.stats Modifier and Type Interface Description interface
CacheContainerStats
Similar toStats
but in the scope of a single per node CacheContainerinterface
ClusterCacheStats
Similar toStats
but cluster wide. -
Uses of Stats in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl that implement Stats Modifier and Type Class Description class
CacheContainerStatsImpl
Cache container statistics needed for admin consoleclass
ClusterCacheStatsImpl
class
StatsCollector
class
StatsImpl
StatsImpl.Constructors in org.infinispan.stats.impl with parameters of type Stats Constructor Description StatsImpl(Stats other)
-