| 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(TezVertexID vertexId,
String vertexName,
int numTasks,
long initRequestedTime,
long initedTime,
long startRequestedTime,
long startedTime,
long finishTime,
VertexState state,
String diagnostics,
TezCounters counters,
VertexStats vertexStats,
Map<String,Integer> vertexTaskStats,
ServicePluginInfo servicePluginInfo) |
VertexInitializedEvent(TezVertexID vertexId,
String vertexName,
long initRequestedTime,
long initedTime,
int numTasks,
String processorName,
Map<String,RootInputLeafOutput<InputDescriptor,InputInitializerDescriptor>> additionalInputs,
List<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 © 2021 Apache Software Foundation. All rights reserved.