K - P - public final class PartitionAwareKey<K,P> extends Object implements PartitionAware<Object>, DataSerializable
PartitionAware key. This is useful in combination with a Map where you want to control the
partition of a key.| Constructor and Description |
|---|
PartitionAwareKey(K key,
P partitionKey)
Creates a new PartitionAwareKey.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object thatObject) |
K |
getKey() |
P |
getPartitionKey()
The key object that will be used by Hazelcast to specify the partition.
|
int |
hashCode() |
void |
readData(ObjectDataInput in) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
public PartitionAwareKey(K key, P partitionKey)
key - the keypartitionKey - the partitionKeyIllegalArgumentException - if key or partitionKey is null.public K getKey()
public P getPartitionKey()
PartitionAwaregetPartitionKey in interface PartitionAware<Object>public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.