Class TimestampedLongAggregation.TimestampedAggregation

java.lang.Object
org.apache.nifi.util.timebuffer.TimestampedLongAggregation.TimestampedAggregation
Enclosing class:
TimestampedLongAggregation

public static class TimestampedLongAggregation.TimestampedAggregation extends Object
  • Field Details

    • min

      private final long min
    • max

      private final long max
    • sum

      private final long sum
    • count

      private final long count
  • Constructor Details

    • TimestampedAggregation

      public TimestampedAggregation(long min, long max, long sum, long count)
  • Method Details