Uses of Class
org.infinispan.hotrod.impl.topology.CacheInfo
Packages that use CacheInfo
Package
Description
-
Uses of CacheInfo in org.infinispan.hotrod.impl.cache
Methods in org.infinispan.hotrod.impl.cache that return CacheInfoModifier and TypeMethodDescriptionTopologyInfo.getCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName) TopologyInfo.getOrCreateCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName) Methods in org.infinispan.hotrod.impl.cache with parameters of type CacheInfoModifier and TypeMethodDescriptionvoidTopologyInfo.updateCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName, CacheInfo oldCacheInfo, CacheInfo newCacheInfo) Method parameters in org.infinispan.hotrod.impl.cache with type arguments of type CacheInfoModifier and TypeMethodDescriptionvoidTopologyInfo.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 CacheInfoModifier and TypeMethodDescriptionCacheInfo.withNewHash(int topologyAge, int topologyId, List<InetSocketAddress> servers, ConsistentHash consistentHash, int numSegments) CacheInfo.withNewServers(int topologyAge, int topologyId, List<InetSocketAddress> servers) CacheInfo.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 CacheInfoModifier and TypeMethodDescriptionprotected voidChannelFactory.updateCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName, CacheInfo newCacheInfo)