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

Packages that use CellSetModel
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.rest.client   
 

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

Methods in org.apache.hadoop.hbase.rest with parameters of type CellSetModel
 javax.ws.rs.core.Response RowResource.post(CellSetModel model, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response RowResource.put(CellSetModel model, javax.ws.rs.core.UriInfo uriInfo)
           
 

Uses of CellSetModel in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client that return CellSetModel
protected  CellSetModel RemoteHTable.buildModelFromPut(Put put)
           
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type CellSetModel
protected  Result[] RemoteHTable.buildResultFromModel(CellSetModel model)
           
 



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