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.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.persistence Persistence API.org.infinispan.persistence.internal org.infinispan.persistence.spi The Persistence SPI.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
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 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, 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.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.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, StreamingMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshalledEntryFactory mef, ExecutorService executorService) -
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(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, IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, Consumer<OutboundTransferTask> onCompletion, Consumer<List<StateChunk>> onChunkReplicated, BiFunction<InternalCacheEntry,org.infinispan.container.impl.InternalEntryFactory,InternalCacheEntry> mapEntryFromDataContainer, BiFunction<MarshalledEntry,org.infinispan.container.impl.InternalEntryFactory,InternalCacheEntry> mapEntryFromStore, org.infinispan.container.impl.InternalDataContainer dataContainer, PersistenceManager persistenceManager, RpcManager rpcManager, org.infinispan.commands.CommandsFactory commandsFactory, org.infinispan.container.impl.InternalEntryFactory ef, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
-