Uses of Class
org.apache.accumulo.monitor.rest.tables.TableInformationList
-
Packages that use TableInformationList Package Description org.apache.accumulo.monitor.rest org.apache.accumulo.monitor.rest.tables -
-
Uses of TableInformationList in org.apache.accumulo.monitor.rest
Fields in org.apache.accumulo.monitor.rest declared as TableInformationList Modifier and Type Field Description TableInformationListSummaryInformation. tablesConstructors in org.apache.accumulo.monitor.rest with parameters of type TableInformationList Constructor Description SummaryInformation(int size, MasterInformation info, TableInformationList tablesList)Stores Monitor information as XML or JSON -
Uses of TableInformationList in org.apache.accumulo.monitor.rest.tables
Methods in org.apache.accumulo.monitor.rest.tables that return TableInformationList Modifier and Type Method Description TableInformationListTablesResource. getTables()Generates a list of all the tablesstatic TableInformationListTablesResource. getTables(Monitor monitor)
-