Uses of Class
org.apache.accumulo.monitor.rest.tables.TableInformation
-
Packages that use TableInformation Package Description org.apache.accumulo.monitor.rest.tables org.apache.accumulo.monitor.rest.tservers -
-
Uses of TableInformation in org.apache.accumulo.monitor.rest.tables
Fields in org.apache.accumulo.monitor.rest.tables with type parameters of type TableInformation Modifier and Type Field Description List<TableInformation>TableInformationList. tableList<TableInformation>TableNamespace. tableMethods in org.apache.accumulo.monitor.rest.tables with parameters of type TableInformation Modifier and Type Method Description voidTableInformationList. addTable(TableInformation table)Adds a new table to the listvoidTableNamespace. addTable(TableInformation table)Add a new table to the list -
Uses of TableInformation in org.apache.accumulo.monitor.rest.tservers
Fields in org.apache.accumulo.monitor.rest.tservers declared as TableInformation Modifier and Type Field Description TableInformationTabletServerWithTableInformation. tableConstructors in org.apache.accumulo.monitor.rest.tservers with parameters of type TableInformation Constructor Description TabletServerWithTableInformation(TabletServerInformation tserverInfo, TableInformation tableInfo)Stores a new tserver
-