| 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.fair |
Contains fair cache affinity for partitioned cache.
|
| org.gridgain.grid.cache.affinity.rendezvous |
Contains HRW-based cache affinity for partitioned cache.
|
| org.gridgain.grid.kernal.processors.affinity |
Data affinity processor.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<GridNode>> |
GridCacheAffinityFunction.assignPartitions(GridCacheAffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<GridNode>> |
GridCacheConsistentHashAffinityFunction.assignPartitions(GridCacheAffinityFunctionContext ctx)
Gets affinity nodes for a partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<GridNode>> |
GridCachePartitionFairAffinity.assignPartitions(GridCacheAffinityFunctionContext ctx)
Gets affinity nodes for a partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<GridNode>> |
GridCacheRendezvousAffinityFunction.assignPartitions(GridCacheAffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAffinityFunctionContextImpl
Cache affinity function context implementation.
|
Copyright © 2014. All rights reserved.