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()
Returns DataSerializableFactory factory id for this class. 
 | 
int | 
getId()
Returns type identifier for this class. 
 | 
int | 
getPartitionId()  | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
String | 
toString()  | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
getAddressgetJobId, getNamepublic int getPartitionId()
public void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializablewriteData in class MemberAwareMapReduceNotificationout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablereadData in class MemberAwareMapReduceNotificationin - inputIOExceptionpublic int getFactoryId()
IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablepublic String toString()
toString in class MemberAwareMapReduceNotificationCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.