| java.lang.Object org.continuent.sequoia.controller.recoverylog.RecoveryTask
RecoveryTask | public class RecoveryTask (Code) | | Recovery task containing an AbstractTask and the id of the
task in the recovery log.
author: Emmanuel Cecchet author: Julie Marguerite version: 1.0 |
RecoveryTask | public RecoveryTask(long tid, long id, AbstractTask task, String status)(Code) | | Constructs a new RecoveryTask instance.
Parameters: tid - transaction id Parameters: id - task id in the recovery log Parameters: task - task to be executed Parameters: status - request execution status as defined in LogEntry constants |
getId | public long getId()(Code) | | Returns the id.
int |
getStatus | final public String getStatus()(Code) | | Returns the status value.
Returns the status. |
getTid | public long getTid()(Code) | | Returns the tid value.
Returns the tid. |
|
|