public class EventSumValue extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
aggregateLineageMillis |
private long |
bytesRead |
private long |
bytesReceived |
private long |
bytesSent |
private long |
bytesWritten |
private long |
contentSizeIn |
private long |
contentSizeOut |
private long |
contentSizeRemoved |
private Map<String,Long> |
counters |
private boolean |
empty |
private int |
flowFilesIn |
private int |
flowFilesOut |
private int |
flowFilesReceived |
private int |
flowFilesRemoved |
private int |
flowFilesSent |
private int |
invocations |
private long |
millisecondTimestamp |
private long |
processingNanos |
| Constructor and Description |
|---|
EventSumValue(long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(EventSumValue other) |
void |
add(FlowFileEvent flowFileEvent) |
long |
getTimestamp() |
void |
subtract(EventSumValue other) |
FlowFileEvent |
toFlowFileEvent() |
private volatile boolean empty
private int flowFilesIn
private int flowFilesOut
private int flowFilesRemoved
private int flowFilesReceived
private int flowFilesSent
private long contentSizeIn
private long contentSizeOut
private long contentSizeRemoved
private long bytesRead
private long bytesWritten
private long bytesReceived
private long bytesSent
private long processingNanos
private long aggregateLineageMillis
private int invocations
private final long millisecondTimestamp
public void add(FlowFileEvent flowFileEvent)
public FlowFileEvent toFlowFileEvent()
public void add(EventSumValue other)
public void subtract(EventSumValue other)
public long getTimestamp()
Copyright © 2021 Apache NiFi Project. All rights reserved.