Class BadTabletServers
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.BadTabletServers
-
public class BadTabletServers extends Object
Generates a list of bad tservers- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<BadTabletServerInformation>badTabletServer
-
Constructor Summary
Constructors Constructor Description BadTabletServers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBadServer(BadTabletServerInformation badTabletServer)Adds a new bad tserver to the list
-
-
-
Field Detail
-
badTabletServer
public List<BadTabletServerInformation> badTabletServer
-
-
Method Detail
-
addBadServer
public void addBadServer(BadTabletServerInformation badTabletServer)
Adds a new bad tserver to the list- Parameters:
badTabletServer- Bad tserver to add
-
-