Methods in org.apache.hadoop.hbase.rest that return ScannerIdentifier |
protected ScannerIdentifier |
ScannerController.createScanner(ScannerModel innerModel,
byte[] tableName,
ScannerDescriptor scannerDescriptor)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[] startRow)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns,
byte[] startRow)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns,
byte[] startRow,
long timestamp)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns,
byte[] startRow,
long timestamp,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns,
byte[] startRow,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns,
long timestamp)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns,
long timestamp,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[][] columns,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[] startRow,
long timestamp)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[] startRow,
long timestamp,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
byte[] startRow,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
long timestamp)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
long timestamp,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerModel.scannerOpen(byte[] tableName,
RowFilterInterface filter)
|
ScannerIdentifier |
ScannerController.scannerSwitch(int switchInt,
ScannerModel innerModel,
byte[] tableName,
byte[][] columns,
long timestamp,
byte[] startRow,
byte[] stopRow,
RowFilterInterface filterSet)
|