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 Partitioner<?> |
customPartitioner |
protected DataSet<T> |
dataSet |
protected Keys<T> |
keys |
| Modifier and Type | Method and Description |
|---|---|
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 Partitioner<?> customPartitioner
public Partitioner<?> getCustomPartitioner()
null, if
none was defined.Copyright © 2015 The Apache Software Foundation. All rights reserved.