|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |