| java.lang.Object org.continuent.sequoia.controller.virtualdatabase.protocol.DistributedVirtualDatabaseMessage org.continuent.sequoia.controller.virtualdatabase.protocol.InitiateRecoveryLogResync
InitiateRecoveryLogResync | public class InitiateRecoveryLogResync extends DistributedVirtualDatabaseMessage (Code) | | This class defines a InitiateRecoveryLogResync message used to send
parameters needed to initiate an automated recovery log synchronization. The
message sends back the delta to apply to entries id to be inserted in the
local recovery log.
author: Emmanuel Cecchet version: 1.0 |
InitiateRecoveryLogResync | public InitiateRecoveryLogResync(String commonCheckpointName, long commonCheckpointId, String nowCheckpointName, long nbOfEntriesToResync)(Code) | | Creates a new InitiateRecoveryLogResync object
Parameters: commonCheckpointName - common checkpoint name where resync will start Parameters: commonCheckpointId - common checkpoint id on the original node (theone that is up-to-date) Parameters: nowCheckpointName - newly inserted checkpoint where resync will end Parameters: nbOfEntriesToResync - number of entries to be resynchronized betweenthese 2 checkpoints |
getCommonCheckpointName | final public String getCommonCheckpointName()(Code) | | Returns the commonCheckpointName value.
Returns the commonCheckpointName. |
getNbOfEntriesToResync | final public long getNbOfEntriesToResync()(Code) | | Returns the nbOfEntriesToResync value.
Returns the nbOfEntriesToResync. |
getNowCheckpointName | final public String getNowCheckpointName()(Code) | | Returns the nowCheckpointName value.
Returns the nowCheckpointName. |
getOriginCommonCheckpointId | final public long getOriginCommonCheckpointId()(Code) | | Returns the commonCheckpointId value.
Returns the commonCheckpointId. |
|
|