public class PutFlowFile extends Object
| Modifier and Type | Field and Description |
|---|---|
private Collection<PutColumn> |
columns |
private FlowFile |
flowFile |
private byte[] |
row |
private String |
tableName |
| Constructor and Description |
|---|
PutFlowFile(String tableName,
byte[] row,
Collection<PutColumn> columns,
FlowFile flowFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Collection<PutColumn> |
getColumns() |
FlowFile |
getFlowFile() |
byte[] |
getRow() |
String |
getTableName() |
boolean |
isValid() |
private final String tableName
private final byte[] row
private final Collection<PutColumn> columns
private final FlowFile flowFile
public PutFlowFile(String tableName, byte[] row, Collection<PutColumn> columns, FlowFile flowFile)
Copyright © 2023 Apache NiFi Project. All rights reserved.