public class FlowFileTransaction extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
bytesSent |
private String |
calculatedCRC |
private ProcessContext |
context |
private Set<FlowFile> |
flowFilesSent |
private ProcessSession |
session |
private StopWatch |
stopWatch |
| Constructor and Description |
|---|
FlowFileTransaction() |
FlowFileTransaction(ProcessSession session,
ProcessContext context,
StopWatch stopWatch,
long bytesSent,
Set<FlowFile> flowFilesSent,
String calculatedCRC) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesSent() |
String |
getCalculatedCRC() |
ProcessContext |
getContext() |
Set<FlowFile> |
getFlowFilesSent() |
ProcessSession |
getSession() |
StopWatch |
getStopWatch() |
private final ProcessSession session
private final ProcessContext context
private final StopWatch stopWatch
private final long bytesSent
private final String calculatedCRC
public FlowFileTransaction()
public FlowFileTransaction(ProcessSession session, ProcessContext context, StopWatch stopWatch, long bytesSent, Set<FlowFile> flowFilesSent, String calculatedCRC)
public ProcessSession getSession()
public StopWatch getStopWatch()
public long getBytesSent()
public String getCalculatedCRC()
public ProcessContext getContext()
Copyright © 2021 Apache NiFi Project. All rights reserved.