| 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<InputSpec> |
Vertex.getInputSpecList(int taskIndex) |
List<OutputSpec> |
Vertex.getOutputSpecList(int taskIndex) |
void |
Vertex.reconfigureVertex(int parallelism,
VertexLocationHint locationHint,
Map<String,EdgeProperty> sourceEdgeProperties) |
void |
Vertex.reconfigureVertex(int parallelism,
VertexLocationHint locationHint,
Map<String,EdgeProperty> sourceEdgeProperties,
Map<String,InputSpecUpdate> rootInputSpecUpdate) |
void |
Vertex.reconfigureVertex(Map<String,InputSpecUpdate> rootInputSpecUpdate,
int parallelism,
VertexLocationHint locationHint) |
void |
Vertex.setParallelism(int parallelism,
VertexLocationHint vertexLocationHint,
Map<String,EdgeManagerPluginDescriptor> sourceEdgeManagers,
Map<String,InputSpecUpdate> rootInputSpecUpdate,
boolean fromVertexManager) |
| Modifier and Type | Method and Description |
|---|---|
AMUserCodeException |
VertexEventManagerUserCodeError.getError() |
AMUserCodeException |
VertexEventRootInputFailed.getError() |
| Constructor and Description |
|---|
VertexEventManagerUserCodeError(TezVertexID vertexId,
AMUserCodeException e) |
VertexEventRootInputFailed(TezVertexID vertexId,
String inputName,
AMUserCodeException error) |
| Modifier and Type | Method and Description |
|---|---|
InputSpec |
Edge.getDestinationSpec(int destinationTaskIndex) |
List<InputSpec> |
VertexImpl.getInputSpecList(int taskIndex) |
List<OutputSpec> |
VertexImpl.getOutputSpecList(int taskIndex) |
OutputSpec |
Edge.getSourceSpec(int sourceTaskIndex) |
void |
Edge.initialize() |
void |
VertexManager.initialize() |
boolean |
Edge.maybeAddTezEventForDestinationTask(TezEvent tezEvent,
TezTaskAttemptID attemptID,
int srcTaskIndex,
List<TezEvent> listToAdd,
int listMaxSize,
org.apache.tez.dag.app.dag.impl.Edge.PendingEventRouteMetadata pendingRoutes) |
void |
VertexManager.onRootVertexInitialized(String inputName,
InputDescriptor inputDescriptor,
List<Event> events) |
void |
VertexManager.onSourceTaskCompleted(TaskAttemptIdentifier attempt) |
void |
VertexManager.onVertexManagerEventReceived(VertexManagerEvent vmEvent) |
void |
VertexManager.onVertexStarted(List<TaskAttemptIdentifier> completions) |
void |
VertexImpl.reconfigureVertex(int parallelism,
VertexLocationHint locationHint,
Map<String,EdgeProperty> sourceEdgeProperties) |
void |
VertexImpl.reconfigureVertex(int parallelism,
VertexLocationHint locationHint,
Map<String,EdgeProperty> sourceEdgeProperties,
Map<String,InputSpecUpdate> rootInputSpecUpdate) |
void |
VertexImpl.reconfigureVertex(Map<String,InputSpecUpdate> rootInputSpecUpdate,
int parallelism,
VertexLocationHint locationHint) |
void |
Edge.routingToBegin() |
void |
Edge.sendTezEventToDestinationTasks(TezEvent tezEvent) |
void |
Edge.sendTezEventToSourceTasks(TezEvent tezEvent) |
void |
Edge.setEdgeProperty(EdgeProperty newEdgeProperty) |
void |
VertexImpl.setParallelism(int parallelism,
VertexLocationHint vertexLocationHint,
Map<String,EdgeManagerPluginDescriptor> sourceEdgeManagers,
Map<String,InputSpecUpdate> rootInputSpecUpdates,
boolean fromVertexManager) |
void |
Edge.stopEventBuffering() |
Copyright © 2021 Apache Software Foundation. All rights reserved.