Class TabletServersRecovery
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.TabletServersRecovery
-
public class TabletServersRecovery extends Object
Generates a list of tservers recoveries- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<TabletServerRecoveryInformation>recoveryList
-
Constructor Summary
Constructors Constructor Description TabletServersRecovery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRecovery(TabletServerRecoveryInformation tabletServerRecovery)Adds a new tserver recovery to the list
-
-
-
Field Detail
-
recoveryList
public List<TabletServerRecoveryInformation> recoveryList
-
-
Method Detail
-
addRecovery
public void addRecovery(TabletServerRecoveryInformation tabletServerRecovery)
Adds a new tserver recovery to the list- Parameters:
tabletServerRecovery- TServer recovery to add
-
-