public class RecoveryInfoImpl extends Object implements RecoveryInfo
| Constructor and Description |
|---|
RecoveryInfoImpl(long after,
long timestamp,
long requestId,
int responseCode,
String responseMessage,
Integer nodeId) |
| 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
|
String |
toString() |
public long getAfter()
getAfter in interface RecoveryInfopublic long getTimestamp()
getTimestamp in interface RecoveryInfopublic long getRequestId()
getRequestId in interface RecoveryInfopublic int getResponseCode()
getResponseCode in interface RecoveryInfopublic String getResponseMessage()
getResponseMessage in interface RecoveryInfopublic int getNodeId()
getNodeId in interface RecoveryInfoCopyright © 2016–2025. All rights reserved.