Class TabletServerRecoveryInformation


  • public class TabletServerRecoveryInformation
    extends Object
    Generates a tserver recovery information
    Since:
    2.0.0
    • Field Detail

      • server

        public String server
      • time

        public int time
      • progress

        public double progress
    • Constructor Detail

      • TabletServerRecoveryInformation

        public TabletServerRecoveryInformation()
      • TabletServerRecoveryInformation

        public TabletServerRecoveryInformation​(String server,
                                               String log,
                                               int time,
                                               double progress)
        Stores a tserver recovery
        Parameters:
        server - Name of the tserver
        log - Log of the tserver
        time - Recovery runtime
        progress - Recovery progress