| Package | Description |
|---|---|
| org.apache.nifi.hbase | |
| org.apache.nifi.hbase.put |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HBaseClientService.checkAndPut(String tableName,
byte[] rowId,
byte[] family,
byte[] qualifier,
byte[] value,
PutColumn column)
Atomically checks if a row/family/qualifier value matches the expected value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HBaseClientService.put(String tableName,
byte[] rowId,
Collection<PutColumn> columns)
Puts the given row to HBase with the provided columns.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<PutColumn> |
PutFlowFile.columns |
| Modifier and Type | Method and Description |
|---|---|
Collection<PutColumn> |
PutFlowFile.getColumns() |
| Constructor and Description |
|---|
PutFlowFile(String tableName,
byte[] row,
Collection<PutColumn> columns,
FlowFile flowFile) |
Copyright © 2023 Apache NiFi Project. All rights reserved.