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
  • Class
    Description
    Identifies the key for a group.
    User applications may implement this interface in order to customize the compution of groups in cases when the modifying the key is not possible, or when the value determined by the Group annotation needs customizing.