Uses of Interface
org.apache.wayang.flink.operators.FlinkExecutionOperator
-
Packages that use FlinkExecutionOperator Package Description org.apache.wayang.flink.execution org.apache.wayang.flink.operators -
-
Uses of FlinkExecutionOperator in org.apache.wayang.flink.execution
Constructors in org.apache.wayang.flink.execution with parameters of type FlinkExecutionOperator Constructor Description FlinkExecutionContext(FlinkExecutionOperator operator, ChannelInstance[] inputs, int iterationNumber) -
Uses of FlinkExecutionOperator in org.apache.wayang.flink.operators
Classes in org.apache.wayang.flink.operators that implement FlinkExecutionOperator Modifier and Type Class Description classFlinkCartesianOperator<InputType0,InputType1>Flink implementation of theCartesianOperator.classFlinkCoGroupOperator<InputType0,InputType1,TypeKey>Flink implementation of theCoGroupOperator.classFlinkCollectionSink<Type>ConvertsDataSetChannelinto aCollectionChannelclassFlinkCollectionSource<Type>This is execution operator implements theCollectionSource.classFlinkCountOperator<Type>Flink implementation of theCountOperator.classFlinkDistinctOperator<Type>Flink implementation of theDistinctOperator.classFlinkDoWhileOperator<InputType,ConvergenceType>Flink implementation of theDoWhileOperator.classFlinkFilterOperator<Type>Flink implementation of theFilterOperator.classFlinkFlatMapOperator<InputType,OutputType>Flink implementation of theFlatMapOperator.classFlinkGlobalMaterializedGroupOperator<Type>Flink implementation of theGlobalMaterializedGroupOperator.classFlinkGlobalReduceOperator<Type>Flink implementation of theGlobalReduceOperator.classFlinkGroupByOperator<InputType,KeyType>Flink implementation of theGroupByOperator.classFlinkIntersectOperator<Type>Flink implementation of theIntersectOperator.classFlinkJoinOperator<InputType0,InputType1,KeyType>Flink implementation of theJoinOperator.classFlinkLocalCallbackSink<Type extends java.io.Serializable>Implementation of theLocalCallbackSinkoperator for the Flink platform.classFlinkLoopOperator<InputType,ConvergenceType>Flink implementation of theRepeatOperator.classFlinkMapOperator<InputType,OutputType>Flink implementation of theMapOperator.classFlinkMapPartitionsOperator<InputType,OutputType>Flink implementation of theMapPartitionsOperator.classFlinkMaterializedGroupByOperator<Type,KeyType>Flink implementation of theMaterializedGroupByOperator.classFlinkObjectFileSink<Type>Operatorfor theFlinkPlatformthat creates a sequence file.classFlinkObjectFileSource<Type>Operatorfor theFlinkPlatformthat creates a sequence file.classFlinkPageRankOperatorFlink implementation of thePageRankOperator.classFlinkReduceByOperator<InputType,KeyType>Flink implementation of theReduceByOperator.classFlinkRepeatExpandedOperator<Type>Flink implementation of theRepeatOperator.classFlinkRepeatOperator<Type>Flink implementation of theRepeatOperator.classFlinkSampleOperator<Type>Flink implementation of theSampleOperator.classFlinkSortOperator<InputType,KeyType>Flink implementation of theSortOperator.classFlinkTextFileSink<Type>Implementation of theTextFileSinkoperator for the Flink platform.classFlinkTextFileSourceProvides aCollectionto a Flink job.classFlinkTsvFileSink<Type extends Tuple2<?,?>>Created by bertty on 31-10-17.classFlinkUnionAllOperator<Type>Flink implementation of theUnionAllOperator.classFlinkZipWithIdOperator<InputType>Flink implementation of theMapOperator.
-