Uses of Class
org.apache.flink.api.java.operators.SortPartitionOperator
-
Packages that use SortPartitionOperator Package Description org.apache.flink.api.java org.apache.flink.api.java.operators -
-
Uses of SortPartitionOperator in org.apache.flink.api.java
Methods in org.apache.flink.api.java that return SortPartitionOperator Modifier and Type Method Description SortPartitionOperator<T>DataSet. sortPartition(int field, org.apache.flink.api.common.operators.Order order)Deprecated.Locally sorts the partitions of the DataSet on the specified field in the specified order.SortPartitionOperator<T>DataSet. sortPartition(String field, org.apache.flink.api.common.operators.Order order)Deprecated.Locally sorts the partitions of the DataSet on the specified field in the specified order.<K> SortPartitionOperator<T>DataSet. sortPartition(org.apache.flink.api.java.functions.KeySelector<T,K> keyExtractor, org.apache.flink.api.common.operators.Order order)Deprecated.Locally sorts the partitions of the DataSet on the extracted key in the specified order. -
Uses of SortPartitionOperator in org.apache.flink.api.java.operators
Methods in org.apache.flink.api.java.operators that return SortPartitionOperator Modifier and Type Method Description SortPartitionOperator<T>SortPartitionOperator. sortPartition(int field, org.apache.flink.api.common.operators.Order order)Deprecated.Appends an additional sort order with the specified field in the specified order to the local partition sorting of the DataSet.SortPartitionOperator<T>SortPartitionOperator. sortPartition(String field, org.apache.flink.api.common.operators.Order order)Deprecated.Appends an additional sort order with the specified field in the specified order to the local partition sorting of the DataSet.<K> SortPartitionOperator<T>SortPartitionOperator. sortPartition(org.apache.flink.api.java.functions.KeySelector<T,K> keyExtractor, org.apache.flink.api.common.operators.Order order)Deprecated.
-