Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Field and Description |
---|---|
private List<TableModel> |
TableListModel.tables |
Modifier and Type | Method and Description |
---|---|
TableModel |
TableListModel.get(int index) |
Modifier and Type | Method and Description |
---|---|
List<TableModel> |
TableListModel.getTables()
Returns the tables
|
Modifier and Type | Method and Description |
---|---|
void |
TableListModel.add(TableModel table)
Add the table name model to the list
|
Modifier and Type | Method and Description |
---|---|
void |
TableListModel.setTables(List<TableModel> tables) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.