|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreloadConfig | |
|---|---|
| com.sleepycat.je | Foundation for creating environments, databases and transactions; provides cursor based data access. |
| Uses of PreloadConfig in com.sleepycat.je |
|---|
| Methods in com.sleepycat.je that return PreloadConfig | |
|---|---|
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. |
| Methods in com.sleepycat.je with parameters of type PreloadConfig | |
|---|---|
PreloadStats |
Environment.preload(Database[] databases,
PreloadConfig config)
Preloads the cache with multiple databases. |
PreloadStats |
Database.preload(PreloadConfig config)
Preloads the cache. |
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||