|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.SequenceConfig
public class SequenceConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
static SequenceConfig |
DEFAULT
|
Constructor Summary | |
---|---|
SequenceConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
boolean |
getAllowCreate()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getAutoCommitNoSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getCacheSize()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getDecrement()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getExclusiveCreate()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
long |
getInitialValue()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
long |
getRangeMax()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
long |
getRangeMin()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getWrap()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setAllowCreate(boolean allowCreate)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setAutoCommitNoSync(boolean autoCommitNoSync)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setCacheSize(int cacheSize)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setDecrement(boolean decrement)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setExclusiveCreate(boolean exclusiveCreate)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setInitialValue(long initialValue)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setRange(long min,
long max)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setWrap(boolean wrap)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SequenceConfig DEFAULT
Constructor Detail |
---|
public SequenceConfig()
Method Detail |
---|
public void setAllowCreate(boolean allowCreate)
public boolean getAllowCreate()
public void setCacheSize(int cacheSize)
public int getCacheSize()
public void setDecrement(boolean decrement)
public boolean getDecrement()
public void setExclusiveCreate(boolean exclusiveCreate)
public boolean getExclusiveCreate()
public void setInitialValue(long initialValue)
public long getInitialValue()
public void setAutoCommitNoSync(boolean autoCommitNoSync)
public boolean getAutoCommitNoSync()
public void setRange(long min, long max)
public long getRangeMin()
public long getRangeMax()
public void setWrap(boolean wrap)
public boolean getWrap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |