Package org.apache.nifi.util.timebuffer
Class TimestampedLongAggregation.TimestampedAggregation
java.lang.Object
org.apache.nifi.util.timebuffer.TimestampedLongAggregation.TimestampedAggregation
- Enclosing class:
TimestampedLongAggregation
-
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
-
getMin
public long getMin() -
getMax
public long getMax() -
getSum
public long getSum() -
getCount
public long getCount() -
add
public TimestampedLongAggregation.TimestampedAggregation add(TimestampedLongAggregation.TimestampedAggregation aggregation)
-