com.sleepycat.je
Class TransactionStats

java.lang.Object
  extended by com.sleepycat.je.TransactionStats
All Implemented Interfaces:
Serializable

public class TransactionStats
extends Object
implements Serializable

Javadoc for this public class is generated via the doc templates in the doc_src directory.

See Also:
Serialized Form

Nested Class Summary
static class TransactionStats.Active
          The Active class represents an active transaction.
 
Constructor Summary
TransactionStats()
          Internal use only.
 
Method Summary
 TransactionStats.Active[] getActiveTxns()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getLastCheckpointTime()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getLastTxnId()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNAborts()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNActive()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNBegins()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNCommits()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNXAAborts()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNXACommits()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getNXAPrepares()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setActiveTxns(TransactionStats.Active[] actives)
          Internal use only.
 void setLastCheckpointTime(long l)
          Internal use only.
 void setLastTxnId(long val)
          Internal use only.
 void setNAborts(int val)
          Internal use only.
 void setNActive(int val)
          Internal use only.
 void setNBegins(int val)
          Internal use only.
 void setNCommits(int val)
          Internal use only.
 void setNXAAborts(int val)
          Internal use only.
 void setNXACommits(int val)
          Internal use only.
 void setNXAPrepares(int val)
          Internal use only.
 String toString()
          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, wait, wait, wait
 

Constructor Detail

TransactionStats

public TransactionStats()
Internal use only.

Method Detail

getActiveTxns

public TransactionStats.Active[] getActiveTxns()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getLastCheckpointTime

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


getLastTxnId

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


getNAborts

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


getNXAAborts

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


getNXAPrepares

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


getNActive

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


getNBegins

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


getNCommits

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


getNXACommits

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


setActiveTxns

public void setActiveTxns(TransactionStats.Active[] actives)
Internal use only.


setLastCheckpointTime

public void setLastCheckpointTime(long l)
Internal use only.


setLastTxnId

public void setLastTxnId(long val)
Internal use only.


setNAborts

public void setNAborts(int val)
Internal use only.


setNXAAborts

public void setNXAAborts(int val)
Internal use only.


setNActive

public void setNActive(int val)
Internal use only.


setNBegins

public void setNBegins(int val)
Internal use only.


setNCommits

public void setNCommits(int val)
Internal use only.


setNXACommits

public void setNXACommits(int val)
Internal use only.


setNXAPrepares

public void setNXAPrepares(int val)
Internal use only.


toString

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

Overrides:
toString in class Object


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