|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbLockRequest | |
com.sleepycat.db | Java API programming notes [reference guide] |
Uses of DbLockRequest in com.sleepycat.db |
Methods in com.sleepycat.db with parameters of type DbLockRequest | |
void |
DbEnv.lock_vec(int locker,
int flags,
DbLockRequest[] list,
int offset,
int count)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.lockVector(int,int,DbLockRequest[],int,int) |
void |
DbEnv.lockVector(int locker,
int flags,
DbLockRequest[] list,
int offset,
int count)
The DbEnv.lockVector method atomically obtains and releases one or more locks from the lock table. |
|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |