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/SequenceStats.html | 763 ++++++++++++-------------- 1 file changed, 360 insertions(+), 403 deletions(-) (limited to 'docs/java/com/sleepycat/db/SequenceStats.html') diff --git a/docs/java/com/sleepycat/db/SequenceStats.html b/docs/java/com/sleepycat/db/SequenceStats.html index 639ca6f4..c09acd7f 100644 --- a/docs/java/com/sleepycat/db/SequenceStats.html +++ b/docs/java/com/sleepycat/db/SequenceStats.html @@ -1,421 +1,378 @@ - - - - - -SequenceStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class SequenceStats

-
-java.lang.Object
-  extended by com.sleepycat.db.SequenceStats
-
-
-
-
public class SequenceStats
extends Object
- - -

-A SequenceStats object is used to return sequence statistics. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class SequenceStats

+
+
+ +
+
    +
  • +
    +
    +
    public class SequenceStats
    +extends java.lang.Object
    +
    A SequenceStats object is used to return sequence statistics.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intgetCacheSize() - -
    -          The number of values that will be cached in this handle.
    - longgetCurrent() - -
    -          The current value of the sequence in the database.
    - intgetFlags() - -
    -          The flags value for the sequence.
    - longgetLastValue() - -
    -          The last cached value of the sequence.
    - longgetMax() - -
    -          The maximum permitted value of the sequence.
    - longgetMin() - -
    -          The minimum permitted value of the sequence.
    - longgetNowait() - -
    -          The number of times that a thread of control was able to obtain handle - mutex without waiting.
    - longgetValue() - -
    -          The current cached value of the sequence.
    - longgetWait() - -
    -          The number of times a thread of control was forced to wait on the - handle mutex.
    - StringtoString() - -
    -          
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetCacheSize() +
      The number of values that will be cached in this handle.
      +
      longgetCurrent() +
      The current value of the sequence in the database.
      +
      intgetFlags() +
      The flags value for the sequence.
      +
      longgetLastValue() +
      The last cached value of the sequence.
      +
      longgetMax() +
      The maximum permitted value of the sequence.
      +
      longgetMin() +
      The minimum permitted value of the sequence.
      +
      longgetNowait() +
      The number of times that a thread of control was able to obtain handle + mutex without waiting.
      +
      longgetValue() +
      The current cached value of the sequence.
      +
      longgetWait() +
      The number of times a thread of control was forced to wait on the + handle mutex.
      +
      java.lang.StringtoString()
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -getWait

    -
    -public long getWait()
    -
    -
    The number of times a thread of control was forced to wait on the - handle mutex. -

    -

    -
    -
    -
    -
    - -

    -getNowait

    -
    -public long getNowait()
    -
    -
    The number of times that a thread of control was able to obtain handle - mutex without waiting. -

    -

    -
    -
    -
    -
    - -

    -getCurrent

    -
    -public long getCurrent()
    -
    -
    The current value of the sequence in the database. -

    -

    -
    -
    -
    -
    - -

    -getValue

    -
    -public long getValue()
    -
    -
    The current cached value of the sequence. -

    -

    -
    -
    -
    -
    - -

    -getLastValue

    -
    -public long getLastValue()
    -
    -
    The last cached value of the sequence. -

    -

    -
    -
    -
    -
    - -

    -getMin

    -
    -public long getMin()
    -
    -
    The minimum permitted value of the sequence. -

    -

    -
    -
    -
    -
    - -

    -getMax

    -
    -public long getMax()
    -
    -
    The maximum permitted value of the sequence. -

    -

    -
    -
    -
    -
    - -

    -getCacheSize

    -
    -public int getCacheSize()
    -
    -
    The number of values that will be cached in this handle. -

    -

    -
    -
    -
    -
    - -

    -getFlags

    -
    -public int getFlags()
    -
    -
    The flags value for the sequence. -

    -

    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    -

    -

    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getWait

        +
        public long getWait()
        +
        The number of times a thread of control was forced to wait on the + handle mutex.
        +
      • +
      + + + +
        +
      • +

        getNowait

        +
        public long getNowait()
        +
        The number of times that a thread of control was able to obtain handle + mutex without waiting.
        +
      • +
      + + + +
        +
      • +

        getCurrent

        +
        public long getCurrent()
        +
        The current value of the sequence in the database.
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public long getValue()
        +
        The current cached value of the sequence.
        +
      • +
      + + + +
        +
      • +

        getLastValue

        +
        public long getLastValue()
        +
        The last cached value of the sequence.
        +
      • +
      + + + +
        +
      • +

        getMin

        +
        public long getMin()
        +
        The minimum permitted value of the sequence.
        +
      • +
      + + + +
        +
      • +

        getMax

        +
        public long getMax()
        +
        The maximum permitted value of the sequence.
        +
      • +
      + + + +
        +
      • +

        getCacheSize

        +
        public int getCacheSize()
        +
        The number of values that will be cached in this handle.
        +
      • +
      + + + +
        +
      • +

        getFlags

        +
        public int getFlags()
        +
        The flags value for the sequence.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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