class
org.apache.hadoop.hbase.client.AbstractClientScanner
Helper class for custom client scanners.
class
org.apache.hadoop.hbase.client.ClientSideRegionScanner
A client scanner for a region opened for read-only on the client side.
class
org.apache.hadoop.hbase.client.TableSnapshotScanner
A Scanner which performs a scan over snapshot files.
default org.apache.hadoop.hbase.client.ResultScanner
AsyncTable.getScanner(byte[] family)
Gets a scanner on the current table for the given family.
default org.apache.hadoop.hbase.client.ResultScanner
AsyncTable.getScanner(byte[] family,
byte[] qualifier)
Gets a scanner on the current table for the given family and qualifier.
org.apache.hadoop.hbase.client.ResultScanner
AsyncTable.getScanner(org.apache.hadoop.hbase.client.Scan scan)
Returns a scanner on the current table as specified by the Scan
object.
default org.apache.hadoop.hbase.client.ResultScanner
Table.getScanner(byte[] family)
Gets a scanner on the current table for the given family.
default org.apache.hadoop.hbase.client.ResultScanner
Table.getScanner(byte[] family,
byte[] qualifier)
Gets a scanner on the current table for the given family and qualifier.
default org.apache.hadoop.hbase.client.ResultScanner
Table.getScanner(org.apache.hadoop.hbase.client.Scan scan)
Returns a scanner on the current table as specified by the Scan
object.