Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.rest.client |
Modifier and Type | Class and Description |
---|---|
class |
org.apache.hadoop.hbase.client.AbstractClientScanner
Helper class for custom client scanners.
|
class |
TableSnapshotScanner
A Scanner which performs a scan over snapshot files.
|
Modifier and Type | Method and Description |
---|---|
ResultScanner |
Table.getScanner(byte[] family)
Gets a scanner on the current table for the given family.
|
ResultScanner |
Table.getScanner(byte[] family,
byte[] qualifier)
Gets a scanner on the current table for the given family and qualifier.
|
ResultScanner |
Table.getScanner(Scan scan)
Returns a scanner on the current table as specified by the
Scan
object. |
Modifier and Type | Method and Description |
---|---|
ResultScanner |
RemoteHTable.getScanner(byte[] family) |
ResultScanner |
RemoteHTable.getScanner(byte[] family,
byte[] qualifier) |
ResultScanner |
RemoteHTable.getScanner(Scan scan) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.