Uses of Class
org.apache.accumulo.monitor.rest.tservers.ServersShuttingDown
-
Packages that use ServersShuttingDown Package Description org.apache.accumulo.monitor.rest org.apache.accumulo.monitor.rest.master -
-
Uses of ServersShuttingDown in org.apache.accumulo.monitor.rest
Fields in org.apache.accumulo.monitor.rest declared as ServersShuttingDown Modifier and Type Field Description ServersShuttingDownSummaryInformation. tabletServersShuttingDown -
Uses of ServersShuttingDown in org.apache.accumulo.monitor.rest.master
Fields in org.apache.accumulo.monitor.rest.master declared as ServersShuttingDown Modifier and Type Field Description ServersShuttingDownMasterInformation. tabletServersShuttingDownMethods in org.apache.accumulo.monitor.rest.master that return ServersShuttingDown Modifier and Type Method Description static ServersShuttingDownMasterResource. getServersShuttingDown(Monitor monitor)Generates a JSON object of a list of servers shutting downConstructors in org.apache.accumulo.monitor.rest.master with parameters of type ServersShuttingDown Constructor Description MasterInformation(String master, int onlineTabletServers, int totalTabletServers, String lastGC, int tablets, int unassignedTablets, long entries, double ingest, double entriesRead, double entriesReturned, long holdTime, double osLoad, int tables, int deadTabletServersCount, long lookups, long uptime, String gcStatus, String masterGoalState, String masterState, BadTabletServers badTabletServers, ServersShuttingDown tabletServersShuttingDown, DeadServerList deadTabletServers, DeadLoggerList deadLoggers)Stores a new master JSON object
-