Class RecoveryStatus

    • Field Detail

      • runtime

        public int runtime
      • progress

        public double progress
    • Constructor Detail

      • RecoveryStatus

        public RecoveryStatus()
      • RecoveryStatus

        public RecoveryStatus​(String name,
                              int runtime,
                              double progress)
      • RecoveryStatus

        public RecoveryStatus​(RecoveryStatus other)
        Performs a deep copy on other.
    • Method Detail

      • getName

        public String getName()
      • unsetName

        public void unsetName()
      • isSetName

        public boolean isSetName()
        Returns true if field name is set (has been assigned a value) and false otherwise
      • setNameIsSet

        public void setNameIsSet​(boolean value)
      • getRuntime

        public int getRuntime()
      • unsetRuntime

        public void unsetRuntime()
      • isSetRuntime

        public boolean isSetRuntime()
        Returns true if field runtime is set (has been assigned a value) and false otherwise
      • setRuntimeIsSet

        public void setRuntimeIsSet​(boolean value)
      • getProgress

        public double getProgress()
      • setProgress

        public RecoveryStatus setProgress​(double progress)
      • unsetProgress

        public void unsetProgress()
      • isSetProgress

        public boolean isSetProgress()
        Returns true if field progress is set (has been assigned a value) and false otherwise
      • setProgressIsSet

        public void setProgressIsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException