Uses of Interface
org.infinispan.client.hotrod.CacheTopologyInfo
-
Packages that use CacheTopologyInfo Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.transport.netty -
-
Uses of CacheTopologyInfo in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoRemoteCache. getCacheTopologyInfo()ReturnsCacheTopologyInfofor this cache. -
Uses of CacheTopologyInfo in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement CacheTopologyInfo Modifier and Type Class Description classCacheTopologyInfoImplMethods in org.infinispan.client.hotrod.impl that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoDelegatingRemoteCache. getCacheTopologyInfo()CacheTopologyInfoRemoteCacheImpl. getCacheTopologyInfo()CacheTopologyInfoTopologyInfo. getCacheTopologyInfo(byte[] cacheName) -
Uses of CacheTopologyInfo in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoOperationsFactory. getCacheTopologyInfo() -
Uses of CacheTopologyInfo in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoChannelFactory. getCacheTopologyInfo(byte[] cacheName)
-