Package org.infinispan.distribution.group
package org.infinispan.distribution.group
Groups allow keys with differeing hash codes to be co-located on the same node.
 Infinispan offers support for both instrinsic grouping ( seeGroup)
 and extrinsic grouping (see Grouper).
 
- Public API