KeyOut - type of the keyValue - type of the valuepublic class IntermediateChunkNotification<KeyOut,Value> extends MemberAwareMapReduceNotification
| Constructor and Description |
|---|
IntermediateChunkNotification() |
IntermediateChunkNotification(Address address,
String name,
String jobId,
Map<KeyOut,Value> chunk,
int partitionId) |
| Modifier and Type | Method and Description |
|---|---|
Map<KeyOut,Value> |
getChunk() |
int |
getFactoryId() |
int |
getId() |
int |
getPartitionId() |
void |
readData(ObjectDataInput in) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
getAddressgetJobId, getNamepublic int getPartitionId()
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.