Class RecoveryStatusInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.trace.RecoveryStatusInformation
-
public class RecoveryStatusInformation extends Object
Generates a recovery status- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description RecoveryStatusInformation()RecoveryStatusInformation(String name, Integer runtime, Double progress)Stores recovery informationRecoveryStatusInformation(RecoveryStatus recovery)Stores recovery information
-
-
-
Constructor Detail
-
RecoveryStatusInformation
public RecoveryStatusInformation()
-
RecoveryStatusInformation
public RecoveryStatusInformation(String name, Integer runtime, Double progress)
Stores recovery information- Parameters:
name- Name of the tableruntime- Runtime of the recoveryprogress- Progress of the recovery
-
RecoveryStatusInformation
public RecoveryStatusInformation(RecoveryStatus recovery)
Stores recovery information- Parameters:
recovery- Recovery status to obtain name, runtime, and progress
-
-