public interface GridCacheAffinityNodeHashResolver extends Serializable
Node IDs constantly change when nodes get restarted, which causes affinity mapping to change between restarts, and hence causing redundant repartitioning. Providing an alternate node hash value, which survives node restarts, will help to map keys to the same nodes whenever possible.
Copyright © 2014. All rights reserved.