| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.statcap |
INTERNAL: Statistics capture and output to je.stat.csv file.
|
| Modifier and Type | Method and Description |
|---|---|
CustomStats |
EnvironmentConfig.getCustomStats()
Gets the custom statstics object.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentConfig |
EnvironmentConfig.setCustomStats(CustomStats customStats)
Sets the custom statistics object.
|
void |
EnvironmentConfig.setCustomStatsVoid(CustomStats customStats) |
| Constructor and Description |
|---|
StatCapture(EnvironmentImpl environment,
String name,
long waitTime,
CustomStats customStats,
SortedSet<String> statProjection,
StatManager statMgr) |
Copyright © 2024. All rights reserved.