| 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").
|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressListener<PreloadConfig.Phases> |
PreloadConfig.getProgressListener()
Return the ProgressListener for this PreloadConfig.
|
ProgressListener<RecoveryProgress> |
EnvironmentConfig.getRecoveryProgressListener()
Return the ProgressListener to be used at this environment startup.
|
| Modifier and Type | Method and Description |
|---|---|
PreloadConfig |
PreloadConfig.setProgressListener(ProgressListener<PreloadConfig.Phases> progressListener)
Configure the preload operation to make periodic calls to a
ProgressListener to provide feedback on preload progress. |
void |
PreloadConfig.setProgressListenerVoid(ProgressListener<PreloadConfig.Phases> progressListener) |
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 |
|---|---|
ProgressListener<SyncupProgress> |
ReplicationConfig.getSyncupProgressListener()
Return the ProgressListener to be used at this environment startup.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfig |
ReplicationConfig.setSyncupProgressListener(ProgressListener<SyncupProgress> progressListener)
Configure the environment to make periodic calls to a
ProgressListener to provide feedback on replication stream sync-up. |
void |
ReplicationConfig.setSyncupProgressListenerVoid(ProgressListener<SyncupProgress> progressListener) |
Copyright © 2024. All rights reserved.