Class NoOpOperator<IN>
- java.lang.Object
-
- org.apache.flink.api.java.DataSet<IN>
-
- org.apache.flink.api.java.operators.NoOpOperator<IN>
-
- Type Parameters:
IN- The type of the data set passed through the operator.
@Internal public class NoOpOperator<IN> extends DataSet<IN>
This operator will be ignored during translation.
-
-
Constructor Summary
Constructors Constructor Description NoOpOperator(DataSet<IN> input, org.apache.flink.api.common.typeinfo.TypeInformation<IN> resultType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSet<IN>getInput()voidsetInput(DataSet<IN> input)-
Methods inherited from class org.apache.flink.api.java.DataSet
aggregate, checkSameExecutionContext, clean, coGroup, collect, combineGroup, count, cross, crossWithHuge, crossWithTiny, distinct, distinct, distinct, distinct, fillInType, filter, first, flatMap, fullOuterJoin, fullOuterJoin, getExecutionEnvironment, getType, groupBy, groupBy, groupBy, iterate, iterateDelta, join, join, joinWithHuge, joinWithTiny, leftOuterJoin, leftOuterJoin, map, mapPartition, max, maxBy, min, minBy, output, partitionByHash, partitionByHash, partitionByHash, partitionByRange, partitionByRange, partitionByRange, partitionCustom, partitionCustom, partitionCustom, print, print, printOnTaskManager, printToErr, printToErr, project, rebalance, reduce, reduceGroup, rightOuterJoin, rightOuterJoin, runOperation, sortPartition, sortPartition, sortPartition, sum, union, write, write, writeAsCsv, writeAsCsv, writeAsCsv, writeAsCsv, writeAsFormattedText, writeAsFormattedText, writeAsText, writeAsText
-
-