Interface RecoveryInfo

All Known Implementing Classes:
RecoveryInfoImpl

public interface RecoveryInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the after timestamp of the recovery or 0 if full recovery was done
    int
    Gets the node identifier
    long
    Gets the request identifier
    int
    Gets the response code of the recovery request
    Gets the response message of the recovery request
    long
    Gets the timestamp specifying when the recovery was initiated
  • Method Details

    • getAfter

      long getAfter()
      Gets the after timestamp of the recovery or 0 if full recovery was done
      Returns:
      the after timestamp of the recovery or 0 if full recovery was done
    • getTimestamp

      long getTimestamp()
      Gets the timestamp specifying when the recovery was initiated
      Returns:
      the timestamp specifying when the recovery was initiated
    • getRequestId

      long getRequestId()
      Gets the request identifier
      Returns:
      the request identifier
    • getResponseCode

      int getResponseCode()
      Gets the response code of the recovery request
      Returns:
      the response code of the recovery request
    • getResponseMessage

      String getResponseMessage()
      Gets the response message of the recovery request
      Returns:
      the response message of the recovery request
    • getNodeId

      int getNodeId()
      Gets the node identifier
      Returns:
      the node identifier