Uses of Interface
org.apache.wayang.flink.operators.FlinkExecutionOperator
Packages that use FlinkExecutionOperator
-
Uses of FlinkExecutionOperator in org.apache.wayang.flink.execution
Constructors in org.apache.wayang.flink.execution with parameters of type FlinkExecutionOperatorModifierConstructorDescriptionFlinkExecutionContext(FlinkExecutionOperator operator, ChannelInstance[] inputs, int iterationNumber) -
Uses of FlinkExecutionOperator in org.apache.wayang.flink.operators
Classes in org.apache.wayang.flink.operators that implement FlinkExecutionOperatorModifier and TypeClassDescriptionclassFlinkCartesianOperator<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.classFlink implementation of theGlobalMaterializedGroupOperator.classFlink 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 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.classFlink implementation of thePageRankOperator.classFlinkReduceByOperator<InputType,KeyType> Flink implementation of theReduceByOperator.classFlink 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.classProvides 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.