| Interface | Description |
|---|---|
| Locality |
Facility for determining the primary ownership/location of a given cache key.
|
| Class | Description |
|---|---|
| CacheLocality |
A
Locality implementation that delegates to either a ConsistentHashLocality or SimpleLocality depending on the cache mode. |
| 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 |
Copyright © 2020 JBoss by Red Hat. All rights reserved.