Package | Description |
---|---|
org.apache.ignite.cache.affinity |
Contains cache node affinity implementations.
|
org.apache.ignite.cache.affinity.consistenthash |
Contains consistent hash based cache affinity for partitioned cache.
|
org.apache.ignite.cache.affinity.fair |
Contains fair cache affinity for partitioned cache.
|
org.apache.ignite.cache.affinity.rendezvous |
Contains HRW-based cache affinity for partitioned cache.
|
Modifier and Type | Method and Description |
---|---|
List<List<ClusterNode>> |
CacheAffinityFunction.assignPartitions(CacheAffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
Modifier and Type | Method and Description |
---|---|
List<List<ClusterNode>> |
CacheConsistentHashAffinityFunction.assignPartitions(CacheAffinityFunctionContext ctx)
Gets affinity nodes for a partition.
|
Modifier and Type | Method and Description |
---|---|
List<List<ClusterNode>> |
CachePartitionFairAffinity.assignPartitions(CacheAffinityFunctionContext ctx)
Gets affinity nodes for a partition.
|
Modifier and Type | Method and Description |
---|---|
List<List<ClusterNode>> |
CacheRendezvousAffinityFunction.assignPartitions(CacheAffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015