Uses of Class
org.infinispan.distribution.LocalizedCacheTopology
Packages that use LocalizedCacheTopology
Package
Description
Classes relating to the distributed cache mode.
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 LocalizedCacheTopologyModifier and TypeMethodDescriptionDistributionManager.createLocalizedCacheTopology
(CacheTopology cacheTopology) 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.distribution.impl
Methods in org.infinispan.distribution.impl that return LocalizedCacheTopologyModifier and TypeMethodDescriptionDistributionManagerImpl.createLocalizedCacheTopology
(CacheTopology cacheTopology) DistributionManagerImpl.getCacheTopology()
static LocalizedCacheTopology
DistributionManagerImpl.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 LocalizedCacheTopology
ReadOnlySegmentAwareCollection.topology
protected final LocalizedCacheTopology
ReadOnlySegmentAwareIterator.topology
protected final LocalizedCacheTopology
ReadOnlySegmentAwareMap.topology
Constructors in org.infinispan.distribution.util with parameters of type LocalizedCacheTopologyModifierConstructorDescriptionReadOnlySegmentAwareCollection
(Collection<E> set, LocalizedCacheTopology topology, IntSet allowedSegments) ReadOnlySegmentAwareEntryCollection
(Set<Map.Entry<K, V>> set, LocalizedCacheTopology topology, IntSet allowedSegments) ReadOnlySegmentAwareEntryIterator
(Iterator<Map.Entry<K, V>> iter, LocalizedCacheTopology topology, IntSet allowedSegments) ReadOnlySegmentAwareIterator
(Iterator<E> iter, LocalizedCacheTopology topology, IntSet allowedSegments) ReadOnlySegmentAwareMap
(Map<K, V> map, LocalizedCacheTopology topology, IntSet allowedSegments) -
Uses of LocalizedCacheTopology in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type LocalizedCacheTopologyModifier and TypeMethodDescriptionprotected boolean
PartitionHandlingManagerImpl.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 boolean
ScatteredPartitionHandlingManagerImpl.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 LocalizedCacheTopology
CacheTopologyUtil.checkTopology
(TopologyAffectedCommand command, LocalizedCacheTopology current) Check if the currentLocalizedCacheTopology
is valid for theTopologyAffectedCommand
.Methods in org.infinispan.util with parameters of type LocalizedCacheTopologyModifier and TypeMethodDescriptionstatic LocalizedCacheTopology
CacheTopologyUtil.checkTopology
(TopologyAffectedCommand command, LocalizedCacheTopology current) Check if the currentLocalizedCacheTopology
is valid for theTopologyAffectedCommand
.static Map<Integer,
Collection<Object>> TriangleFunctionsUtil.filterBySegment
(LocalizedCacheTopology cacheTopology, Collection<Object> keys)