public interface LogicalVertex extends Vertex<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
LogicalTopology
, i.e. JobVertex
.Modifier and Type | Method and Description |
---|---|
Iterable<? extends LogicalEdge> |
getInputs()
Get the input
LogicalEdge s of the vertex. |
getConsumedResults, getId, getProducedResults
Iterable<? extends LogicalEdge> getInputs()
LogicalEdge
s of the vertex.LogicalEdge
sCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.