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

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

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

Methods in org.apache.hadoop.hbase.rest.model that return TableModel
 TableModel TableListModel.get(int index)
           
 

Methods in org.apache.hadoop.hbase.rest.model that return types with arguments of type TableModel
 List<TableModel> TableListModel.getTables()
           
 

Methods in org.apache.hadoop.hbase.rest.model with parameters of type TableModel
 void TableListModel.add(TableModel table)
          Add the table name model to the list
 

Method parameters in org.apache.hadoop.hbase.rest.model with type arguments of type TableModel
 void TableListModel.setTables(List<TableModel> tables)
           
 



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