Uses of Class
org.apache.hadoop.hbase.rest.ScannerModel

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)
           
 



Copyright © 2010 The Apache Software Foundation