Uses of Class
org.apache.accumulo.monitor.rest.master.MasterInformation
-
Packages that use MasterInformation Package Description org.apache.accumulo.monitor.rest org.apache.accumulo.monitor.rest.master org.apache.accumulo.monitor.rest.tservers -
-
Uses of MasterInformation in org.apache.accumulo.monitor.rest
Constructors in org.apache.accumulo.monitor.rest with parameters of type MasterInformation Constructor Description SummaryInformation(int size, MasterInformation info, TableInformationList tablesList)Stores Monitor information as XML or JSON -
Uses of MasterInformation in org.apache.accumulo.monitor.rest.master
Methods in org.apache.accumulo.monitor.rest.master that return MasterInformation Modifier and Type Method Description MasterInformationMasterResource. getTables()Generates a master information JSON objectstatic MasterInformationMasterResource. getTables(Monitor monitor) -
Uses of MasterInformation in org.apache.accumulo.monitor.rest.tservers
Methods in org.apache.accumulo.monitor.rest.tservers with parameters of type MasterInformation Modifier and Type Method Description voidTabletServers. addBadTabletServer(MasterInformation info)Adds bad and dead servers to the list
-