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 LocalizedCacheTopology
DistributionManager. createLocalizedCacheTopology(CacheTopology cacheTopology)
LocalizedCacheTopology
DistributionManager. getCacheTopology()
static LocalizedCacheTopology
LocalizedCacheTopology. makeSegmentedSingletonTopology(KeyPartitioner keyPartitioner, int numSegments, Address localAddress)
Creates a new local topology that has a single address but multiple segments.static LocalizedCacheTopology
LocalizedCacheTopology. 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 LocalizedCacheTopology
BaseDistributionInterceptor. checkTopologyId(org.infinispan.commands.TopologyAffectedCommand command)
Methods in org.infinispan.interceptors.distribution with parameters of type LocalizedCacheTopology Modifier and Type Method Description java.util.concurrent.CompletionStage<java.lang.Void>
BaseDistributionInterceptor.ReadManyCommandHelper. fetchRequiredKeys(LocalizedCacheTopology cacheTopology, java.util.Map<Address,java.util.List<java.lang.Object>> requestedKeys, java.util.List<java.lang.Object> availableKeys, InvocationContext ctx, C command)
java.util.concurrent.CompletionStage<java.lang.Void>
BaseDistributionInterceptor.ReadOnlyManyHelper. fetchRequiredKeys(LocalizedCacheTopology cacheTopology, java.util.Map<Address,java.util.List<java.lang.Object>> requestedKeys, java.util.List<java.lang.Object> availableKeys, InvocationContext ctx, org.infinispan.commands.functional.ReadOnlyManyCommand command)
protected DistributionInfo
BaseDistributionInterceptor. retrieveDistributionInfo(LocalizedCacheTopology topology, org.infinispan.commands.ReplicableCommand command, java.lang.Object key)
-
Uses of LocalizedCacheTopology in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return LocalizedCacheTopology Modifier and Type Method Description LocalizedCacheTopology
ClusteringDependentLogic.AbstractClusteringDependentLogic. getCacheTopology()
LocalizedCacheTopology
ClusteringDependentLogic. getCacheTopology()
LocalizedCacheTopology
ClusteringDependentLogic.LocalLogic. getCacheTopology()
LocalizedCacheTopology
OrderedClusteringDependentLogic. getCacheTopology()
-
Uses of LocalizedCacheTopology in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder that return LocalizedCacheTopology Modifier and Type Method Description protected LocalizedCacheTopology
TotalOrderDistributionInterceptor. checkTopologyId(org.infinispan.commands.TopologyAffectedCommand command)
Deprecated.protected LocalizedCacheTopology
TotalOrderVersionedDistributionInterceptor. checkTopologyId(org.infinispan.commands.TopologyAffectedCommand command)
Deprecated. -
Uses of LocalizedCacheTopology in org.infinispan.util
Methods in org.infinispan.util with parameters of type LocalizedCacheTopology Modifier and Type Method Description static java.util.Map<java.lang.Integer,java.util.Collection<java.lang.Object>>
TriangleFunctionsUtil. filterBySegment(LocalizedCacheTopology cacheTopology, java.util.Collection<java.lang.Object> keys)
-