Uses of Class
org.infinispan.distribution.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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected final LocalizedCacheTopology
ReadOnlySegmentAwareCollection.topology
protected final LocalizedCacheTopology
ReadOnlySegmentAwareIterator.topology
protected final LocalizedCacheTopology
ReadOnlySegmentAwareMap.topology
ModifierConstructorDescriptionReadOnlySegmentAwareCollection
(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
Modifier 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
Modifier and TypeMethodDescriptionprotected boolean
ScatteredPartitionHandlingManagerImpl.isKeyOperationAllowed
(boolean isWrite, long flagBitSet, LocalizedCacheTopology cacheTopology, Object key) -
Uses of LocalizedCacheTopology in org.infinispan.util
Modifier and TypeMethodDescriptionstatic LocalizedCacheTopology
CacheTopologyUtil.checkTopology
(TopologyAffectedCommand command, LocalizedCacheTopology current) Check if the currentLocalizedCacheTopology
is valid for theTopologyAffectedCommand
.Modifier 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)