Package org.infinispan.distribution.group

Groups allow keys with differeing hash codes to be co-located on the same node.

See:
          Description

Interface Summary
Grouper<T> 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.
GroupManager Control's key grouping.
 

Class Summary
GroupManagerImpl  
 

Annotation Types Summary
Group Identifies the key for a group.
 

Package org.infinispan.distribution.group Description

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).


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.