| 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. |
| Key<K> |
A cache key supporting group co-location.
|
| SimpleLocality |
Simple
Locality implementation that uses a static value. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.