| Package | Description |
|---|---|
| org.apache.ignite.cache.affinity |
Contains cache node affinity implementations.
|
| 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.
|
| org.apache.ignite.internal.processors.affinity |
Data affinity processor.
|
| org.apache.ignite.internal.processors.platform.cache.affinity | |
| org.apache.ignite.platform.dotnet |
Contains .Net platform-related classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ClusterNode>> |
AffinityFunction.assignPartitions(AffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ClusterNode>> |
FairAffinityFunction.assignPartitions(AffinityFunctionContext ctx)
Gets affinity nodes for a partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ClusterNode>> |
RendezvousAffinityFunction.assignPartitions(AffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridAffinityFunctionContextImpl
Cache affinity function context implementation.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ClusterNode>> |
PlatformAffinityFunction.assignPartitions(AffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
static void |
PlatformAffinityUtils.writeAffinityFunctionContext(AffinityFunctionContext affCtx,
BinaryRawWriterEx writer,
PlatformContext ctx)
Writes the affinity function context.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ClusterNode>> |
PlatformDotNetAffinityFunction.assignPartitions(AffinityFunctionContext affCtx)
Gets affinity nodes for a partition.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016