com.sleepycat.db
Class CursorConfig

java.lang.Object
  extended by com.sleepycat.db.CursorConfig
All Implemented Interfaces:
java.lang.Cloneable

public class CursorConfig
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
static CursorConfig DEFAULT
           
static CursorConfig DEGREE_2
           
static CursorConfig DIRTY_READ
           
static CursorConfig WRITECURSOR
           
 
Constructor Summary
CursorConfig()
           
 
Method Summary
 boolean getDegree2()
           
 boolean getDirtyRead()
           
 boolean getWriteCursor()
           
 void setDegree2(boolean degree2)
           
 void setDirtyRead(boolean dirtyRead)
           
 void setWriteCursor(boolean writeCursor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final CursorConfig DEFAULT

DIRTY_READ

public static final CursorConfig DIRTY_READ

DEGREE_2

public static final CursorConfig DEGREE_2

WRITECURSOR

public static final CursorConfig WRITECURSOR
Constructor Detail

CursorConfig

public CursorConfig()
Method Detail

setDegree2

public void setDegree2(boolean degree2)

getDegree2

public boolean getDegree2()

setDirtyRead

public void setDirtyRead(boolean dirtyRead)

getDirtyRead

public boolean getDirtyRead()

setWriteCursor

public void setWriteCursor(boolean writeCursor)

getWriteCursor

public boolean getWriteCursor()