Uses of Interface
org.infinispan.stats.Stats
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Cache statistics.
-
Uses of Stats in org.infinispan
-
Uses of Stats in org.infinispan.cache.impl
-
Uses of Stats in org.infinispan.security.impl
-
Uses of Stats in org.infinispan.server.hotrod
Modifier and TypeMethodDescriptionio.netty.buffer.ByteBuf
VersionedEncoder.statsResponse
(HotRodHeader header, HotRodServer server, io.netty.channel.Channel channel, Stats stats, NettyTransport transport, ClusterCacheStats clusterCacheStats1) -
Uses of Stats in org.infinispan.stats
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3.interface
Similar toStats
but cluster wide. -
Uses of Stats in org.infinispan.stats.impl
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3.class
final class
class
StatsImpl.Modifier and TypeMethodDescriptionstatic Stats
StatsImpl.create
(Configuration configuration, AsyncInterceptorChain chain) Use this factory to create Stats object from configuration and the interceptor chain.static Stats
StatsImpl.create
(StatsCollector collector) Use this factory to create Stats object fromStatsCollector
.