public class Raw extends Aggregation
size, type| Constructor and Description |
|---|
Raw(Integer size)
Constructor that creates a RAW aggregation with a specified max size.
|
| Modifier and Type | Method and Description |
|---|---|
Strategy |
getStrategy(BulletConfig config)
Returns a new
Strategy instance that handles this aggregation. |
configure, getFields, toStringpublic Raw(Integer size)
size - The max size of the RAW aggregation. Can be null.public Strategy getStrategy(BulletConfig config)
AggregationStrategy instance that handles this aggregation.getStrategy in class Aggregationconfig - The BulletConfig containing configuration for the strategy.Copyright © 2021. All rights reserved.