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(org.infinispan.commons.marshall.WrappedBytes cacheName)CacheInfoTopologyInfo. getOrCreateCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName)Methods in org.infinispan.client.hotrod.impl 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.client.hotrod.impl 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.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) -
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(org.infinispan.commons.marshall.WrappedBytes cacheName, CacheInfo newCacheInfo, boolean quiet)
-