Uses of Interface
org.infinispan.distribution.ch.KeyPartitioner
-
Packages that use KeyPartitioner Package Description org.infinispan.configuration.cache Cacheconfigurationorg.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.distribution.ch Consistent Hash interfacesorg.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI. -
-
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.distribution
Methods in org.infinispan.distribution with parameters of type KeyPartitioner Modifier and Type Method Description static LocalizedCacheTopologyLocalizedCacheTopology. 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 KeyPartitioner Constructor Description LocalizedCacheTopology(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 KeyPartitioner Modifier and Type Method Description default booleanKeyPartitioner. matches(KeyPartitioner other) -
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, 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 KeyPartitioner Modifier and Type Method Description KeyPartitionerInitializationContext. getKeyPartitioner()The configured partitioner that can be used to determine which segment a given key belongs to.
-