SortedGrouping<T> |
SortedGrouping.sortGroup(int field,
org.apache.flink.api.common.operators.Order order) |
Deprecated.
Sorts Tuple elements within a group on the specified
field in the specified Order.
|
SortedGrouping<T> |
SortedGrouping.sortGroup(String field,
org.apache.flink.api.common.operators.Order order) |
Deprecated.
Sorts Tuple or POJO elements within a group on the
specified field in the specified Order.
|
SortedGrouping<T> |
UnsortedGrouping.sortGroup(int field,
org.apache.flink.api.common.operators.Order order) |
Deprecated.
Sorts Tuple elements within a group on the specified
field in the specified Order.
|
SortedGrouping<T> |
UnsortedGrouping.sortGroup(String field,
org.apache.flink.api.common.operators.Order order) |
Deprecated.
Sorts Pojos within a group on the specified field in the specified Order.
|
<K> SortedGrouping<T> |
UnsortedGrouping.sortGroup(org.apache.flink.api.java.functions.KeySelector<T,K> keySelector,
org.apache.flink.api.common.operators.Order order) |
Deprecated.
Sorts elements within a group on a key extracted by the specified KeySelector in the specified Order.
|
SortedGrouping<T> |
SortedGrouping.withPartitioner(org.apache.flink.api.common.functions.Partitioner<?> partitioner) |
Deprecated.
Uses a custom partitioner for the grouping.
|