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/TransactionStats.html | 1101 ++++++++++------------ 1 file changed, 510 insertions(+), 591 deletions(-) (limited to 'docs/java/com/sleepycat/db/TransactionStats.html') diff --git a/docs/java/com/sleepycat/db/TransactionStats.html b/docs/java/com/sleepycat/db/TransactionStats.html index ac794f69..5cdf6e8b 100644 --- a/docs/java/com/sleepycat/db/TransactionStats.html +++ b/docs/java/com/sleepycat/db/TransactionStats.html @@ -1,612 +1,531 @@ - - - - - -TransactionStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class TransactionStats

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

-Transaction statistics for a database environment. -

- -

-


- -

+

+
com.sleepycat.db
+

Class TransactionStats

+
+
+ +
+
    +
  • +
    +
    +
    public class TransactionStats
    +extends java.lang.Object
    +
    Transaction statistics for a database environment.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - -
    -Nested Class Summary
    -static classTransactionStats.Active - -
    -           
    -  +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class TransactionStats.Active 
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Method Summary
    - intgetInittxns() - -
    -          The initial number of transactions configured.
    - LogSequenceNumbergetLastCkp() - -
    -          The LSN of the last checkpoint.
    - intgetLastTxnId() - -
    -          The last transaction ID allocated.
    - intgetMaxNactive() - -
    -          The maximum number of active transactions at any one time.
    - intgetMaxNsnapshot() - -
    -          The maximum number of transactions on the snapshot list at any one time.
    - intgetMaxTxns() - -
    -          The maximum number of active transactions configured.
    - longgetNaborts() - -
    -          The number of transactions that have aborted.
    - intgetNactive() - -
    -          The number of transactions that are currently active.
    - longgetNumBegins() - -
    -          The number of transactions that have begun.
    - longgetNumCommits() - -
    -          The number of transactions that have committed.
    - intgetNumRestores() - -
    -          The number of transactions that have been restored.
    - intgetNumSnapshot() - -
    -          The number of transactions on the snapshot list.
    - longgetRegionNowait() - -
    -          The number of times that a thread of control was able to obtain the - region lock without waiting.
    - longgetRegionWait() - -
    -          The number of times that a thread of control was forced to wait - before obtaining the region lock.
    - longgetRegSize() - -
    -          The size of the region.
    - longgetTimeCkp() - -
    -          The time the last completed checkpoint finished (as the number of +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intgetInittxns() +
      The initial number of transactions configured.
      +
      LogSequenceNumbergetLastCkp() +
      The LSN of the last checkpoint.
      +
      intgetLastTxnId() +
      The last transaction ID allocated.
      +
      intgetMaxNactive() +
      The maximum number of active transactions at any one time.
      +
      intgetMaxNsnapshot() +
      The maximum number of transactions on the snapshot list at any one time.
      +
      intgetMaxTxns() +
      The maximum number of active transactions configured.
      +
      longgetNaborts() +
      The number of transactions that have aborted.
      +
      intgetNactive() +
      The number of transactions that are currently active.
      +
      longgetNumBegins() +
      The number of transactions that have begun.
      +
      longgetNumCommits() +
      The number of transactions that have committed.
      +
      intgetNumRestores() +
      The number of transactions that have been restored.
      +
      intgetNumSnapshot() +
      The number of transactions on the snapshot list.
      +
      longgetRegionNowait() +
      The number of times that a thread of control was able to obtain the + transaction region mutex without waiting.
      +
      longgetRegionWait() +
      The number of times that a thread of control was forced to wait before + obtaining the transaction region mutex.
      +
      longgetRegSize() +
      The size of the region.
      +
      longgetTimeCkp() +
      The time the last completed checkpoint finished (as the number of seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1 - (POSIX) time interface).
      - TransactionStats.Active[]getTxnarray() - -
      -          An array of Active objects, describing the currently active transactions.
      - StringtoString() - -
      -          
      - - - - - - - -
      Methods inherited from class java.lang.Object
      clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      -  -

      - + (POSIX) time interface). +

    TransactionStats.Active[]getTxnarray() +
    An array of Active objects, describing the currently active transactions.
    +
    java.lang.StringtoString()
    +
      +
    • + + +

      Methods inherited from class java.lang.Object

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

    -getNumRestores

    -
    -public int getNumRestores()
    -
    -
    The number of transactions that have been restored. -

    -

    -
    -
    -
    -
    - -

    -getLastCkp

    -
    -public LogSequenceNumber getLastCkp()
    -
    -
    The LSN of the last checkpoint. -

    -

    -
    -
    -
    -
    - -

    -getTimeCkp

    -
    -public long getTimeCkp()
    -
    -
    The time the last completed checkpoint finished (as the number of +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getNumRestores

        +
        public int getNumRestores()
        +
        The number of transactions that have been restored.
        +
      • +
      + + + +
        +
      • +

        getLastCkp

        +
        public LogSequenceNumber getLastCkp()
        +
        The LSN of the last checkpoint.
        +
      • +
      + + + +
        +
      • +

        getTimeCkp

        +
        public long getTimeCkp()
        +
        The time the last completed checkpoint finished (as the number of seconds since the Epoch, returned by the IEEE/ANSI Std 1003.1 - (POSIX) time interface). -

        -

        -
        -
        -
    -
    - -

    -getLastTxnId

    -
    -public int getLastTxnId()
    -
    -
    The last transaction ID allocated. -

    -

    -
    -
    -
    -
    - -

    -getInittxns

    -
    -public int getInittxns()
    -
    -
    The initial number of transactions configured. -

    -

    -
    -
    -
    -
    - -

    -getMaxTxns

    -
    -public int getMaxTxns()
    -
    -
    The maximum number of active transactions configured. -

    -

    -
    -
    -
    -
    - -

    -getNaborts

    -
    -public long getNaborts()
    -
    -
    The number of transactions that have aborted. -

    -

    -
    -
    -
    -
    - -

    -getNumBegins

    -
    -public long getNumBegins()
    -
    -
    The number of transactions that have begun. -

    -

    -
    -
    -
    -
    - -

    -getNumCommits

    -
    -public long getNumCommits()
    -
    -
    The number of transactions that have committed. -

    -

    -
    -
    -
    -
    - -

    -getNactive

    -
    -public int getNactive()
    -
    -
    The number of transactions that are currently active. -

    -

    -
    -
    -
    -
    - -

    -getNumSnapshot

    -
    -public int getNumSnapshot()
    -
    -
    The number of transactions on the snapshot list. These are transactions - which modified a database opened with DatabaseConfig.setMultiversion(boolean), and which have committed or aborted, but - the copies of pages they created are still in the cache. -

    -

    -
    -
    -
    -
    - -

    -getMaxNactive

    -
    -public int getMaxNactive()
    -
    -
    The maximum number of active transactions at any one time. -

    -

    -
    -
    -
    -
    - -

    -getMaxNsnapshot

    -
    -public int getMaxNsnapshot()
    -
    -
    The maximum number of transactions on the snapshot list at any one time. -

    -

    -
    -
    -
    -
    - -

    -getRegionWait

    -
    -public long getRegionWait()
    -
    -
    The number of times that a thread of control was forced to wait - before obtaining the region lock. -

    -

    -
    -
    -
    -
    - -

    -getRegionNowait

    -
    -public long getRegionNowait()
    -
    -
    The number of times that a thread of control was able to obtain the - region lock without waiting. -

    -

    -
    -
    -
    -
    - -

    -getRegSize

    -
    -public long getRegSize()
    -
    -
    The size of the region. -

    -

    -
    -
    -
    -
    - -

    -getTxnarray

    -
    -public TransactionStats.Active[] getTxnarray()
    -
    -
    An array of Active objects, describing the currently active transactions. -

    -

    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    -

    -

    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    + (POSIX) time interface).
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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