Uses of Class
org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction
-
Packages that use RendezvousAffinityFunction Package Description org.apache.ignite.cache.affinity.rendezvous Contains HRW-based cache affinity for partitioned cache. -
-
Uses of RendezvousAffinityFunction in org.apache.ignite.cache.affinity.rendezvous
Methods in org.apache.ignite.cache.affinity.rendezvous that return RendezvousAffinityFunction Modifier and Type Method Description RendezvousAffinityFunction
RendezvousAffinityFunction. setAffinityBackupFilter(@Nullable IgniteBiPredicate<ClusterNode,List<ClusterNode>> affinityBackupFilter)
Sets optional backup filter.RendezvousAffinityFunction
RendezvousAffinityFunction. setBackupFilter(@Nullable IgniteBiPredicate<ClusterNode,ClusterNode> backupFilter)
Deprecated.UseaffinityBackupFilter
instead.RendezvousAffinityFunction
RendezvousAffinityFunction. setExcludeNeighbors(boolean exclNeighbors)
Sets flag to exclude same-host-neighbors from being backups of each other (default isfalse
).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.
-