Uses of Class
org.infinispan.hotrod.impl.topology.CacheInfo
-
Packages that use CacheInfo Package Description org.infinispan.hotrod.impl.cache org.infinispan.hotrod.impl.topology org.infinispan.hotrod.impl.transport.netty -
-
Uses of CacheInfo in org.infinispan.hotrod.impl.cache
Methods in org.infinispan.hotrod.impl.cache that return CacheInfo Modifier and Type Method Description CacheInfoTopologyInfo. getCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName)CacheInfoTopologyInfo. getOrCreateCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName)Methods in org.infinispan.hotrod.impl.cache with parameters of type CacheInfo Modifier and Type Method Description voidTopologyInfo. updateCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName, CacheInfo oldCacheInfo, CacheInfo newCacheInfo)Method parameters in org.infinispan.hotrod.impl.cache with type arguments of type CacheInfo Modifier and Type Method Description voidTopologyInfo. forEachCache(BiConsumer<org.infinispan.commons.marshall.WrappedBytes,CacheInfo> action) -
Uses of CacheInfo in org.infinispan.hotrod.impl.topology
Methods in org.infinispan.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.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty with parameters of type CacheInfo Modifier and Type Method Description protected voidChannelFactory. updateCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName, CacheInfo newCacheInfo, boolean quiet)
-