| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RecoveryProgress |
RecoveryProgress.valueOf(java.lang.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 | Description |
|---|---|---|
ProgressListener<RecoveryProgress> |
EnvironmentConfig.getRecoveryProgressListener() |
Return the ProgressListener to be used at this environment startup.
|
| Modifier and Type | Method | Description |
|---|---|---|
EnvironmentConfig |
EnvironmentConfig.setRecoveryProgressListener(ProgressListener<RecoveryProgress> progressListener) |
Configure the environment to make periodic calls to a ProgressListener to
provide feedback on environment startup (recovery).
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.