public class TimestampedLongAggregation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimestampedLongAggregation.TimestampedAggregation |
| Modifier and Type | Field and Description |
|---|---|
private TimestampedLongAggregation.TimestampedAggregation |
cumulation |
private long |
timestamp |
private Long |
value |
| Constructor and Description |
|---|
TimestampedLongAggregation(long value) |
TimestampedLongAggregation(TimestampedLongAggregation.TimestampedAggregation cumulation) |
| Modifier and Type | Method and Description |
|---|---|
TimestampedLongAggregation.TimestampedAggregation |
getAggregation() |
long |
getTimestamp() |
Long |
getValue() |
static TimestampedLongAggregation |
newAggregation(TimestampedLongAggregation.TimestampedAggregation cumulation) |
static TimestampedLongAggregation |
newValue(long value) |
private final Long value
private final long timestamp
private final TimestampedLongAggregation.TimestampedAggregation cumulation
public TimestampedLongAggregation(long value)
public TimestampedLongAggregation(TimestampedLongAggregation.TimestampedAggregation cumulation)
public TimestampedLongAggregation.TimestampedAggregation getAggregation()
public Long getValue()
public long getTimestamp()
public static TimestampedLongAggregation newValue(long value)
public static TimestampedLongAggregation newAggregation(TimestampedLongAggregation.TimestampedAggregation cumulation)
Copyright © 2023 Apache NiFi Project. All rights reserved.