|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.LockMode
public class LockMode
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
static LockMode |
DEFAULT
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
static LockMode |
DIRTY_READ
Deprecated. |
static LockMode |
READ_COMMITTED
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
static LockMode |
READ_UNCOMMITTED
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
static LockMode |
RMW
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LockMode DEFAULT
public static final LockMode READ_UNCOMMITTED
public static final LockMode DIRTY_READ
public static final LockMode READ_COMMITTED
public static final LockMode RMW
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |