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 TypeClassDescriptionclass
FlinkCartesianOperator<InputType0,
InputType1> Flink implementation of theCartesianOperator
.class
FlinkCoGroupOperator<InputType0,
InputType1, TypeKey> Flink implementation of theCoGroupOperator
.class
FlinkCollectionSink<Type>
ConvertsDataSetChannel
into aCollectionChannel
class
FlinkCollectionSource<Type>
This is execution operator implements theCollectionSource
.class
FlinkCountOperator<Type>
Flink implementation of theCountOperator
.class
FlinkDistinctOperator<Type>
Flink implementation of theDistinctOperator
.class
FlinkDoWhileOperator<InputType,
ConvergenceType> Flink implementation of theDoWhileOperator
.class
FlinkFilterOperator<Type>
Flink implementation of theFilterOperator
.class
FlinkFlatMapOperator<InputType,
OutputType> Flink implementation of theFlatMapOperator
.class
Flink implementation of theGlobalMaterializedGroupOperator
.class
Flink implementation of theGlobalReduceOperator
.class
FlinkGroupByOperator<InputType,
KeyType> Flink implementation of theGroupByOperator
.class
FlinkIntersectOperator<Type>
Flink implementation of theIntersectOperator
.class
FlinkJoinOperator<InputType0,
InputType1, KeyType> Flink implementation of theJoinOperator
.class
FlinkLocalCallbackSink<Type extends Serializable>
Implementation of theLocalCallbackSink
operator for the Flink platform.class
FlinkLoopOperator<InputType,
ConvergenceType> Flink implementation of theRepeatOperator
.class
FlinkMapOperator<InputType,
OutputType> Flink implementation of theMapOperator
.class
FlinkMapPartitionsOperator<InputType,
OutputType> Flink implementation of theMapPartitionsOperator
.class
FlinkMaterializedGroupByOperator<Type,
KeyType> Flink implementation of theMaterializedGroupByOperator
.class
FlinkObjectFileSink<Type>
Operator
for theFlinkPlatform
that creates a sequence file.class
FlinkObjectFileSource<Type>
Operator
for theFlinkPlatform
that creates a sequence file.class
Flink implementation of thePageRankOperator
.class
FlinkReduceByOperator<InputType,
KeyType> Flink implementation of theReduceByOperator
.class
Flink implementation of theRepeatOperator
.class
FlinkRepeatOperator<Type>
Flink implementation of theRepeatOperator
.class
FlinkSampleOperator<Type>
Flink implementation of theSampleOperator
.class
FlinkSortOperator<InputType,
KeyType> Flink implementation of theSortOperator
.class
FlinkTextFileSink<Type>
Implementation of theTextFileSink
operator for the Flink platform.class
Provides aCollection
to a Flink job.class
FlinkTsvFileSink<Type extends Tuple2<?,
?>> Created by bertty on 31-10-17.class
FlinkUnionAllOperator<Type>
Flink implementation of theUnionAllOperator
.class
FlinkZipWithIdOperator<InputType>
Flink implementation of theMapOperator
.