See: Description
| Interface | Description |
|---|---|
| GridCacheAffinity<K> |
Provides affinity information to detect which node is primary and which nodes are
backups for a partitioned cache.
|
| GridCacheAffinityFunction |
Cache key affinity which maps keys to nodes.
|
| GridCacheAffinityFunctionContext |
Affinity function context.
|
| GridCacheAffinityKeyMapper |
Affinity mapper which maps cache key to an affinity key.
|
| GridCacheAffinityNodeHashResolver |
Resolver which is used to provide node hash value for affinity function.
|
| Class | Description |
|---|---|
| GridCacheAffinityKey<K> |
Optional wrapper for cache keys to provide support
for custom affinity mapping.
|
| GridCacheAffinityNodeAddressHashResolver |
Node hash resolver which uses
GridNode.consistentId() as alternate hash value. |
| GridCacheAffinityNodeIdHashResolver |
Node hash resolver which uses generated node ID as node hash value.
|
| Annotation Type | Description |
|---|---|
| GridCacheAffinityKeyMapped |
Optional annotation to specify custom key-to-node affinity.
|
| GridCacheCentralizedAffinityFunction |
Annotation marker which identifies affinity function that must be calculated on one centralized node
instead of independently on each node.
|
Copyright © 2014. All rights reserved.