| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| Modifier and Type | Method and Description |
|---|---|
TransactionStats |
Environment.getTransactionStats(StatsConfig config)
Returns the database environment's transactional statistics.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionStats |
EnvironmentImpl.txnStat(StatsConfig config)
Retrieve txn statistics
|
| Modifier and Type | Method and Description |
|---|---|
TransactionStats |
TxnManager.txnStat(StatsConfig config)
Collect transaction related stats.
|
Copyright © 2024. All rights reserved.