Interface | Description |
---|---|
KeyAffinityService<K> |
Defines a service that generates keys to be mapped to specific nodes in a distributed(vs.
|
KeyGenerator<K> |
Used for generating keys; used by
KeyAffinityService to generate the affinity keys. |
Class | Description |
---|---|
KeyAffinityServiceFactory |
Factory for
KeyAffinityService . |
KeyAffinityServiceImpl<K> |
Implementation of KeyAffinityService.
|
ListenerRegistration |
Used for registering various cache notifications.
|
RndKeyGenerator |
Key provider that relies on
Random 's distribution to generate keys. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.