Class GroupingPartitioner

java.lang.Object
org.infinispan.distribution.group.impl.GroupingPartitioner
All Implemented Interfaces:
ToIntFunction<Object>, Matchable<KeyPartitioner>, KeyPartitioner

public class GroupingPartitioner extends Object implements KeyPartitioner
Key partitioner that uses Group annotations to map grouped keys to the same segment.
Since:
8.2
Author:
Dan Berindei