See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
GroupingConsistentHash |
ConsistentHash wrapper that groups keys to the same node based on their @Group
annotation. |
GroupManagerFactory | |
GroupManagerImpl |
Annotation Type | Description |
---|---|
Group |
Identifies the key for a group.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.