| 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").
|
| Modifier and Type | Method and Description |
|---|---|
static StartupTracker.Phase |
StartupTracker.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartupTracker.Phase[] |
StartupTracker.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartupTracker.displayStats(PrintStream stream,
StartupTracker.Phase root)
Display all information that has been tracked for this family of
phases.
|
StartupTracker.Counter |
StartupTracker.getCounter(StartupTracker.Phase phase)
Return the counter for this phase so we can update one of the detail
values stored there.
|
void |
StartupTracker.setStats(StartupTracker.Phase phase,
StatGroup sg)
Save stats for a given phase.
|
void |
StartupTracker.start(StartupTracker.Phase phase)
Note that a particular phase is starting.
|
void |
StartupTracker.stop(StartupTracker.Phase phase)
Note that a particular phase is ending.
|
Copyright © 2024. All rights reserved.