com.sleepycat.je
Class SequenceConfig

java.lang.Object
  extended by com.sleepycat.je.SequenceConfig

public class SequenceConfig
extends Object

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

DEFAULT

public static final SequenceConfig DEFAULT
Constructor Detail

SequenceConfig

public SequenceConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Method Detail

setAllowCreate

public void setAllowCreate(boolean allowCreate)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getAllowCreate

public boolean getAllowCreate()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setCacheSize

public void setCacheSize(int cacheSize)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getCacheSize

public int getCacheSize()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setDecrement

public void setDecrement(boolean decrement)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getDecrement

public boolean getDecrement()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setExclusiveCreate

public void setExclusiveCreate(boolean exclusiveCreate)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getExclusiveCreate

public boolean getExclusiveCreate()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setInitialValue

public void setInitialValue(long initialValue)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getInitialValue

public long getInitialValue()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setAutoCommitNoSync

public void setAutoCommitNoSync(boolean autoCommitNoSync)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getAutoCommitNoSync

public boolean getAutoCommitNoSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setRange

public void setRange(long min,
                     long max)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getRangeMin

public long getRangeMin()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getRangeMax

public long getRangeMax()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setWrap

public void setWrap(boolean wrap)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getWrap

public boolean getWrap()
Javadoc for this public method is generated via the doc templates in the doc_src directory.



Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.