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

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

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

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

Methods in org.apache.hadoop.hbase.stargate.model with parameters of type RowModel
 void CellSetModel.addRow(RowModel row)
          Add a row to this cell set
 

Constructor parameters in org.apache.hadoop.hbase.stargate.model with type arguments of type RowModel
CellSetModel(List<RowModel> rows)
           
 



Copyright © 2009 The Apache Software Foundation