Class TableInformationList
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tables.TableInformationList
-
public class TableInformationList extends Object
Generates a list with table information- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<TableInformation>table
-
Constructor Summary
Constructors Constructor Description TableInformationList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTable(TableInformation table)Adds a new table to the list
-
-
-
Field Detail
-
table
public List<TableInformation> table
-
-
Method Detail
-
addTable
public void addTable(TableInformation table)
Adds a new table to the list- Parameters:
table- Table information to add
-
-