| Package | Description |
|---|---|
| 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.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.statcap |
INTERNAL: Statistics capture and output to je.stat.csv file.
|
| Modifier and Type | Field and Description |
|---|---|
protected StatManager |
EnvironmentImpl.statManager |
| Modifier and Type | Method and Description |
|---|---|
StatManager |
EnvironmentImpl.createStatManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
RepStatManager |
| Modifier and Type | Method and Description |
|---|---|
StatManager |
RepImpl.createStatManager() |
| Constructor and Description |
|---|
StatCapture(EnvironmentImpl environment,
String name,
long waitTime,
CustomStats customStats,
SortedSet<String> statProjection,
StatManager statMgr) |
Copyright © 2024. All rights reserved.