public class AggregatorAndSize extends Object
Aggregator and the initial size in bytes required by
the Aggregator.| Constructor and Description |
|---|
AggregatorAndSize(Aggregator aggregator,
long initialSizeBytes) |
| Modifier and Type | Method and Description |
|---|---|
Aggregator |
getAggregator() |
long |
getInitialSizeBytes()
Initial size of the aggregator in bytes including JVM object overheads.
|
public AggregatorAndSize(Aggregator aggregator, long initialSizeBytes)
aggregator - AggregatorinitialSizeBytes - Initial size in bytes (including JVM object overheads)
required by the aggregator.public Aggregator getAggregator()
public long getInitialSizeBytes()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.