Interface RecoveryInfo
- All Known Implementing Classes:
RecoveryInfoImpl
public interface RecoveryInfo
-
Method Summary
Modifier and TypeMethodDescriptionlonggetAfter()Gets the after timestamp of the recovery or 0 if full recovery was doneintGets the node identifierlongGets the request identifierintGets the response code of the recovery requestGets the response message of the recovery requestlongGets 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
-