From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/SequenceConfig.html | 1324 +++++++++++------------- 1 file changed, 605 insertions(+), 719 deletions(-) (limited to 'docs/java/com/sleepycat/db/SequenceConfig.html') diff --git a/docs/java/com/sleepycat/db/SequenceConfig.html b/docs/java/com/sleepycat/db/SequenceConfig.html index 48180361..5963e594 100644 --- a/docs/java/com/sleepycat/db/SequenceConfig.html +++ b/docs/java/com/sleepycat/db/SequenceConfig.html @@ -1,788 +1,674 @@ - - - - - -SequenceConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class SequenceConfig

-
-java.lang.Object
-  extended by com.sleepycat.db.SequenceConfig
-
-
-
All Implemented Interfaces:
Cloneable
-
-
-
-
public class SequenceConfig
extends Object
implements Cloneable
- - -

-Specify the attributes of a sequence. -

- -

-


- -

+

+
com.sleepycat.db
+

Class SequenceConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    +
    public class SequenceConfig
    +extends java.lang.Object
    +implements java.lang.Cloneable
    +
    Specify the attributes of a sequence.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Field Summary
    -static SequenceConfigDEFAULT - -
    -          Default configuration used if null is passed to methods that create a - cursor.
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static SequenceConfigDEFAULT +
      Default configuration used if null is passed to methods that create a + cursor.
      +
      +
    • +
    - - - - - - - - - -
    -Constructor Summary
    SequenceConfig() - -
    -          An instance created using the default constructor is initialized with - the system's default settings.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      SequenceConfig() +
      An instance created using the default constructor is initialized with + the system's default settings.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleangetAllowCreate() - -
    -          Return true if the Database.openSequence method is configured - to create the sequence if it does not already exist.
    - booleangetAutoCommitNoSync() - -
    -          Return true if the auto-commit operations on the sequence are configure to not - flush the transaction log..
    - intgetCacheSize() - -
    -          Return the number of elements cached by a sequence handle..
    - booleangetDecrement() - -
    -          Return true if the sequence is configured to decrement.
    - booleangetExclusiveCreate() - -
    -          Return true if the Database.openSequence method is configured to - fail if the database already exists.
    - longgetInitialValue() - -
    -          Return the initial value for a sequence..
    - longgetRangeMax() - -
    -          Return the maximum value for the sequence.
    - longgetRangeMin() - -
    -          Return the minimum value for the sequence.
    - booleangetWrap() - -
    -          Return true if the sequence will wrap around when it is incremented - (decremented) past the specified maximum (minimum) value.
    - voidsetAllowCreate(boolean allowCreate) - -
    -          Configure the Database.openSequence method to - create the sequence if it does not already exist.
    - voidsetAutoCommitNoSync(boolean autoCommitNoSync) - -
    -          Configure auto-commit operations on the sequence to not flush - the transaction log.
    - voidsetCacheSize(int cacheSize) - -
    -          Set the -Configure the number of elements cached by a sequence handle.
    - voidsetDecrement(boolean decrement) - -
    -          Specify that the sequence should be decremented.
    - voidsetExclusiveCreate(boolean exclusiveCreate) - -
    -          Configure the Database.openSequence method to - fail if the database already exists.
    - voidsetInitialValue(long initialValue) - -
    -          Set the -Set the initial value for a sequence.
    - voidsetRange(long min, - long max) - -
    -          Configure a sequence range.
    - voidsetWrap(boolean wrap) - -
    -          Specify that the sequence should wrap around when it is - incremented (decremented) past the specified maximum (minimum) value.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleangetAllowCreate() +
      Return true if the Database.openSequence method is configured + to create the sequence if it does not already exist.
      +
      booleangetAutoCommitNoSync() +
      Return true if the auto-commit operations on the sequence are configure to not + flush the transaction log..
      +
      intgetCacheSize() +
      Return the number of elements cached by a sequence handle..
      +
      booleangetDecrement() +
      Return true if the sequence is configured to decrement.
      +
      booleangetExclusiveCreate() +
      Return true if the Database.openSequence method is configured to + fail if the database already exists.
      +
      longgetInitialValue() +
      Return the initial value for a sequence..
      +
      longgetRangeMax() +
      Return the maximum value for the sequence.
      +
      longgetRangeMin() +
      Return the minimum value for the sequence.
      +
      booleangetWrap() +
      Return true if the sequence will wrap around when it is incremented + (decremented) past the specified maximum (minimum) value.
      +
      voidsetAllowCreate(boolean allowCreate) +
      Configure the Database.openSequence method to + create the sequence if it does not already exist.
      +
      voidsetAutoCommitNoSync(boolean autoCommitNoSync) +
      Configure auto-commit operations on the sequence to not flush + the transaction log.
      +
      voidsetCacheSize(int cacheSize) +
      Set the +Configure the number of elements cached by a sequence handle.
      +
      voidsetDecrement(boolean decrement) +
      Specify that the sequence should be decremented.
      +
      voidsetExclusiveCreate(boolean exclusiveCreate) +
      Configure the Database.openSequence method to + fail if the database already exists.
      +
      voidsetInitialValue(long initialValue) +
      Set the +Set the initial value for a sequence.
      +
      voidsetRange(long min, + long max) +
      Configure a sequence range.
      +
      voidsetWrap(boolean wrap) +
      Specify that the sequence should wrap around when it is + incremented (decremented) past the specified maximum (minimum) value.
      +
      +
        +
      • + + +

        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
    -
    -
    Default configuration used if null is passed to methods that create a - cursor. -

    -

    -
    -
    - +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        DEFAULT

        +
        public static final SequenceConfig DEFAULT
        +
        Default configuration used if null is passed to methods that create a + cursor.
        +
      • +
      +
    • +
    - - - - - - -
    -Constructor Detail
    - -

    -SequenceConfig

    -
    -public SequenceConfig()
    -
    -
    An instance created using the default constructor is initialized with - the system's default settings. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SequenceConfig

        +
        public SequenceConfig()
        +
        An instance created using the default constructor is initialized with + the system's default settings.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -setAllowCreate

    -
    -public void setAllowCreate(boolean allowCreate)
    -
    -
    Configure the Database.openSequence method to +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setAllowCreate

        +
        public void setAllowCreate(boolean allowCreate)
        +
        Configure the Database.openSequence method to create the sequence if it does not already exist.

        This method may be called at any time during the life of the application. -

        -

        -

        -
        -
        -
        -
        Parameters:
        allowCreate - If true, -configure the Database.openSequence method to - create the sequence if it does not already exist.
        -
        -
    -
    - -

    -getAllowCreate

    -
    -public boolean getAllowCreate()
    -
    -
    Return true if the Database.openSequence method is configured +

+
Parameters:
allowCreate - If true, +configure the Database.openSequence method to + create the sequence if it does not already exist.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1