| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag | |
| 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 |
|---|---|
ServicePluginInfo |
Vertex.getServicePluginInfo() |
| Modifier and Type | Method and Description |
|---|---|
ServicePluginInfo |
VertexImpl.getServicePluginInfo() |
ServicePluginInfo |
ServicePluginInfo.setContainerLauncherClassName(String containerLauncherClassName) |
ServicePluginInfo |
ServicePluginInfo.setContainerLauncherName(String containerLauncherName) |
ServicePluginInfo |
ServicePluginInfo.setTaskCommunicatorClassName(String taskCommunicatorClassName) |
ServicePluginInfo |
ServicePluginInfo.setTaskCommunicatorName(String taskCommunicatorName) |
ServicePluginInfo |
ServicePluginInfo.setTaskSchedulerClassName(String taskSchedulerClassName) |
ServicePluginInfo |
ServicePluginInfo.setTaskSchedulerName(String taskSchedulerName) |
| Modifier and Type | Method and Description |
|---|---|
ServicePluginInfo |
VertexInitializedEvent.getServicePluginInfo() |
ServicePluginInfo |
VertexFinishedEvent.getServicePluginInfo() |
| 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) |
VertexInitializedEvent(org.apache.tez.dag.records.TezVertexID vertexId,
String vertexName,
long initRequestedTime,
long initedTime,
int numTasks,
String processorName,
Map<String,org.apache.tez.dag.api.RootInputLeafOutput<org.apache.tez.dag.api.InputDescriptor,org.apache.tez.dag.api.InputInitializerDescriptor>> additionalInputs,
List<org.apache.tez.runtime.api.impl.TezEvent> initGeneratedEvents,
ServicePluginInfo servicePluginInfo) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
DAGUtils.convertServicePluginToATSMap(ServicePluginInfo servicePluginInfo) |
static org.codehaus.jettison.json.JSONObject |
DAGUtils.convertServicePluginToJSON(ServicePluginInfo servicePluginInfo) |
Copyright © 2020 Apache Software Foundation. All rights reserved.