| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.tez.runtime.api.impl.InputSpec> |
Vertex.getInputSpecList(int taskIndex) |
List<org.apache.tez.runtime.api.impl.OutputSpec> |
Vertex.getOutputSpecList(int taskIndex) |
void |
Vertex.setParallelism(int parallelism,
org.apache.tez.dag.api.VertexLocationHint vertexLocationHint,
Map<String,org.apache.tez.dag.api.EdgeManagerPluginDescriptor> sourceEdgeManagers,
Map<String,org.apache.tez.runtime.api.InputSpecUpdate> rootInputSpecUpdate,
boolean fromVertexManager) |
| Modifier and Type | Method and Description |
|---|---|
AMUserCodeException |
VertexEventRootInputFailed.getError() |
AMUserCodeException |
VertexEventManagerUserCodeError.getError() |
| Constructor and Description |
|---|
VertexEventManagerUserCodeError(org.apache.tez.dag.records.TezVertexID vertexId,
AMUserCodeException e) |
VertexEventRootInputFailed(org.apache.tez.dag.records.TezVertexID vertexId,
String inputName,
AMUserCodeException error) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.runtime.api.impl.InputSpec |
Edge.getDestinationSpec(int destinationTaskIndex) |
List<org.apache.tez.runtime.api.impl.InputSpec> |
VertexImpl.getInputSpecList(int taskIndex) |
List<org.apache.tez.runtime.api.impl.OutputSpec> |
VertexImpl.getOutputSpecList(int taskIndex) |
org.apache.tez.runtime.api.impl.OutputSpec |
Edge.getSourceSpec(int sourceTaskIndex) |
void |
VertexManager.initialize() |
void |
Edge.initialize() |
List<org.apache.tez.runtime.api.impl.TezEvent> |
VertexManager.onRootVertexInitialized(String inputName,
org.apache.tez.dag.api.InputDescriptor inputDescriptor,
List<org.apache.tez.runtime.api.Event> events) |
void |
VertexManager.onSourceTaskCompleted(org.apache.tez.dag.records.TezTaskID tezTaskId) |
void |
VertexManager.onVertexManagerEventReceived(org.apache.tez.runtime.api.events.VertexManagerEvent vmEvent) |
void |
VertexManager.onVertexStarted(List<org.apache.tez.dag.records.TezTaskAttemptID> completions) |
void |
Edge.sendTezEventToDestinationTasks(org.apache.tez.runtime.api.impl.TezEvent tezEvent) |
void |
Edge.sendTezEventToSourceTasks(org.apache.tez.runtime.api.impl.TezEvent tezEvent) |
void |
Edge.setCustomEdgeManager(org.apache.tez.dag.api.EdgeManagerPluginDescriptor descriptor) |
void |
VertexImpl.setParallelism(int parallelism,
org.apache.tez.dag.api.VertexLocationHint vertexLocationHint,
Map<String,org.apache.tez.dag.api.EdgeManagerPluginDescriptor> sourceEdgeManagers,
Map<String,org.apache.tez.runtime.api.InputSpecUpdate> rootInputSpecUpdates,
boolean fromVertexManager) |
void |
Edge.stopEventBuffering() |
Copyright © 2015 Apache Software Foundation. All rights reserved.