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

Packages that use CellSetModel
org.apache.hadoop.hbase.stargate Stargate 
org.apache.hadoop.hbase.stargate.client   
 

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

Methods in org.apache.hadoop.hbase.stargate 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.stargate.client
 

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

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



Copyright © 2010 The Apache Software Foundation