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 class
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
FlinkGlobalMaterializedGroupOperator<Type>
Flink implementation of theGlobalMaterializedGroupOperator
.class
FlinkGlobalReduceOperator<Type>
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 java.io.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
FlinkPageRankOperator
Flink implementation of thePageRankOperator
.class
FlinkReduceByOperator<InputType,KeyType>
Flink implementation of theReduceByOperator
.class
FlinkRepeatExpandedOperator<Type>
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
FlinkTextFileSource
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
.
-