Uses of Class
org.infinispan.distribution.LocalizedCacheTopology
Packages that use LocalizedCacheTopology
Package
Description
This package contains implementations of the conflict resolution API.
Classes relating to the distributed cache mode.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
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 LocalizedCacheTopologyModifier and TypeMethodDescriptionStateReceiver.getAllReplicasForSegment(int segmentId, LocalizedCacheTopology topology, long timeout) Return all replicas of a cache entry for a given segment.StateReceiverImpl.getAllReplicasForSegment(int segmentId, LocalizedCacheTopology topology, long timeout) -
Uses of LocalizedCacheTopology in org.infinispan.distribution
Methods in org.infinispan.distribution that return LocalizedCacheTopologyModifier and TypeMethodDescriptionDistributionManager.createLocalizedCacheTopology(CacheTopology cacheTopology) DistributionManager.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 LocalizedCacheTopologyModifier and TypeMethodDescriptionDistributionManagerImpl.createLocalizedCacheTopology(CacheTopology cacheTopology) DistributionManagerImpl.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 LocalizedCacheTopologyModifier and TypeFieldDescriptionprotected final LocalizedCacheTopologyReadOnlySegmentAwareCollection.topologyprotected final LocalizedCacheTopologyReadOnlySegmentAwareIterator.topologyprotected final LocalizedCacheTopologyReadOnlySegmentAwareMap.topologyConstructors in org.infinispan.distribution.util with parameters of type LocalizedCacheTopologyModifierConstructorDescriptionReadOnlySegmentAwareCollection(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 with parameters of type LocalizedCacheTopologyModifier and TypeMethodDescriptionabstract CWriteManyCommandHelper.copyForBackup(C cmd, LocalizedCacheTopology topology, Address target, org.infinispan.commons.util.IntSet segments) abstract CWriteManyCommandHelper.copyForPrimary(C cmd, LocalizedCacheTopology topology, org.infinispan.commons.util.IntSet segments) BaseDistributionInterceptor.ReadManyCommandHelper.fetchRequiredKeys(LocalizedCacheTopology cacheTopology, Map<Address, List<Object>> requestedKeys, List<Object> availableKeys, InvocationContext ctx, C command) 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 LocalizedCacheTopologyModifier and TypeMethodDescriptionprotected LocalizedCacheTopologyAbstractIracLocalSiteInterceptor.getCacheTopology()protected LocalizedCacheTopologyClusteringInterceptor.getCacheTopology() -
Uses of LocalizedCacheTopology in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return LocalizedCacheTopologyModifier and TypeMethodDescriptionClusteringDependentLogic.AbstractClusteringDependentLogic.getCacheTopology()ClusteringDependentLogic.getCacheTopology()ClusteringDependentLogic.LocalLogic.getCacheTopology() -
Uses of LocalizedCacheTopology in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type LocalizedCacheTopologyModifier and TypeMethodDescriptionprotected 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 LocalizedCacheTopologyModifier and TypeMethodDescriptionprotected booleanScatteredPartitionHandlingManagerImpl.isKeyOperationAllowed(boolean isWrite, long flagBitSet, LocalizedCacheTopology cacheTopology, Object key) -
Uses of LocalizedCacheTopology in org.infinispan.util
Methods in org.infinispan.util that return LocalizedCacheTopologyModifier and TypeMethodDescriptionstatic LocalizedCacheTopologyCacheTopologyUtil.checkTopology(TopologyAffectedCommand command, LocalizedCacheTopology current) Check if the currentLocalizedCacheTopologyis valid for theTopologyAffectedCommand.Methods in org.infinispan.util with parameters of type LocalizedCacheTopologyModifier and TypeMethodDescriptionstatic LocalizedCacheTopologyCacheTopologyUtil.checkTopology(TopologyAffectedCommand command, LocalizedCacheTopology current) Check if the currentLocalizedCacheTopologyis valid for theTopologyAffectedCommand.static Map<Integer,Collection<Object>> TriangleFunctionsUtil.filterBySegment(LocalizedCacheTopology cacheTopology, Collection<Object> keys)