Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
default ResultScanner |
AsyncTable.getScanner(byte[] family)
Gets a scanner on the current table for the given family.
|
default ResultScanner |
Table.getScanner(byte[] family)
Gets a scanner on the current table for the given family.
|
default ResultScanner |
AsyncTable.getScanner(byte[] family,
byte[] qualifier)
Gets a scanner on the current table for the given family and qualifier.
|
default ResultScanner |
Table.getScanner(byte[] family,
byte[] qualifier)
Gets a scanner on the current table for the given family and qualifier.
|
ResultScanner |
AsyncTable.getScanner(Scan scan)
Returns a scanner on the current table as specified by the
Scan object. |
default ResultScanner |
Table.getScanner(Scan scan)
Returns a scanner on the current table as specified by the
Scan
object. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.