| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
| org.infinispan.distribution.ch |
Consistent Hash interfaces
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<KeyPartitioner> |
HashConfiguration.KEY_PARTITIONER |
| Modifier and Type | Method and Description |
|---|---|
KeyPartitioner |
HashConfiguration.keyPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
HashConfigurationBuilder |
HashConfigurationBuilder.keyPartitioner(KeyPartitioner keyPartitioner)
Key partitioner, controlling the mapping of keys to hash segments.
|
| Constructor and Description |
|---|
LocalizedCacheTopology(CacheMode cacheMode,
CacheTopology cacheTopology,
KeyPartitioner keyPartitioner,
Address localAddress,
boolean connected) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
KeyPartitioner.matches(KeyPartitioner other) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.