Class EmptyFlowFileEvent
java.lang.Object
org.apache.nifi.controller.repository.metrics.EmptyFlowFileEvent
- All Implemented Interfaces:
FlowFileEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglonglonglonglonglonglonglongintintintintintlongintlonglong
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyFlowFileEvent
private EmptyFlowFileEvent()
-
-
Method Details
-
getFlowFilesIn
public int getFlowFilesIn()- Specified by:
getFlowFilesInin interfaceFlowFileEvent
-
getFlowFilesOut
public int getFlowFilesOut()- Specified by:
getFlowFilesOutin interfaceFlowFileEvent
-
getFlowFilesRemoved
public int getFlowFilesRemoved()- Specified by:
getFlowFilesRemovedin interfaceFlowFileEvent
-
getContentSizeIn
public long getContentSizeIn()- Specified by:
getContentSizeInin interfaceFlowFileEvent
-
getContentSizeOut
public long getContentSizeOut()- Specified by:
getContentSizeOutin interfaceFlowFileEvent
-
getContentSizeRemoved
public long getContentSizeRemoved()- Specified by:
getContentSizeRemovedin interfaceFlowFileEvent
-
getBytesRead
public long getBytesRead()- Specified by:
getBytesReadin interfaceFlowFileEvent
-
getBytesWritten
public long getBytesWritten()- Specified by:
getBytesWrittenin interfaceFlowFileEvent
-
getProcessingNanoseconds
public long getProcessingNanoseconds()- Specified by:
getProcessingNanosecondsin interfaceFlowFileEvent
-
getCpuNanoseconds
public long getCpuNanoseconds()- Specified by:
getCpuNanosecondsin interfaceFlowFileEvent
-
getContentReadNanoseconds
public long getContentReadNanoseconds()- Specified by:
getContentReadNanosecondsin interfaceFlowFileEvent
-
getContentWriteNanoseconds
public long getContentWriteNanoseconds()- Specified by:
getContentWriteNanosecondsin interfaceFlowFileEvent
-
getSessionCommitNanoseconds
public long getSessionCommitNanoseconds()- Specified by:
getSessionCommitNanosecondsin interfaceFlowFileEvent
-
getGargeCollectionMillis
public long getGargeCollectionMillis()- Specified by:
getGargeCollectionMillisin interfaceFlowFileEvent
-
getAverageLineageMillis
public long getAverageLineageMillis()- Specified by:
getAverageLineageMillisin interfaceFlowFileEvent
-
getAggregateLineageMillis
public long getAggregateLineageMillis()- Specified by:
getAggregateLineageMillisin interfaceFlowFileEvent
-
getFlowFilesReceived
public int getFlowFilesReceived()- Specified by:
getFlowFilesReceivedin interfaceFlowFileEvent
-
getBytesReceived
public long getBytesReceived()- Specified by:
getBytesReceivedin interfaceFlowFileEvent
-
getFlowFilesSent
public int getFlowFilesSent()- Specified by:
getFlowFilesSentin interfaceFlowFileEvent
-
getBytesSent
public long getBytesSent()- Specified by:
getBytesSentin interfaceFlowFileEvent
-
getInvocations
public int getInvocations()- Specified by:
getInvocationsin interfaceFlowFileEvent
-
getCounters
- Specified by:
getCountersin interfaceFlowFileEvent
-