| 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 |
|---|---|
LockStats |
Environment.getLockStats(StatsConfig config)
Deprecated.
as of 4.0.10, replaced by
Environment.getStats(StatsConfig). |
| Modifier and Type | Method and Description |
|---|---|
LockStats |
EnvironmentImpl.lockStat(StatsConfig config)
Retrieve lock statistics
|
| Modifier and Type | Method and Description |
|---|---|
LockStats |
TxnManager.lockStat(StatsConfig config)
Collect lock related stats.
|
Copyright © 2024. All rights reserved.