Uses of Interface
org.infinispan.client.hotrod.ServerStatistics
Packages that use ServerStatistics
Package
Description
Hot Rod client API.
-
Uses of ServerStatistics in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return ServerStatisticsModifier and TypeMethodDescriptionRemoteCache.serverStatistics()Returns server-side statistics for this cache.Methods in org.infinispan.client.hotrod that return types with arguments of type ServerStatisticsModifier and TypeMethodDescriptionRemoteCache.serverStatisticsAsync()Returns server-side statistics for this cache. -
Uses of ServerStatistics in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement ServerStatisticsMethods in org.infinispan.client.hotrod.impl that return ServerStatisticsModifier and TypeMethodDescriptionDelegatingRemoteCache.serverStatistics()RemoteCacheImpl.serverStatistics()Methods in org.infinispan.client.hotrod.impl that return types with arguments of type ServerStatisticsModifier and TypeMethodDescriptionDelegatingRemoteCache.serverStatisticsAsync()RemoteCacheImpl.serverStatisticsAsync() -
Uses of ServerStatistics in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return ServerStatisticsModifier and TypeMethodDescriptionStatsOperation.createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller) Methods in org.infinispan.client.hotrod.impl.operations that return types with arguments of type ServerStatisticsModifier and TypeMethodDescriptionCacheOperationsFactory.newStatsOperation()DefaultCacheOperationsFactory.newStatsOperation()DelegatingCacheOperationsFactory.newStatsOperation()