Uses of Interface
org.infinispan.hotrod.impl.cache.CacheTopologyInfo
-
Packages that use CacheTopologyInfo Package Description org.infinispan.hotrod.impl.cache org.infinispan.hotrod.impl.operations org.infinispan.hotrod.impl.topology org.infinispan.hotrod.impl.transport.netty -
-
Uses of CacheTopologyInfo in org.infinispan.hotrod.impl.cache
Classes in org.infinispan.hotrod.impl.cache that implement CacheTopologyInfo Modifier and Type Class Description classCacheTopologyInfoImplMethods in org.infinispan.hotrod.impl.cache that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoTopologyInfo. getCacheTopologyInfo(byte[] cacheName) -
Uses of CacheTopologyInfo in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoCacheOperationsFactory. getCacheTopologyInfo() -
Uses of CacheTopologyInfo in org.infinispan.hotrod.impl.topology
Methods in org.infinispan.hotrod.impl.topology that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoCacheInfo. getCacheTopologyInfo() -
Uses of CacheTopologyInfo in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoChannelFactory. getCacheTopologyInfo(byte[] cacheName)
-