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()
instead
-