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. --- .../com/sleepycat/db/TransactionStats.Active.html | 761 ++++++++++----------- 1 file changed, 361 insertions(+), 400 deletions(-) (limited to 'docs/java/com/sleepycat/db/TransactionStats.Active.html') diff --git a/docs/java/com/sleepycat/db/TransactionStats.Active.html b/docs/java/com/sleepycat/db/TransactionStats.Active.html index df9e0c5d..aea8056f 100644 --- a/docs/java/com/sleepycat/db/TransactionStats.Active.html +++ b/docs/java/com/sleepycat/db/TransactionStats.Active.html @@ -1,418 +1,379 @@ - - - - - -TransactionStats.Active (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class TransactionStats.Active

-
-java.lang.Object
-  extended by com.sleepycat.db.TransactionStats.Active
-
-
-
Enclosing class:
TransactionStats
-
-
-
-
public static class TransactionStats.Active
extends Object
- - -

-


- -

- +

+
com.sleepycat.db
+

Class TransactionStats.Active

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    TransactionStats
    +
    +
    +
    +
    public static class TransactionStats.Active
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - byte[]getGId() - -
    -          Return the transaction's Global ID, if the transaction was prepared using - Transaction.prepare(byte[]).
    - LogSequenceNumbergetLsn() - -
    -          The log sequence number of the transaction's first log record.
    - intgetMultiversionRef() - -
    -          The number of buffer copies created by this transaction that remain in cache.
    - StringgetName() - -
    -          The transaction name, including the thread name if available.
    - intgetParentId() - -
    -          The transaction ID of the parent transaction (or 0, if no parent).
    - intgetPid() - -
    -          The process ID of the process that owns the transaction.
    - intgetPriority() - -
    -          Assigned priority used when resolving deadlocks.
    - LogSequenceNumbergetReadLsn() - -
    -          The log sequence number of reads for snapshot transactions.
    - intgetTxnId() - -
    -          The transaction ID of the transaction.
    - 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
      byte[]getGId() +
      Return the transaction's Global ID, if the transaction was prepared using + Transaction.prepare(byte[]).
      +
      LogSequenceNumbergetLsn() +
      The log sequence number of the transaction's first log record.
      +
      intgetMultiversionRef() +
      The number of buffer copies created by this transaction that remain in cache.
      +
      java.lang.StringgetName() +
      The transaction name, including the thread name if available.
      +
      intgetParentId() +
      The transaction ID of the parent transaction (or 0, if no parent).
      +
      intgetPid() +
      The process ID of the process that owns the transaction.
      +
      intgetPriority() +
      This transaction's deadlock resolution priority.
      +
      LogSequenceNumbergetReadLsn() +
      The log sequence number of reads for snapshot transactions.
      +
      intgetTxnId() +
      The transaction ID of the transaction.
      +
      java.lang.StringtoString()
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

    -getTxnId

    -
    -public int getTxnId()
    -
    -
    The transaction ID of the transaction. -

    -

    -
    -
    -
    -
    - -

    -getParentId

    -
    -public int getParentId()
    -
    -
    The transaction ID of the parent transaction (or 0, if no parent). -

    -

    -
    -
    -
    -
    - -

    -getPid

    -
    -public int getPid()
    -
    -
    The process ID of the process that owns the transaction. -

    -

    -
    -
    -
    -
    - -

    -getLsn

    -
    -public LogSequenceNumber getLsn()
    -
    -
    The log sequence number of the transaction's first log record. -

    -

    -
    -
    -
    -
    - -

    -getReadLsn

    -
    -public LogSequenceNumber getReadLsn()
    -
    -
    The log sequence number of reads for snapshot transactions. -

    -

    -
    -
    -
    -
    - -

    -getMultiversionRef

    -
    -public int getMultiversionRef()
    -
    -
    The number of buffer copies created by this transaction that remain in cache. -

    -

    -
    -
    -
    -
    - -

    -getPriority

    -
    -public int getPriority()
    -
    -
    Assigned priority used when resolving deadlocks. -

    -

    -
    -
    -
    -
    - -

    -getGId

    -
    -public byte[] getGId()
    -
    -
    Return the transaction's Global ID, if the transaction was prepared using - Transaction.prepare(byte[]). Otherwise, return an undefined value. -

    -

    -
    -
    -
    -
    - -

    -getName

    -
    -public String getName()
    -
    -
    The transaction name, including the thread name if available. -

    -

    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    -

    -

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

      Method Detail

      + + + +
        +
      • +

        getTxnId

        +
        public int getTxnId()
        +
        The transaction ID of the transaction.
        +
      • +
      + + + +
        +
      • +

        getParentId

        +
        public int getParentId()
        +
        The transaction ID of the parent transaction (or 0, if no parent).
        +
      • +
      + + + +
        +
      • +

        getPid

        +
        public int getPid()
        +
        The process ID of the process that owns the transaction.
        +
      • +
      + + + +
        +
      • +

        getLsn

        +
        public LogSequenceNumber getLsn()
        +
        The log sequence number of the transaction's first log record.
        +
      • +
      + + + +
        +
      • +

        getReadLsn

        +
        public LogSequenceNumber getReadLsn()
        +
        The log sequence number of reads for snapshot transactions.
        +
      • +
      + + + +
        +
      • +

        getMultiversionRef

        +
        public int getMultiversionRef()
        +
        The number of buffer copies created by this transaction that remain in cache.
        +
      • +
      + + + +
        +
      • +

        getPriority

        +
        public int getPriority()
        +
        This transaction's deadlock resolution priority.
        +
      • +
      + + + +
        +
      • +

        getGId

        +
        public byte[] getGId()
        +
        Return the transaction's Global ID, if the transaction was prepared using + Transaction.prepare(byte[]). Otherwise, return an undefined value.
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        The transaction name, including the thread name if available.
        +
      • +
      + + + +
        +
      • +

        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