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

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

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

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

Methods in org.apache.hadoop.hbase.rest.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.rest.model with type arguments of type RowModel
CellSetModel(List<RowModel> rows)
           
 



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