|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> [ raw overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.derby.iapi.store.raw.LockingPolicy
| Uses of LockingPolicy in org.apache.derby.iapi.store.raw |
| Methods in org.apache.derby.iapi.store.raw that return LockingPolicy | |
LockingPolicy |
Transaction.getDefaultLockingPolicy()
Get the current default locking policy for all operations within this transaction. |
LockingPolicy |
Transaction.newLockingPolicy(int mode,
int isolation,
boolean stricterOk)
Obtain a locking policy for use in openContainer(). |
LockingPolicy |
ContainerHandle.getLockingPolicy()
Return the locking policy for this open container. |
| Methods in org.apache.derby.iapi.store.raw with parameters of type LockingPolicy | |
void |
Transaction.setDefaultLockingPolicy(LockingPolicy policy)
Set the default locking policy for all operations within this transaction. |
ContainerHandle |
Transaction.openContainer(ContainerKey containerId,
LockingPolicy locking,
int mode)
Open a container, with the defined locking policy, otherwise as openContainer(int containerId, boolean forUpdate). |
void |
RePreparable.reclaimPrepareLocks(Transaction t,
LockingPolicy locking_policy)
reclaim locks associated with the changes in this log record. |
void |
ContainerHandle.setLockingPolicy(LockingPolicy newLockingPolicy)
Set the locking policy for this open container |
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> [ raw overview ] | PREV NEXT | ||||||||