public interface KeyAssociation<T>
extends com.oracle.coherence.common.base.Associated<T>
For example, the information provided by a key that implements KeyAssociation may be used to place the key into the same partition as its associated key.
See KeyAssociatedFilter
for an example of a distributed query that takes advantage of a custom
KeyAssociation implementation to dramatically optimize its performance.