public class StoreCheckpointWithLogIdEvent implements LogEvent(Code)
This class is used to Store a Checkpoint in the recovery log checkpoint
tables so that it is available e.g. for restore operations.
author: Olivier Fambon author: Emmanuel Cecchet version: 1.0
public StoreCheckpointWithLogIdEvent(String checkpointName, long checkpointId)(Code)
Creates a new StoreCheckpointWithLogIdEvent object
Parameters: checkpointName - the checkpoint name to create. Parameters: checkpointId - the id of the checkpoint
Method Detail
belongToTransaction
public boolean belongToTransaction(long tid)(Code)