public interface RecoveryInfo
Modifier and Type | Method and Description |
---|---|
long |
getAfter()
Gets the after timestamp of the recovery or 0 if full recovery was done
|
int |
getNodeId()
Gets the node identifier
|
long |
getRequestId()
Gets the request identifier
|
int |
getResponseCode()
Gets the response code of the recovery request
|
String |
getResponseMessage()
Gets the response message of the recovery request
|
long |
getTimestamp()
Gets the timestamp specifying when the recovery was initiated
|
long getAfter()
long getTimestamp()
long getRequestId()
int getResponseCode()
String getResponseMessage()
int getNodeId()
Copyright © 2016–2025. All rights reserved.