|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.LockMode
Locking modes for database operations. Locking modes are required parameters for operations that retrieve data or modify the database.
Field Summary | |
static LockMode |
DEFAULT
Acquire read locks for read operations and write locks for write operations. |
static LockMode |
DEGREE_2
Degree 2 isolation provides for cursor stability but not repeatable reads. |
static LockMode |
DIRTY_READ
Read modified but not yet committed data. |
static LockMode |
RMW
Acquire write locks instead of read locks when doing the retrieval. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final LockMode DEFAULT
public static final LockMode DIRTY_READ
public static final LockMode RMW
public static final LockMode DEGREE_2
|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |