@InterfaceAudience.Private @InterfaceStability.Unstable public class MapTaskCompletionEventsUpdate extends Object implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
MapTaskCompletionEventsUpdate() |
MapTaskCompletionEventsUpdate(TaskCompletionEvent[] events,
boolean reset) |
Modifier and Type | Method and Description |
---|---|
TaskCompletionEvent[] |
getMapTaskCompletionEvents() |
void |
readFields(DataInput in) |
boolean |
shouldReset() |
void |
write(DataOutput out) |
public MapTaskCompletionEventsUpdate()
public MapTaskCompletionEventsUpdate(TaskCompletionEvent[] events, boolean reset)
public boolean shouldReset()
public TaskCompletionEvent[] getMapTaskCompletionEvents()
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.