public class DefaultKeyAssociator extends com.oracle.coherence.common.base.NaturalAssociator implements KeyAssociator
KeyAssociation
interface.Modifier and Type | Field and Description |
---|---|
protected PartitionedService |
m_service
The PartitionedService that this DefaultKeyAssociator is bound to.
|
Constructor and Description |
---|
DefaultKeyAssociator()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
init(PartitionedService service)
Initialize the KeyAssociator and bind it to a PartitionedService.
|
getAssociatedKey, validateAssociated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedKey
protected PartitionedService m_service
public void init(PartitionedService service)
init
in interface KeyAssociator
service
- the PartitionedService that this associator is being
bound to