Interface AbstractOperatorDescriptor
-
- All Known Implementing Classes:
AbstractJoinDescriptor,AbstractSortMergeJoinDescriptor,AllGroupCombineProperties,AllGroupReduceProperties,AllGroupWithPartialPreGroupProperties,AllReduceProperties,BinaryUnionOpDescriptor,CartesianProductDescriptor,CoGroupDescriptor,CoGroupRawDescriptor,CoGroupWithSolutionSetFirstDescriptor,CoGroupWithSolutionSetSecondDescriptor,CrossBlockOuterFirstDescriptor,CrossBlockOuterSecondDescriptor,CrossStreamOuterFirstDescriptor,CrossStreamOuterSecondDescriptor,FilterDescriptor,FlatMapDescriptor,GroupCombineProperties,GroupReduceProperties,GroupReduceWithCombineProperties,HashFullOuterJoinBuildFirstDescriptor,HashFullOuterJoinBuildSecondDescriptor,HashJoinBuildFirstProperties,HashJoinBuildSecondProperties,HashLeftOuterJoinBuildFirstDescriptor,HashLeftOuterJoinBuildSecondDescriptor,HashRightOuterJoinBuildFirstDescriptor,HashRightOuterJoinBuildSecondDescriptor,MapDescriptor,MapPartitionDescriptor,NoOpDescriptor,OperatorDescriptorDual,OperatorDescriptorSingle,PartialGroupProperties,PartitionNode.PartitionDescriptor,ReduceProperties,SolutionSetDeltaOperator,SortMergeFullOuterJoinDescriptor,SortMergeInnerJoinDescriptor,SortMergeLeftOuterJoinDescriptor,SortMergeRightOuterJoinDescriptor,SortPartitionNode.SortPartitionDescriptor,UtilSinkJoinOpDescriptor
public interface AbstractOperatorDescriptorThe root of all descriptions of an operator to the optimizer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.runtime.operators.DriverStrategygetStrategy()Gets the runtime strategy to be executed by this operator.
-