Package | Description |
---|---|
org.apache.ignite.cache.affinity.rendezvous |
Contains HRW-based cache affinity for partitioned cache.
|
Modifier and Type | Method and Description |
---|---|
RendezvousAffinityFunction |
RendezvousAffinityFunction.setAffinityBackupFilter(IgniteBiPredicate<ClusterNode,List<ClusterNode>> affinityBackupFilter)
Sets optional backup filter.
|
RendezvousAffinityFunction |
RendezvousAffinityFunction.setBackupFilter(IgniteBiPredicate<ClusterNode,ClusterNode> backupFilter)
Deprecated.
Use
affinityBackupFilter instead. |
RendezvousAffinityFunction |
RendezvousAffinityFunction.setExcludeNeighbors(boolean exclNeighbors)
Sets flag to exclude same-host-neighbors from being backups of each other (default is
false ). |
RendezvousAffinityFunction |
RendezvousAffinityFunction.setPartitions(int parts)
Sets total number of partitions.If the number of partitions is a power of two,
the PowerOfTwo hashing method will be used.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024