| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| 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 RecoveryProgress |
RecoveryProgress.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryProgress[] |
RecoveryProgress.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressListener<RecoveryProgress> |
EnvironmentConfig.getRecoveryProgressListener()
Return the ProgressListener to be used at this environment startup.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentConfig |
EnvironmentConfig.setRecoveryProgressListener(ProgressListener<RecoveryProgress> progressListener)
Configure the environment to make periodic calls to a ProgressListener to
provide feedback on environment startup (recovery).
|
void |
EnvironmentConfig.setRecoveryProgressListenerVoid(ProgressListener<RecoveryProgress> progressListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpirationProfile.populateCache(StartupTracker.Counter counter,
ProgressListener<RecoveryProgress> listener)
Called at the end of recovery to open the expiration DB, and cache its
records in the profile's map.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressListener<RecoveryProgress> |
EnvironmentImpl.getRecoveryProgressListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
StartupTracker.setProgress(RecoveryProgress progress)
Record new progress states for any registered environment progress
listener.
|
Copyright © 2024. All rights reserved.