Uses of Class
org.apache.accumulo.monitor.rest.tservers.DeadServerInformation
-
Packages that use DeadServerInformation Package Description org.apache.accumulo.monitor.rest.tservers -
-
Uses of DeadServerInformation in org.apache.accumulo.monitor.rest.tservers
Fields in org.apache.accumulo.monitor.rest.tservers with type parameters of type DeadServerInformation Modifier and Type Field Description List<DeadServerInformation>TabletServers. deadServersList<DeadServerInformation>DeadServerList. deadTabletServerMethods in org.apache.accumulo.monitor.rest.tservers with parameters of type DeadServerInformation Modifier and Type Method Description voidDeadServerList. addDeadServer(DeadServerInformation deadTabletServer)Adds a new dead tserver to the list
-