| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | Description |
|---|---|---|
PreloadConfig |
PreloadConfig.clone() |
Returns a copy of this configuration object.
|
PreloadConfig |
PreloadConfig.setInternalMemoryLimit(long internalMemoryLimit) |
Set the maximum amount of non JE Cache Memory that preload can use at
one time.
|
PreloadConfig |
PreloadConfig.setLoadLNs(boolean loadLNs) |
Configure the preload load LNs option.
|
PreloadConfig |
PreloadConfig.setLSNBatchSize(long lsnBatchSize) |
Set the maximum number of LSNs to gather and sort at any one time.
|
PreloadConfig |
PreloadConfig.setMaxBytes(long maxBytes) |
Configure the maximum number of bytes to preload.
|
PreloadConfig |
PreloadConfig.setMaxMillisecs(long maxMillisecs) |
Configure the maximum number of milliseconds to execute preload.
|
PreloadConfig |
PreloadConfig.setProgressListener(ProgressListener<PreloadConfig.Phases> progressListener) |
Configure the preload operation to make periodic calls to a
ProgressListener to provide feedback on preload progress. |
| Modifier and Type | Method | Description |
|---|---|---|
PreloadStats |
Database.preload(PreloadConfig config) |
Preloads the cache.
|
PreloadStats |
Environment.preload(Database[] databases,
PreloadConfig config) |
Preloads the cache with multiple databases.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.