|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScannerModel | |
---|---|
org.apache.hadoop.hbase.rest | Provides an HBase REST service. |
Uses of ScannerModel in org.apache.hadoop.hbase.rest |
---|
Methods in org.apache.hadoop.hbase.rest that return ScannerModel | |
---|---|
protected ScannerModel |
ScannerController.getModel()
|
Methods in org.apache.hadoop.hbase.rest with parameters of type ScannerModel | |
---|---|
protected ScannerIdentifier |
ScannerController.createScanner(ScannerModel innerModel,
byte[] tableName,
ScannerDescriptor scannerDescriptor)
|
ScannerIdentifier |
ScannerController.scannerSwitch(int switchInt,
ScannerModel innerModel,
byte[] tableName,
byte[][] columns,
long timestamp,
byte[] startRow,
byte[] stopRow,
RowFilterInterface filterSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |