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 RecoveryInfo
public long getTimestamp()
getTimestamp
in interface RecoveryInfo
public long getRequestId()
getRequestId
in interface RecoveryInfo
public int getResponseCode()
getResponseCode
in interface RecoveryInfo
public String getResponseMessage()
getResponseMessage
in interface RecoveryInfo
public int getNodeId()
getNodeId
in interface RecoveryInfo
Copyright © 2016–2025. All rights reserved.