Uses of Interface
org.infinispan.client.hotrod.ServerStatistics
-
Packages that use ServerStatistics Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
Uses of ServerStatistics in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return ServerStatistics Modifier and Type Method Description ServerStatistics
RemoteCache. serverStatistics()
Returns server-side statistics for this cache.default ServerStatistics
RemoteCache. stats()
Deprecated.useRemoteCache.serverStatistics()
insteadMethods in org.infinispan.client.hotrod that return types with arguments of type ServerStatistics Modifier and Type Method Description CompletionStage<ServerStatistics>
RemoteCache. serverStatisticsAsync()
Returns server-side statistics for this cache.
-