| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag.impl | |
| org.apache.tez.dag.history.events | |
| org.apache.tez.dag.history.utils |
| Modifier and Type | Method and Description |
|---|---|
static TaskAttemptImpl.DataEventDependencyInfo |
TaskAttemptImpl.DataEventDependencyInfo.fromProto(RecoveryProtos.DataEventDependencyInfoProto proto) |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryProtos.DataEventDependencyInfoProto |
TaskAttemptImpl.DataEventDependencyInfo.toProto(TaskAttemptImpl.DataEventDependencyInfo info) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskAttemptImpl.DataEventDependencyInfo> |
TaskAttemptFinishedEvent.getDataEvents() |
| Constructor and Description |
|---|
TaskAttemptFinishedEvent(org.apache.tez.dag.records.TezTaskAttemptID taId,
String vertexName,
long startTime,
long finishTime,
TaskAttemptState state,
org.apache.tez.runtime.api.TaskFailureType taskFailureType,
org.apache.tez.dag.records.TaskAttemptTerminationCause error,
String diagnostics,
org.apache.tez.common.counters.TezCounters counters,
List<TaskAttemptImpl.DataEventDependencyInfo> dataEvents,
List<org.apache.tez.runtime.api.impl.TezEvent> taGeneratedEvents,
long creationTime,
org.apache.tez.dag.records.TezTaskAttemptID creationCausalTA,
long allocationTime,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.NodeId nodeId,
String inProgressLogsUrl,
String completedLogsUrl,
String nodeHttpAddress) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
DAGUtils.convertDataEventDependecyInfoToATS(List<TaskAttemptImpl.DataEventDependencyInfo> info) |
static org.codehaus.jettison.json.JSONObject |
DAGUtils.convertDataEventDependencyInfoToJSON(List<TaskAttemptImpl.DataEventDependencyInfo> info) |
Copyright © 2020 Apache Software Foundation. All rights reserved.