Uses of Class
org.infinispan.client.hotrod.impl.topology.CacheInfo
-
Packages that use CacheInfo Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.topology org.infinispan.client.hotrod.impl.transport.netty -
-
Uses of CacheInfo in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return CacheInfo Modifier and Type Method Description CacheInfoTopologyInfo. getCacheInfo(WrappedBytes cacheName)CacheInfoTopologyInfo. getOrCreateCacheInfo(WrappedBytes cacheName)Methods in org.infinispan.client.hotrod.impl with parameters of type CacheInfo Modifier and Type Method Description voidTopologyInfo. updateCacheInfo(WrappedBytes cacheName, CacheInfo oldCacheInfo, CacheInfo newCacheInfo)Method parameters in org.infinispan.client.hotrod.impl with type arguments of type CacheInfo Modifier and Type Method Description voidTopologyInfo. forEachCache(BiConsumer<WrappedBytes,CacheInfo> action) -
Uses of CacheInfo in org.infinispan.client.hotrod.impl.topology
Methods in org.infinispan.client.hotrod.impl.topology that return CacheInfo Modifier and Type Method Description CacheInfoCacheInfo. withNewHash(int topologyAge, int topologyId, List<InetSocketAddress> servers, ConsistentHash consistentHash, int numSegments)CacheInfoCacheInfo. withNewServers(int topologyAge, int topologyId, List<InetSocketAddress> servers)CacheInfoCacheInfo. withNewServers(int topologyAge, int topologyId, List<InetSocketAddress> servers, ClientIntelligence intelligence) -
Uses of CacheInfo in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type CacheInfo Modifier and Type Method Description protected voidChannelFactory. updateCacheInfo(WrappedBytes cacheName, CacheInfo newCacheInfo, boolean quiet)
-