| 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 |
|---|---|
VertexStats |
VertexImpl.getVertexStats() |
static VertexStats |
VertexImpl.updateVertexStats(VertexStats stats,
Collection<Task> tasks) |
| Modifier and Type | Method and Description |
|---|---|
static VertexStats |
VertexImpl.updateVertexStats(VertexStats stats,
Collection<Task> tasks) |
| Modifier and Type | Method and Description |
|---|---|
VertexStats |
VertexFinishedEvent.getVertexStats() |
| Constructor and Description |
|---|
VertexFinishedEvent(org.apache.tez.dag.records.TezVertexID vertexId,
String vertexName,
int numTasks,
long initRequestedTime,
long initedTime,
long startRequestedTime,
long startedTime,
long finishTime,
VertexState state,
String diagnostics,
org.apache.tez.common.counters.TezCounters counters,
VertexStats vertexStats,
Map<String,Integer> vertexTaskStats,
ServicePluginInfo servicePluginInfo) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
DAGUtils.convertVertexStatsToATSMap(VertexStats vertexStats) |
static org.codehaus.jettison.json.JSONObject |
DAGUtils.convertVertexStatsToJSON(VertexStats vertexStats) |
Copyright © 2019 Apache Software Foundation. All rights reserved.