| FlinkCartesianOperator<InputType0,InputType1> |
|
| FlinkCoGroupOperator<InputType0,InputType1,TypeKey> |
|
| FlinkCollectionSink<Type> |
|
| FlinkCollectionSource<Type> |
|
| FlinkCountOperator<Type> |
|
| FlinkDistinctOperator<Type> |
|
| FlinkDoWhileOperator<InputType,ConvergenceType> |
|
| FlinkFilterOperator<Type> |
|
| FlinkFlatMapOperator<InputType,OutputType> |
|
| FlinkGlobalMaterializedGroupOperator<Type> |
|
| FlinkGlobalReduceOperator<Type> |
|
| FlinkGroupByOperator<InputType,KeyType> |
|
| FlinkIntersectOperator<Type> |
|
| FlinkJoinOperator<InputType0,InputType1,KeyType> |
|
| FlinkLocalCallbackSink<Type extends java.io.Serializable> |
|
| FlinkLoopOperator<InputType,ConvergenceType> |
|
| FlinkMapOperator<InputType,OutputType> |
|
| FlinkMapPartitionsOperator<InputType,OutputType> |
|
| FlinkMaterializedGroupByOperator<Type,KeyType> |
|
| FlinkObjectFileSink<Type> |
|
| FlinkObjectFileSource<Type> |
|
| FlinkPageRankOperator |
|
| FlinkPageRankOperator.BuildOutgoingEdgeList |
A reduce function that takes a sequence of edges and builds the adjacency list for the vertex where the edges
originate.
|
| FlinkPageRankOperator.Dampener |
The function that applies the page rank dampening formula.
|
| FlinkPageRankOperator.EpsilonFilter |
Filter that filters vertices where the rank difference is below a threshold.
|
| FlinkPageRankOperator.JoinVertexWithEdgesMatch |
Join function that distributes a fraction of a vertex's rank to all neighbors.
|
| FlinkPageRankOperator.RankAssigner |
A map function that assigns an initial rank to all pages.
|
| FlinkReduceByOperator<InputType,KeyType> |
|
| FlinkRepeatExpandedOperator<Type> |
|
| FlinkRepeatOperator<Type> |
|
| FlinkSampleOperator<Type> |
|
| FlinkSortOperator<InputType,KeyType> |
|
| FlinkTextFileSink<Type> |
Implementation of the TextFileSink operator for the Flink platform.
|
| FlinkTextFileSource |
Provides a Collection to a Flink job.
|
| FlinkTsvFileSink<Type extends Tuple2<?,?>> |
Created by bertty on 31-10-17.
|
| FlinkUnionAllOperator<Type> |
|
| FlinkZipWithIdOperator<InputType> |
|