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, toString
public Raw(Integer size)
size
- The max size of the RAW aggregation. Can be null.public Strategy getStrategy(BulletConfig config)
Aggregation
Strategy
instance that handles this aggregation.getStrategy
in class Aggregation
config
- The BulletConfig
containing configuration for the strategy.Copyright © 2021. All rights reserved.