| Package | Description |
|---|---|
| org.gridgain.grid.cache.affinity |
Contains cache node affinity implementations.
|
| org.gridgain.grid.cache.affinity.consistenthash |
Contains consistent hash based cache affinity for partitioned cache.
|
| org.gridgain.grid.cache.affinity.rendezvous |
Contains HRW-based cache affinity for partitioned cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAffinityNodeAddressHashResolver
Node hash resolver which uses
GridNode.consistentId() as alternate hash value. |
class |
GridCacheAffinityNodeIdHashResolver
Node hash resolver which uses generated node ID as node hash value.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheAffinityNodeHashResolver |
GridCacheConsistentHashAffinityFunction.getHashIdResolver()
Gets hash ID resolver for nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheConsistentHashAffinityFunction.setHashIdResolver(GridCacheAffinityNodeHashResolver hashIdRslvr)
Sets hash ID resolver for nodes.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheAffinityNodeHashResolver |
GridCacheRendezvousAffinityFunction.getHashIdResolver()
Gets hash ID resolver for nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheRendezvousAffinityFunction.setHashIdResolver(GridCacheAffinityNodeHashResolver hashIdRslvr)
Sets hash ID resolver for nodes.
|
Copyright © 2014. All rights reserved.