Uses of Interface
org.infinispan.distribution.ch.KeyPartitioner
Packages that use KeyPartitioner
Package
Description
Cache
configurationClasses relating to the distributed cache mode.
Consistent Hash interfaces
Persistence API.
The Persistence SPI.
-
Uses of KeyPartitioner in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type KeyPartitionerModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<KeyPartitioner>
HashConfiguration.KEY_PARTITIONER
Methods in org.infinispan.configuration.cache that return KeyPartitionerMethods in org.infinispan.configuration.cache with parameters of type KeyPartitionerModifier and TypeMethodDescriptionHashConfigurationBuilder.keyPartitioner
(KeyPartitioner keyPartitioner) Key partitioner, controlling the mapping of keys to hash segments. -
Uses of KeyPartitioner in org.infinispan.distribution
Methods in org.infinispan.distribution with parameters of type KeyPartitionerModifier and TypeMethodDescriptionstatic LocalizedCacheTopology
LocalizedCacheTopology.makeSegmentedSingletonTopology
(KeyPartitioner keyPartitioner, int numSegments, org.infinispan.remoting.transport.Address localAddress) Creates a new local topology that has a single address but multiple segments.Constructors in org.infinispan.distribution with parameters of type KeyPartitionerModifierConstructorDescriptionLocalizedCacheTopology
(CacheMode cacheMode, org.infinispan.topology.CacheTopology cacheTopology, KeyPartitioner keyPartitioner, org.infinispan.remoting.transport.Address localAddress, boolean connected) -
Uses of KeyPartitioner in org.infinispan.distribution.ch
Methods in org.infinispan.distribution.ch with parameters of type KeyPartitionerModifier and TypeMethodDescriptiondefault void
KeyPartitioner.init
(KeyPartitioner other) default boolean
KeyPartitioner.matches
(KeyPartitioner other) -
Uses of KeyPartitioner in org.infinispan.persistence
Methods in org.infinispan.persistence that return KeyPartitionerConstructors in org.infinispan.persistence with parameters of type KeyPartitionerModifierConstructorDescriptionInitializationContextImpl
(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, org.infinispan.commons.time.TimeService timeService, ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, org.infinispan.util.concurrent.BlockingManager blockingManager, org.infinispan.util.concurrent.NonBlockingManager nonBlockingManager) -
Uses of KeyPartitioner in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return KeyPartitionerModifier and TypeMethodDescriptionInitializationContext.getKeyPartitioner()
The configured partitioner that can be used to determine which segment a given key belongs to.