Uses of Class
org.infinispan.distribution.LocalizedCacheTopology
-
Packages that use LocalizedCacheTopology Package Description org.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of LocalizedCacheTopology in org.infinispan.distribution
Methods in org.infinispan.distribution that return LocalizedCacheTopology Modifier and Type Method Description LocalizedCacheTopologyDistributionManager. createLocalizedCacheTopology(CacheTopology cacheTopology)LocalizedCacheTopologyDistributionManager. getCacheTopology()static LocalizedCacheTopologyLocalizedCacheTopology. makeSegmentedSingletonTopology(KeyPartitioner keyPartitioner, int numSegments, Address localAddress)Creates a new local topology that has a single address but multiple segments.static LocalizedCacheTopologyLocalizedCacheTopology. makeSingletonTopology(CacheMode cacheMode, Address localAddress) -
Uses of LocalizedCacheTopology in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return LocalizedCacheTopology Modifier and Type Method Description protected LocalizedCacheTopologyBaseDistributionInterceptor. checkTopologyId(org.infinispan.commands.TopologyAffectedCommand command)Methods in org.infinispan.interceptors.distribution with parameters of type LocalizedCacheTopology Modifier and Type Method Description CompletionStage<Void>BaseDistributionInterceptor.ReadManyCommandHelper. fetchRequiredKeys(LocalizedCacheTopology cacheTopology, Map<Address,List<Object>> requestedKeys, List<Object> availableKeys, InvocationContext ctx, C command)CompletionStage<Void>BaseDistributionInterceptor.ReadOnlyManyHelper. fetchRequiredKeys(LocalizedCacheTopology cacheTopology, Map<Address,List<Object>> requestedKeys, List<Object> availableKeys, InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)protected DistributionInfoBaseDistributionInterceptor. retrieveDistributionInfo(LocalizedCacheTopology topology, org.infinispan.commands.ReplicableCommand command, Object key) -
Uses of LocalizedCacheTopology in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return LocalizedCacheTopology Modifier and Type Method Description LocalizedCacheTopologyClusteringDependentLogic.AbstractClusteringDependentLogic. getCacheTopology()LocalizedCacheTopologyClusteringDependentLogic. getCacheTopology()LocalizedCacheTopologyClusteringDependentLogic.LocalLogic. getCacheTopology() -
Uses of LocalizedCacheTopology in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder that return LocalizedCacheTopology Modifier and Type Method Description protected LocalizedCacheTopologyTotalOrderDistributionInterceptor. checkTopologyId(org.infinispan.commands.TopologyAffectedCommand command)protected LocalizedCacheTopologyTotalOrderVersionedDistributionInterceptor. checkTopologyId(org.infinispan.commands.TopologyAffectedCommand command) -
Uses of LocalizedCacheTopology in org.infinispan.util
Methods in org.infinispan.util with parameters of type LocalizedCacheTopology Modifier and Type Method Description static Map<Integer,Collection<Object>>TriangleFunctionsUtil. filterBySegment(LocalizedCacheTopology cacheTopology, Collection<Object> keys)
-