|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecoveryProgress | |
---|---|
com.sleepycat.je | Foundation for creating environments, databases and transactions; provides cursor based data access. |
Uses of RecoveryProgress in com.sleepycat.je |
---|
Methods in com.sleepycat.je that return RecoveryProgress | |
---|---|
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. |
Methods in com.sleepycat.je that return types with arguments of type RecoveryProgress | |
---|---|
ProgressListener<RecoveryProgress> |
EnvironmentConfig.getRecoveryProgressListener()
Return the ProgressListener to be used at this environment startup. |
Method parameters in com.sleepycat.je with type arguments of type RecoveryProgress | |
---|---|
EnvironmentConfig |
EnvironmentConfig.setRecoveryProgressListener(ProgressListener<RecoveryProgress> progressListener)
Configure the environment to make periodic calls to a ProgressListener to provide feedback on environment startup (recovery). |
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |