public class GroupAll extends Aggregation
size, type| Constructor and Description |
|---|
GroupAll(Set<GroupOperation> operations)
Constructor that creates a GROUP aggregation with a set of group operations.
|
| Modifier and Type | Method and Description |
|---|---|
Strategy |
getStrategy(BulletConfig config)
Returns a new
Strategy instance that handles this aggregation. |
String |
toString() |
configure, getFieldspublic GroupAll(Set<GroupOperation> operations)
operations - The non-null set of group operations.public Strategy getStrategy(BulletConfig config)
AggregationStrategy instance that handles this aggregation.getStrategy in class Aggregationconfig - The BulletConfig containing configuration for the strategy.public String toString()
toString in class AggregationCopyright © 2021. All rights reserved.