Uses of Class
org.apache.flink.api.java.operators.DistinctOperator
-
Packages that use DistinctOperator Package Description org.apache.flink.api.java org.apache.flink.api.java.operators -
-
Uses of DistinctOperator in org.apache.flink.api.java
Methods in org.apache.flink.api.java that return DistinctOperator Modifier and Type Method Description DistinctOperator<T>DataSet. distinct()Deprecated.Returns a distinct set of aDataSet.DistinctOperator<T>DataSet. distinct(int... fields)Deprecated.Returns a distinct set of aTupleDataSetusing field position keys.DistinctOperator<T>DataSet. distinct(String... fields)Deprecated.Returns a distinct set of aDataSetusing expression keys.<K> DistinctOperator<T>DataSet. distinct(org.apache.flink.api.java.functions.KeySelector<T,K> keyExtractor)Deprecated.Returns a distinct set of aDataSetusing aKeySelectorfunction. -
Uses of DistinctOperator in org.apache.flink.api.java.operators
Methods in org.apache.flink.api.java.operators that return DistinctOperator Modifier and Type Method Description DistinctOperator<T>DistinctOperator. setCombineHint(org.apache.flink.api.common.operators.base.ReduceOperatorBase.CombineHint strategy)Deprecated.Sets the strategy to use for the combine phase of the reduce.
-