public class SpeculatorEventTaskAttemptStatusUpdate extends SpeculatorEvent
| Constructor and Description |
|---|
SpeculatorEventTaskAttemptStatusUpdate(TezTaskAttemptID taId,
TaskAttemptState state,
long timestamp) |
SpeculatorEventTaskAttemptStatusUpdate(TezTaskAttemptID taId,
TaskAttemptState state,
long timestamp,
boolean justStarted) |
| Modifier and Type | Method and Description |
|---|---|
TezTaskAttemptID |
getAttemptId() |
TaskAttemptState |
getTaskAttemptState() |
long |
getTimestamp() |
boolean |
hasJustStarted() |
getVertexIdgetSerializingHashpublic SpeculatorEventTaskAttemptStatusUpdate(TezTaskAttemptID taId, TaskAttemptState state, long timestamp)
public SpeculatorEventTaskAttemptStatusUpdate(TezTaskAttemptID taId, TaskAttemptState state, long timestamp, boolean justStarted)
public long getTimestamp()
getTimestamp in interface org.apache.hadoop.yarn.event.Event<SpeculatorEventType>getTimestamp in class org.apache.hadoop.yarn.event.AbstractEvent<SpeculatorEventType>public TezTaskAttemptID getAttemptId()
public boolean hasJustStarted()
public TaskAttemptState getTaskAttemptState()
Copyright © 2022 Apache Software Foundation. All rights reserved.