| java.lang.Object org.continuent.sequoia.controller.recoverylog.CheckpointLogEntry
CheckpointLogEntry | public class CheckpointLogEntry implements Serializable(Code) | | This class defines a CheckpointLogEntry used to carry information about the
log entry pointed by a checkpoint
author: Emmanuel Cecchet version: 1.0 |
CheckpointLogEntry | public CheckpointLogEntry(String sql, String login, String autoConnTran, long transactionId, long requestId)(Code) | | Creates a new CheckpointLogEntry object
Parameters: sql - sql statement Parameters: login - virtual login Parameters: autoConnTran - 'A', 'T' or 'C' Parameters: transactionId - transaction id Parameters: requestId - request id |
getAutoConnTran | final public String getAutoConnTran()(Code) | | Returns the autoConnTran value.
Returns the autoConnTran. |
getRequestId | final public long getRequestId()(Code) | | Returns the requestId value.
Returns the requestId. |
getSql | final public String getSql()(Code) | | Returns the sql value.
Returns the sql. |
getTransactionId | final public long getTransactionId()(Code) | | Returns the transactionId value.
Returns the transactionId. |
getVLogin | final public String getVLogin()(Code) | | Returns the vLogin value.
Returns the vLogin. |
|
|