Package org.apache.derby.iapi.store.raw
Interface RePreparable
-
- All Known Implementing Classes:
AllocPageOperation,ChainAllocPageOperation,CompressSpacePageOperation,CompressSpacePageOperation10_2,CopyRowsOperation,DeleteOperation,InitPageOperation,InsertOperation,InvalidatePageOperation,LogicalPageOperation,LogicalUndoOperation,PageBasicOperation,PhysicalPageOperation,PhysicalUndoOperation,PurgeOperation,SetReservedSpaceOperation,UpdateFieldOperation,UpdateOperation
public interface RePreparableAn RePreparable operation is an operation that changed the state of the RawStore in the context of a transaction and the locks for this change can be reclaimed during recovery, following redo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreclaimPrepareLocks(Transaction t, LockingPolicy locking_policy)reclaim locks associated with the changes in this log record.
-
-
-
Method Detail
-
reclaimPrepareLocks
void reclaimPrepareLocks(Transaction t, LockingPolicy locking_policy) throws StandardException
reclaim locks associated with the changes in this log record.- Throws:
StandardException- Standard exception policy.
-
-