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 ServerStatisticsRemoteCache. serverStatistics()Returns server-side statistics for this cache.default ServerStatisticsRemoteCache. 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.
-