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 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 CacheTopologyInfo
RemoteCache. getCacheTopologyInfo()
ReturnsCacheTopologyInfo
for 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 class
CacheTopologyInfoImpl
Methods in org.infinispan.client.hotrod.impl that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfo
RemoteCacheImpl. getCacheTopologyInfo()
CacheTopologyInfo
TopologyInfo. 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 CacheTopologyInfo
OperationsFactory. getCacheTopologyInfo()
-
Uses of CacheTopologyInfo in org.infinispan.client.hotrod.impl.transport
Methods in org.infinispan.client.hotrod.impl.transport that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfo
TransportFactory. getCacheTopologyInfo(byte[] cacheName)
Deprecated. -
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 CacheTopologyInfo
ChannelFactory. getCacheTopologyInfo(byte[] cacheName)
-