Uses of Interface
org.infinispan.distribution.ch.KeyPartitioner
-
-
Uses of KeyPartitioner in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerCacheImpl. keyPartitioner -
Uses of KeyPartitioner in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type KeyPartitioner Modifier and Type Method Description static intSegmentSpecificCommand. extractSegment(ReplicableCommand command, Object key, KeyPartitioner keyPartitioner)Utility to extract the segment from a given command that may be aSegmentSpecificCommand. -
Uses of KeyPartitioner in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type KeyPartitioner Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<KeyPartitioner>HashConfiguration. KEY_PARTITIONERMethods in org.infinispan.configuration.cache that return KeyPartitioner Modifier and Type Method Description KeyPartitionerHashConfiguration. keyPartitioner()Methods in org.infinispan.configuration.cache with parameters of type KeyPartitioner Modifier and Type Method Description HashConfigurationBuilderHashConfigurationBuilder. keyPartitioner(KeyPartitioner keyPartitioner)Key partitioner, controlling the mapping of keys to hash segments. -
Uses of KeyPartitioner in org.infinispan.container.impl
Fields in org.infinispan.container.impl declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerAbstractInternalDataContainer. keyPartitioner -
Uses of KeyPartitioner in org.infinispan.distribution
Methods in org.infinispan.distribution with parameters of type KeyPartitioner Modifier and Type Method Description static LocalizedCacheTopologyLocalizedCacheTopology. makeSegmentedSingletonTopology(KeyPartitioner keyPartitioner, int numSegments, Address localAddress)Creates a new local topology that has a single address but multiple segments.Constructors in org.infinispan.distribution with parameters of type KeyPartitioner Constructor Description LocalizedCacheTopology(CacheMode cacheMode, CacheTopology cacheTopology, KeyPartitioner keyPartitioner, Address localAddress, boolean connected) -
Uses of KeyPartitioner in org.infinispan.distribution.ch
Methods in org.infinispan.distribution.ch with parameters of type KeyPartitioner Modifier and Type Method Description default booleanKeyPartitioner. matches(KeyPartitioner other) -
Uses of KeyPartitioner in org.infinispan.distribution.ch.impl
Classes in org.infinispan.distribution.ch.impl that implement KeyPartitioner Modifier and Type Class Description classAffinityPartitionerKey partitioner that maps keys to segments using information contained inAffinityTaggedKey.classHashFunctionPartitionerKey partitioner that computes a key's segment based on a hash function.classSingleSegmentKeyPartitionerKeyPartitioner that always returns 0 for a given segment. -
Uses of KeyPartitioner in org.infinispan.distribution.group.impl
Classes in org.infinispan.distribution.group.impl that implement KeyPartitioner Modifier and Type Class Description classGroupingPartitionerKey partitioner that usesGroupannotations to map grouped keys to the same segment.Methods in org.infinispan.distribution.group.impl that return KeyPartitioner Modifier and Type Method Description KeyPartitionerGroupingPartitioner. unwrap()Constructors in org.infinispan.distribution.group.impl with parameters of type KeyPartitioner Constructor Description GroupingPartitioner(KeyPartitioner partitioner, GroupManager groupManager) -
Uses of KeyPartitioner in org.infinispan.distribution.impl
Methods in org.infinispan.distribution.impl with parameters of type KeyPartitioner Modifier and Type Method Description static LocalizedCacheTopologyDistributionManagerImpl. makeSingletonTopology(CacheMode cacheMode, KeyPartitioner keyPartitioner, int numSegments, Address localAddress) -
Uses of KeyPartitioner in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerExpirationManagerImpl. keyPartitioner -
Uses of KeyPartitioner in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerBaseDistributionInterceptor. keyPartitionerprotected KeyPartitionerL1NonTxInterceptor. keyPartitionerprotected KeyPartitionerScatteredDistributionInterceptor. keyPartitioner -
Uses of KeyPartitioner in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerPrefetchInterceptor. keyPartitioner -
Uses of KeyPartitioner in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerClusteringDependentLogic.AbstractClusteringDependentLogic. keyPartitionerMethods in org.infinispan.interceptors.locking with parameters of type KeyPartitioner Modifier and Type Method Description voidClusteringDependentLogic.LocalLogic. init(Transport transport, Configuration configuration, KeyPartitioner keyPartitioner) -
Uses of KeyPartitioner in org.infinispan.persistence
Methods in org.infinispan.persistence that return KeyPartitioner Modifier and Type Method Description KeyPartitionerInitializationContextImpl. getKeyPartitioner()Constructors in org.infinispan.persistence with parameters of type KeyPartitioner Constructor Description InitializationContextImpl(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, org.infinispan.commons.time.TimeService timeService, org.infinispan.commons.io.ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, BlockingManager blockingManager) -
Uses of KeyPartitioner in org.infinispan.persistence.internal
Methods in org.infinispan.persistence.internal with parameters of type KeyPartitioner Modifier and Type Method Description static <K> Predicate<? super K>PersistenceUtil. combinePredicate(org.infinispan.commons.util.IntSet segments, KeyPartitioner keyPartitioner, Predicate<? super K> filter) -
Uses of KeyPartitioner in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return KeyPartitioner Modifier and Type Method Description KeyPartitionerInitializationContext. getKeyPartitioner()The configured partitioner that can be used to determine which segment a given key belongs to. -
Uses of KeyPartitioner in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerStateConsumerImpl. keyPartitionerprotected KeyPartitionerStateProviderImpl. keyPartitionerConstructors in org.infinispan.statetransfer with parameters of type KeyPartitioner Constructor Description OutboundTransferTask(Address destination, org.infinispan.commons.util.IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, Consumer<Collection<StateChunk>> onChunkReplicated, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName, boolean applyState, boolean pushTransfer) -
Uses of KeyPartitioner in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as KeyPartitioner Modifier and Type Field Description protected KeyPartitionerAbstractCacheStream. keyPartitioner -
Uses of KeyPartitioner in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with parameters of type KeyPartitioner Modifier and Type Method Description static CompletionStage<Map<Object,IncrementableEntryVersion>>WriteSkewHelper. performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, EntryLoader<?,?> entryLoader, VersionGenerator versionGenerator, TxInvocationContext<?> context, WriteSkewHelper.KeySpecificLogic ksl, KeyPartitioner keyPartitioner)
-