public class DefaultKeyAssociator extends 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, validateAssociatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociatedKeyprotected PartitionedService m_service
public void init(PartitionedService service)
init in interface KeyAssociatorservice - the PartitionedService that this associator is being bound to