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

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

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

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

Methods in org.apache.hadoop.hbase.rest.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.rest.model with type arguments of type CellModel
RowModel(byte[] key, List<CellModel> cells)
          Constructor
RowModel(String key, List<CellModel> cells)
          Constructor
 



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