| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Field | Description |
|---|---|---|
static PreloadStatus |
PreloadStatus.EXCEEDED_TIME |
Database.preload
took more than maxMillisecs. |
static PreloadStatus |
PreloadStatus.FILLED_CACHE |
Database.preload
filled maxBytes of the cache. |
static PreloadStatus |
PreloadStatus.SUCCESS |
Database.preload
was successful. |
static PreloadStatus |
PreloadStatus.USER_HALT_REQUEST |
The user requested that preload stop during a call to
ProgressListener.progress().
|
| Modifier and Type | Method | Description |
|---|---|---|
PreloadStatus |
PreloadStats.getStatus() |
Returns the PreloadStatus value for the preload() operation.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.