Class ServersShuttingDown
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.ServersShuttingDown
-
public class ServersShuttingDown extends Object
Generates a list of servers shutting down- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<ServerShuttingDownInformation>server
-
Constructor Summary
Constructors Constructor Description ServersShuttingDown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddServerShuttingDown(ServerShuttingDownInformation server)Adds a new tserver to the list
-
-
-
Field Detail
-
server
public List<ServerShuttingDownInformation> server
-
-
Method Detail
-
addServerShuttingDown
public void addServerShuttingDown(ServerShuttingDownInformation server)
Adds a new tserver to the list- Parameters:
server- TServer to add
-
-