public class CountSumMinMaxAccess extends Object implements EntityAccess<TimestampedLongAggregation>
| Constructor and Description |
|---|
CountSumMinMaxAccess() |
| Modifier and Type | Method and Description |
|---|---|
TimestampedLongAggregation |
aggregate(TimestampedLongAggregation oldValue,
TimestampedLongAggregation toAdd) |
TimestampedLongAggregation |
createNew() |
long |
getTimestamp(TimestampedLongAggregation entity) |
public TimestampedLongAggregation aggregate(TimestampedLongAggregation oldValue, TimestampedLongAggregation toAdd)
aggregate in interface EntityAccess<TimestampedLongAggregation>public TimestampedLongAggregation createNew()
createNew in interface EntityAccess<TimestampedLongAggregation>public long getTimestamp(TimestampedLongAggregation entity)
getTimestamp in interface EntityAccess<TimestampedLongAggregation>Copyright © 2023 Apache NiFi Project. All rights reserved.