Package org.openrefine.model
Class Grid.PartialAggregation<T extends Serializable>
- java.lang.Object
-
- org.openrefine.model.Grid.PartialAggregation<T>
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Grid
public static class Grid.PartialAggregation<T extends Serializable> extends Object implements Serializable
Utility class to represent the result of a partial aggregation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartialAggregation(T state, long processed, boolean limitReached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getProcessed()
T
getState()
boolean
limitReached()
-