-
Nested Class Summary
Nested Classes
-
Method Summary
-
Method Details
-
-
-
aggregate
Deprecated.
Aggregate the current row with the provided key. Some implementations are thread-safe and
some are not.
- Specified by:
aggregate in interface Grouper<IntKey>
- Parameters:
key - key
- Returns:
- result that is ok if the row was aggregated, not ok if a resource limit was hit
-
aggregate
Deprecated.
Aggregate the current row with the provided key. Some implementations are thread-safe and
some are not.
- Specified by:
aggregate in interface Grouper<IntKey>
- Parameters:
key - key object
keyHash - result of Grouper.hashFunction() on the key
- Returns:
- result that is ok if the row was aggregated, not ok if a resource limit was hit
-
aggregate(int)instead.