T
- The type of the elements of the grouped DataSet.public abstract class Grouping<T> extends Object
DataSet
Modifier and Type | Field and Description |
---|---|
protected org.apache.flink.api.common.functions.Partitioner<?> |
customPartitioner |
protected DataSet<T> |
dataSet |
protected Keys<T> |
keys |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.api.common.functions.Partitioner<?> |
getCustomPartitioner()
Gets the custom partitioner to be used for this grouping, or
null , if
none was defined. |
DataSet<T> |
getDataSet() |
Keys<T> |
getKeys() |
protected org.apache.flink.api.common.functions.Partitioner<?> customPartitioner
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.