Class StreamingAggregationBucket

java.lang.Object
com.arpnetworking.clusteraggregator.aggregation.StreamingAggregationBucket

public class StreamingAggregationBucket extends Object
Container class that holds aggregation pending records.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot com)
  • Constructor Details

    • StreamingAggregationBucket

      public StreamingAggregationBucket(ZonedDateTime periodStart)
      Public constructor.
      Parameters:
      periodStart - Start of the period for the bucket.
  • Method Details