|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sleepycat.je.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 |
DIRTY_READ
Read modified but not yet committed data. |
static LockMode |
RMW
Acquire write locks instead of read locks when doing the retrieval. |
Method Summary | |
String |
toString()
Provide a string representation of the enumeration. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final LockMode DEFAULT
public static final LockMode DIRTY_READ
public static final LockMode RMW
Method Detail |
public String toString()
toString
in class Object
|
Berkeley DB Java Edition version 1.5.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |