Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientScanner
Helper class for custom client scanners.
|
class |
ClientScanner
Implements the scanner interface for the HBase client.
|
class |
ClientSmallReversedScanner
Client scanner for small reversed scan.
|
class |
ClientSmallScanner
Client scanner for small scan.
|
class |
ReversedClientScanner
A reversed client scanner which support backward scanning
|
Modifier and Type | Method and Description |
---|---|
ResultScanner |
HTable.getScanner(byte[] family)
Gets a scanner on the current table for the given family.
|
ResultScanner |
HTableInterface.getScanner(byte[] family)
Gets a scanner on the current table for the given family.
|
ResultScanner |
HTable.getScanner(byte[] family,
byte[] qualifier)
Gets a scanner on the current table for the given family and qualifier.
|
ResultScanner |
HTableInterface.getScanner(byte[] family,
byte[] qualifier)
Gets a scanner on the current table for the given family and qualifier.
|
ResultScanner |
HTable.getScanner(Scan scan)
Returns a scanner on the current table as specified by the
Scan
object. |
ResultScanner |
HTableInterface.getScanner(Scan scan)
Returns a scanner on the current table as specified by the
Scan
object. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.