Class AggregatorAndSize


  • public class AggregatorAndSize
    extends Object
    Encapsulates an Aggregator and the initial size in bytes required by the Aggregator.
    • Constructor Detail

      • AggregatorAndSize

        public AggregatorAndSize​(Aggregator aggregator,
                                 long initialSizeBytes)
        Parameters:
        aggregator - Aggregator
        initialSizeBytes - Initial size in bytes (including JVM object overheads) required by the aggregator.
    • Method Detail

      • getAggregator

        public Aggregator getAggregator()
      • getInitialSizeBytes

        public long getInitialSizeBytes()
        Initial size of the aggregator in bytes including JVM object overheads.