|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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
).
|
--> |