| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| Modifier and Type | Method and Description |
|---|---|
PreloadStats |
Environment.preload(Database[] databases,
PreloadConfig config)
Preloads the cache with multiple databases.
|
PreloadStats |
Database.preload(PreloadConfig config)
Preloads the cache.
|
| Modifier and Type | Method and Description |
|---|---|
PreloadStats |
EnvironmentImpl.preload(DatabaseImpl[] dbImpls,
PreloadConfig config) |
PreloadStats |
DatabaseImpl.preload(PreloadConfig config)
Preload the cache, using up to maxBytes bytes or maxMillsecs msec.
|
Copyright © 2024. All rights reserved.