Class DeadServerList
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.DeadServerList
-
public class DeadServerList extends Object
Generates a list of dead tservers- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<DeadServerInformation>deadTabletServer
-
Constructor Summary
Constructors Constructor Description DeadServerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDeadServer(DeadServerInformation deadTabletServer)Adds a new dead tserver to the list
-
-
-
Field Detail
-
deadTabletServer
public List<DeadServerInformation> deadTabletServer
-
-
Method Detail
-
addDeadServer
public void addDeadServer(DeadServerInformation deadTabletServer)
Adds a new dead tserver to the list- Parameters:
deadTabletServer- Dead tserver to add
-
-