Class DefaultLogicalResult
- java.lang.Object
-
- org.apache.flink.runtime.jobgraph.topology.DefaultLogicalResult
-
- All Implemented Interfaces:
LogicalResult
,Result<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
public class DefaultLogicalResult extends Object implements LogicalResult
Default implementation ofLogicalResult
. It is an adapter ofIntermediateDataSet
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntermediateDataSetID
getId()
DefaultLogicalVertex
getProducer()
ResultPartitionType
getResultType()
-
-
-
Method Detail
-
getId
public IntermediateDataSetID getId()
- Specified by:
getId
in interfaceResult<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
-
getResultType
public ResultPartitionType getResultType()
- Specified by:
getResultType
in interfaceResult<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
-
getProducer
public DefaultLogicalVertex getProducer()
- Specified by:
getProducer
in interfaceResult<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
-
-