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

Packages that use ScannerModel
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.rest.model   
 

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

Methods in org.apache.hadoop.hbase.rest with parameters of type ScannerModel
static Filter ScannerResultGenerator.buildFilterFromModel(ScannerModel model)
           
 javax.ws.rs.core.Response ScannerResource.post(ScannerModel model, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response ScannerResource.put(ScannerModel model, javax.ws.rs.core.UriInfo uriInfo)
           
 

Uses of ScannerModel in org.apache.hadoop.hbase.rest.model
 

Methods in org.apache.hadoop.hbase.rest.model that return ScannerModel
static ScannerModel ScannerModel.fromScan(Scan scan)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.