public class TransactionStats extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TransactionStats.Active
The Active class represents an active transaction.
|
Constructor and Description |
---|
TransactionStats(com.sleepycat.je.utilint.StatGroup stats) |
Modifier and Type | Method and Description |
---|---|
TransactionStats.Active[] |
getActiveTxns()
Return the array of active transactions.
|
long |
getNAborts()
The number of transactions that have aborted.
|
int |
getNActive()
The number of transactions that are currently active.
|
long |
getNBegins()
The number of transactions that have begun.
|
long |
getNCommits()
The number of transactions that have committed.
|
long |
getNXAAborts()
The number of XA transactions that have aborted.
|
long |
getNXACommits()
The number of XA transactions that have committed.
|
long |
getNXAPrepares()
The number of XA transactions that have been prepared.
|
String |
toString() |
String |
toStringVerbose() |
public TransactionStats(com.sleepycat.je.utilint.StatGroup stats)
public TransactionStats.Active[] getActiveTxns()
public long getNAborts()
public long getNXAAborts()
public long getNXAPrepares()
public int getNActive()
public long getNBegins()
public long getNCommits()
public long getNXACommits()
public String toStringVerbose()
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.