| Package | Description |
|---|---|
| org.apache.nifi.hbase |
| Modifier and Type | Method and Description |
|---|---|
void |
HBaseClientService.scan(String tableName,
byte[] startRow,
byte[] endRow,
Collection<Column> columns,
List<String> authorizations,
ResultHandler handler)
Scans the given table for the given rowId and passes the result to the handler.
|
void |
HBaseClientService.scan(String tableName,
Collection<Column> columns,
String filterExpression,
long minTime,
List<String> authorizations,
ResultHandler handler)
Scans the given table using the optional filter criteria and passing each result to the provided handler.
|
void |
HBaseClientService.scan(String tableName,
Collection<Column> columns,
String filterExpression,
long minTime,
ResultHandler handler)
Scans the given table using the optional filter criteria and passing each result to the provided handler.
|
void |
HBaseClientService.scan(String tableName,
String startRow,
String endRow,
String filterExpression,
Long timerangeMin,
Long timerangeMax,
Integer limitRows,
Boolean isReversed,
Boolean blockCache,
Collection<Column> columns,
List<String> authorizations,
ResultHandler handler)
Scans the given table for the given range of row keys or time rage and passes the result to a handler.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.