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

Packages that use CellModel
org.apache.hadoop.hbase.stargate.model   
 

Uses of CellModel in org.apache.hadoop.hbase.stargate.model
 

Methods in org.apache.hadoop.hbase.stargate.model that return types with arguments of type CellModel
 List<CellModel> RowModel.getCells()
           
 

Methods in org.apache.hadoop.hbase.stargate.model with parameters of type CellModel
 void RowModel.addCell(CellModel cell)
          Adds a cell to the list of cells for this row
 

Constructor parameters in org.apache.hadoop.hbase.stargate.model with type arguments of type CellModel
RowModel(byte[] key, List<CellModel> cells)
          Constructor
RowModel(String key, List<CellModel> cells)
          Constructor
 



Copyright © 2009 The Apache Software Foundation