Package org.infinispan.affinity
This package contains the
KeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodes- Public API
-
Interface Summary 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 byKeyAffinityService
to generate the affinity keys. -
Class Summary Class Description KeyAffinityServiceFactory Factory forKeyAffinityService
.ListenerRegistration Used for registering various cache notifications.