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.default ServerStatistics
RemoteCache.stats()
Deprecated, for removal: This API element is subject to removal in a future version.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()
RemoteCache.serverStatistics()
instead