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) |
getAddress
getJobId, getName
public int getPartitionId()
public Address getSender()
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
writeData
in class MemberAwareMapReduceNotification
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
readData
in class MemberAwareMapReduceNotification
IOException
public int getFactoryId()
public int getId()
public String toString()
toString
in class MemberAwareMapReduceNotification
Copyright © 2014 Hazelcast, Inc.. All rights reserved.