| Interface | Description |
|---|---|
| KeyDistribution |
Provides key distribution functions.
|
| Locality |
Facility for determining the primary ownership/location of a given cache key.
|
| Class | Description |
|---|---|
| CacheKeyDistribution |
Key distribution appropriate for any cache mode.
|
| CacheLocality |
A
Locality implementation that delegates to either a ConsistentHashLocality or SimpleLocality depending on the cache mode. |
| ConsistentHashKeyDistribution |
Key distribution functions for a specific
ConsistentHash. |
| ConsistentHashLocality |
Locality implementation based on a ConsistentHash. |
| KeyPartitionerFactory |
Custom key partitioner factory that uses the same key partitioner for all clustered caches, including non-tx invalidation caches.
|
| SimpleLocality |
Simple
Locality implementation that uses a static value. |
| WildflyPackageImpl |
| Enum | Description |
|---|---|
| LocalKeyDistribution |
Key distribution implementation for a local cache.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.