public class SequenceConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SequenceConfig |
DEFAULT |
Constructor and Description |
---|
SequenceConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final SequenceConfig DEFAULT
public SequenceConfig()
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()