public abstract class MapReduceNotification extends Object implements IdentifiedDataSerializable
Constructor and Description |
---|
MapReduceNotification() |
MapReduceNotification(String name,
String jobId) |
Modifier and Type | Method and Description |
---|---|
String |
getJobId() |
String |
getName() |
void |
readData(ObjectDataInput in) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFactoryId, getId
public String getName()
public String getJobId()
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.