KeyOut - type of the keyValue - type of the valuepublic class LastChunkNotification<KeyOut,Value> extends MemberAwareMapReduceNotification
| Constructor and Description |
|---|
LastChunkNotification() |
LastChunkNotification(Address address,
String name,
String jobId,
Address sender,
int partitionId,
Map<KeyOut,Value> chunk) |
| Modifier and Type | Method and Description |
|---|---|
Map<KeyOut,Value> |
getChunk() |
int |
getFactoryId() |
int |
getId() |
int |
getPartitionId() |
Address |
getSender() |
void |
readData(ObjectDataInput in) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
getAddressgetJobId, getNamepublic int getPartitionId()
public Address getSender()
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializablewriteData in class MemberAwareMapReduceNotificationIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializablereadData in class MemberAwareMapReduceNotificationIOExceptionpublic int getFactoryId()
public int getId()
public String toString()
toString in class MemberAwareMapReduceNotificationCopyright © 2021 Hazelcast, Inc.. All rights reserved.