public class TaskStatusUpdateEvent
extends org.apache.tez.runtime.api.Event
implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
TaskStatusUpdateEvent() |
TaskStatusUpdateEvent(org.apache.tez.common.counters.TezCounters tezCounters,
float progress,
TaskStatistics statistics,
boolean progressNotified) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.common.counters.TezCounters |
getCounters() |
float |
getProgress() |
boolean |
getProgressNotified() |
TaskStatistics |
getStatistics() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public TaskStatusUpdateEvent()
public TaskStatusUpdateEvent(org.apache.tez.common.counters.TezCounters tezCounters,
float progress,
TaskStatistics statistics,
boolean progressNotified)
public org.apache.tez.common.counters.TezCounters getCounters()
public float getProgress()
public TaskStatistics getStatistics()
public boolean getProgressNotified()
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 © 2017 Apache Software Foundation. All rights reserved.