Uses of Class
org.infinispan.distribution.LocalizedCacheTopology
-
Packages that use LocalizedCacheTopology Package Description org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.distribution.impl org.infinispan.distribution.util org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.partitionhandling.impl org.infinispan.scattered.impl 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.conflict.impl
Methods in org.infinispan.conflict.impl with parameters of type LocalizedCacheTopology Modifier and Type Method Description CompletableFuture<List<Map<Address,CacheEntry<K,V>>>>StateReceiver. getAllReplicasForSegment(int segmentId, LocalizedCacheTopology topology, long timeout)Return all replicas of a cache entry for a given segment.CompletableFuture<List<Map<Address,CacheEntry<K,V>>>>StateReceiverImpl. getAllReplicasForSegment(int segmentId, LocalizedCacheTopology topology, long timeout) -
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.distribution.impl
Methods in org.infinispan.distribution.impl that return LocalizedCacheTopology Modifier and Type Method Description LocalizedCacheTopologyDistributionManagerImpl. createLocalizedCacheTopology(CacheTopology cacheTopology)LocalizedCacheTopologyDistributionManagerImpl. getCacheTopology()static LocalizedCacheTopologyDistributionManagerImpl. makeSingletonTopology(CacheMode cacheMode, KeyPartitioner keyPartitioner, int numSegments, Address localAddress) -
Uses of LocalizedCacheTopology in org.infinispan.distribution.util
Fields in org.infinispan.distribution.util declared as LocalizedCacheTopology Modifier and Type Field Description protected LocalizedCacheTopologyReadOnlySegmentAwareCollection. topologyprotected LocalizedCacheTopologyReadOnlySegmentAwareIterator. topologyprotected LocalizedCacheTopologyReadOnlySegmentAwareMap. topologyConstructors in org.infinispan.distribution.util with parameters of type LocalizedCacheTopology Constructor Description ReadOnlySegmentAwareCollection(Collection<E> set, LocalizedCacheTopology topology, org.infinispan.commons.util.IntSet allowedSegments)ReadOnlySegmentAwareEntryCollection(Set<Map.Entry<K,V>> set, LocalizedCacheTopology topology, org.infinispan.commons.util.IntSet allowedSegments)ReadOnlySegmentAwareEntryIterator(Iterator<Map.Entry<K,V>> iter, LocalizedCacheTopology topology, org.infinispan.commons.util.IntSet allowedSegments)ReadOnlySegmentAwareIterator(Iterator<E> iter, LocalizedCacheTopology topology, org.infinispan.commons.util.IntSet allowedSegments)ReadOnlySegmentAwareMap(Map<K,V> map, LocalizedCacheTopology topology, org.infinispan.commons.util.IntSet allowedSegments) -
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(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, ReadOnlyManyCommand command)protected DistributionInfoBaseDistributionInterceptor. retrieveDistributionInfo(LocalizedCacheTopology topology, ReplicableCommand command, Object key) -
Uses of LocalizedCacheTopology in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl that return LocalizedCacheTopology Modifier and Type Method Description protected LocalizedCacheTopologyAbstractIracLocalSiteInterceptor. getCacheTopology() -
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()LocalizedCacheTopologyOrderedClusteringDependentLogic. getCacheTopology() -
Uses of LocalizedCacheTopology in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type LocalizedCacheTopology Modifier and Type Method Description protected booleanPartitionHandlingManagerImpl. isKeyOperationAllowed(boolean isWrite, long flagBitSet, LocalizedCacheTopology cacheTopology, Object key)Check if a read/write operation is allowed with the actual members -
Uses of LocalizedCacheTopology in org.infinispan.scattered.impl
Methods in org.infinispan.scattered.impl with parameters of type LocalizedCacheTopology Modifier and Type Method Description protected booleanScatteredPartitionHandlingManagerImpl. isKeyOperationAllowed(boolean isWrite, long flagBitSet, LocalizedCacheTopology cacheTopology, Object key) -
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)
-