Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
ReversedScannerCallable
A reversed ScannerCallable which supports backward scanning.
|
Modifier and Type | Field and Description |
---|---|
protected ScannerCallable |
ClientScanner.callable |
Modifier and Type | Method and Description |
---|---|
protected ScannerCallable |
ClientScanner.getScannerCallable(byte[] localStartKey,
int nbRows) |
protected ScannerCallable |
ReversedClientScanner.getScannerCallable(byte[] localStartKey,
int nbRows,
byte[] locateStartRow) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.