com.sleepycat.db
public class TransactionStats extends Object
| Nested Class Summary | |
|---|---|
| static class | TransactionStats.Active |
| Method Summary | |
|---|---|
| LogSequenceNumber | getLastCkp() |
| int | getLastTxnId() |
| int | getMaxNactive() |
| int | getMaxNsnapshot() |
| int | getMaxTxns() |
| int | getNaborts() |
| int | getNactive() |
| int | getNumBegins() |
| int | getNumCommits() |
| int | getNumRestores() |
| int | getNumSnapshot() |
| int | getRegionNowait() |
| int | getRegionWait() |
| int | getRegSize() |
| long | getTimeCkp() |
| TransactionStats.Active[] | getTxnarray() |
| String | toString() |