Package | Description |
---|---|
org.apache.nifi.util.timebuffer |
Modifier and Type | Method and Description |
---|---|
TimestampedLongAggregation |
CountSumMinMaxAccess.aggregate(TimestampedLongAggregation oldValue,
TimestampedLongAggregation toAdd) |
TimestampedLongAggregation |
CountSumMinMaxAccess.createNew() |
static TimestampedLongAggregation |
TimestampedLongAggregation.newAggregation(TimestampedLongAggregation.TimestampedAggregation cumulation) |
static TimestampedLongAggregation |
TimestampedLongAggregation.newValue(long value) |
Modifier and Type | Method and Description |
---|---|
TimestampedLongAggregation |
CountSumMinMaxAccess.aggregate(TimestampedLongAggregation oldValue,
TimestampedLongAggregation toAdd) |
long |
CountSumMinMaxAccess.getTimestamp(TimestampedLongAggregation entity) |
Copyright © 2023 Apache NiFi Project. All rights reserved.