|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputDescriptor | |
|---|---|
| org.apache.tez.dag.api | |
| Uses of InputDescriptor in org.apache.tez.dag.api |
|---|
| Methods in org.apache.tez.dag.api that return InputDescriptor | |
|---|---|
static InputDescriptor |
DagTypeConverters.convertInputDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
|
InputDescriptor |
EdgeProperty.getEdgeDestination()
|
InputDescriptor |
InputDescriptor.setUserPayload(byte[] userPayload)
|
| Methods in org.apache.tez.dag.api with parameters of type InputDescriptor | |
|---|---|
Vertex |
Vertex.addInput(String inputName,
InputDescriptor inputDescriptor,
Class<? extends TezRootInputInitializer> inputInitializer)
Specifies an Input for a Vertex. |
void |
VertexManagerPlugin.onRootVertexInitialized(String inputName,
InputDescriptor inputDescriptor,
List<Event> events)
Notification that the inputs of this vertex have initialized |
| Constructors in org.apache.tez.dag.api with parameters of type InputDescriptor | |
|---|---|
EdgeProperty(EdgeManagerDescriptor edgeManagerDescriptor,
EdgeProperty.DataSourceType dataSourceType,
EdgeProperty.SchedulingType schedulingType,
OutputDescriptor edgeSource,
InputDescriptor edgeDestination)
Setup an Edge which uses a custom EdgeManager |
|
EdgeProperty(EdgeProperty.DataMovementType dataMovementType,
EdgeProperty.DataSourceType dataSourceType,
EdgeProperty.SchedulingType schedulingType,
OutputDescriptor edgeSource,
InputDescriptor edgeDestination)
|
|
GroupInputEdge(VertexGroup inputVertexGroup,
Vertex outputVertex,
EdgeProperty edgeProperty,
InputDescriptor mergedInput)
An Edge that connects a VertexGroup to a destination Vertex. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||