Uses of Class
org.apache.accumulo.monitor.Monitor
-
Packages that use Monitor Package Description org.apache.accumulo.monitor org.apache.accumulo.monitor.rest.master org.apache.accumulo.monitor.rest.tables org.apache.accumulo.monitor.rest.tservers -
-
Uses of Monitor in org.apache.accumulo.monitor
Methods in org.apache.accumulo.monitor that return Monitor Modifier and Type Method Description MonitorMonitor.MonitorFactory. provide()Methods in org.apache.accumulo.monitor with parameters of type Monitor Modifier and Type Method Description voidMonitor.MonitorFactory. dispose(Monitor instance)Constructors in org.apache.accumulo.monitor with parameters of type Monitor Constructor Description EmbeddedWebServer(Monitor monitor, int port)MonitorFactory(Monitor monitor) -
Uses of Monitor in org.apache.accumulo.monitor.rest.master
Methods in org.apache.accumulo.monitor.rest.master with parameters of type Monitor Modifier and Type Method Description static DeadLoggerListMasterResource. getDeadLoggers(Monitor monitor)Generates a dead logger list as a JSON objectstatic DeadServerListMasterResource. getDeadTservers(Monitor monitor)Generates a dead server list as a JSON objectstatic StringMasterResource. getGoalState(Monitor monitor)Returns the goal state of the masterstatic BadTabletServersMasterResource. getNumBadTservers(Monitor monitor)Generates bad tserver lists as a JSON objectstatic ServersShuttingDownMasterResource. getServersShuttingDown(Monitor monitor)Generates a JSON object of a list of servers shutting downstatic StringMasterResource. getState(Monitor monitor)Returns the current state of the masterstatic MasterInformationMasterResource. getTables(Monitor monitor) -
Uses of Monitor in org.apache.accumulo.monitor.rest.tables
Methods in org.apache.accumulo.monitor.rest.tables with parameters of type Monitor Modifier and Type Method Description static TableInformationListTablesResource. getTables(Monitor monitor) -
Uses of Monitor in org.apache.accumulo.monitor.rest.tservers
Methods in org.apache.accumulo.monitor.rest.tservers with parameters of type Monitor Modifier and Type Method Description voidTabletServerInformation. updateTabletServerInfo(Monitor monitor, TabletServerStatus thriftStatus, TableInfo summary)Generate tserver information from thrift status and table summaryConstructors in org.apache.accumulo.monitor.rest.tservers with parameters of type Monitor Constructor Description TabletServer(Monitor monitor, TabletServerStatus status)TabletServerInformation(Monitor monitor, TabletServerStatus thriftStatus)Generate tserver information from thrift status
-