| Package | Description |
|---|---|
| org.apache.nifi.controller.repository.metrics |
| Modifier and Type | Field and Description |
|---|---|
private EventSumValue |
SecondPrecisionEventContainer.aggregateValue |
private EventSumValue |
RingBufferEventRepository.aggregateValues |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<EventSumValue> |
EventSum.ref |
| Modifier and Type | Method and Description |
|---|---|
EventSumValue |
EventSum.addOrReset(FlowFileEvent event,
long timestamp) |
EventSumValue |
EventSum.getValue() |
EventSumValue |
EventSum.reset(long ifOlderThan) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSumValue.add(EventSumValue other) |
void |
EventSumValue.subtract(EventSumValue other) |
Copyright © 2021 Apache NiFi Project. All rights reserved.