| 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.statcap |
INTERNAL: Statistics capture and output to je.stat.csv file.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentStats |
Environment.getStats(StatsConfig config)
Returns the general database environment statistics.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentStats |
EnvironmentImpl.loadStats(StatsConfig config)
Retrieve and return stat information.
|
EnvironmentStats |
EnvironmentImpl.loadStatsInternal(StatsConfig config)
Retrieve and return stat information.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentStats |
StatManager.loadStats(StatsConfig config,
Integer contextKey) |
Copyright © 2024. All rights reserved.