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 IntermediateDataSetIDgetId()DefaultLogicalVertexgetProducer()ResultPartitionTypegetResultType()
-
-
-
Method Detail
-
getId
public IntermediateDataSetID getId()
- Specified by:
getIdin interfaceResult<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
-
getResultType
public ResultPartitionType getResultType()
- Specified by:
getResultTypein interfaceResult<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
-
getProducer
public DefaultLogicalVertex getProducer()
- Specified by:
getProducerin interfaceResult<JobVertexID,IntermediateDataSetID,LogicalVertex,LogicalResult>
-
-