@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.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2008–2018 Apache Software Foundation. All rights reserved.