Uses of Class
org.infinispan.client.hotrod.impl.topology.CacheInfo
Packages that use CacheInfo
Package
Description
-
Uses of CacheInfo in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return CacheInfoModifier and TypeMethodDescriptionTopologyInfo.getCacheInfo(String cacheName) TopologyInfo.getOrCreateCacheInfo(String cacheName) Methods in org.infinispan.client.hotrod.impl with parameters of type CacheInfoModifier and TypeMethodDescriptionvoidTopologyInfo.updateCacheInfo(String cacheName, CacheInfo oldCacheInfo, CacheInfo newCacheInfo) Method parameters in org.infinispan.client.hotrod.impl with type arguments of type CacheInfoModifier and TypeMethodDescriptionvoidTopologyInfo.forEachCache(BiConsumer<String, CacheInfo> action) -
Uses of CacheInfo in org.infinispan.client.hotrod.impl.topology
Methods in org.infinispan.client.hotrod.impl.topology that return CacheInfoModifier and TypeMethodDescriptionCacheInfo.withNewHash(int topologyId, List<InetSocketAddress> servers, ConsistentHash consistentHash, int numSegments) CacheInfo.withNewServers(int topologyId, List<InetSocketAddress> servers) CacheInfo.withNewServers(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 that return CacheInfoMethods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type CacheInfoModifier and TypeMethodDescriptionprotected voidOperationDispatcher.updateCacheInfo(String cacheName, CacheInfo newCacheInfo)