Uses of Interface
org.infinispan.client.hotrod.ServerStatistics
-
Packages that use ServerStatistics Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl -
-
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. -
Uses of ServerStatistics in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement ServerStatistics Modifier and Type Class Description classServerStatisticsImplMethods in org.infinispan.client.hotrod.impl that return ServerStatistics Modifier and Type Method Description ServerStatisticsDelegatingRemoteCache. serverStatistics()ServerStatisticsRemoteCacheImpl. serverStatistics()Methods in org.infinispan.client.hotrod.impl that return types with arguments of type ServerStatistics Modifier and Type Method Description CompletionStage<ServerStatistics>DelegatingRemoteCache. serverStatisticsAsync()CompletionStage<ServerStatistics>RemoteCacheImpl. serverStatisticsAsync()
-