public class DefaultKeyAssociator extends NaturalAssociator implements KeyAssociator
KeyAssociation interface.| Modifier and Type | Field | Description |
|---|---|---|
protected PartitionedService |
m_service |
The PartitionedService that this DefaultKeyAssociator is bound to.
|
| Constructor | Description |
|---|---|
DefaultKeyAssociator() |
Default constructor.
|
| Modifier and Type | Method | 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