| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PreloadConfig.Phases |
PreloadConfig.Phases.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PreloadConfig.Phases[] |
PreloadConfig.Phases.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProgressListener<PreloadConfig.Phases> |
PreloadConfig.getProgressListener() |
Return the ProgressListener for this PreloadConfig.
|
| Modifier and Type | Method | 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. |
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.