|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreloadStatus | |
---|---|
com.sleepycat.je | Foundation for creating environments, databases and transactions; provides cursor based data access. |
Uses of PreloadStatus in com.sleepycat.je |
---|
Fields in com.sleepycat.je declared as PreloadStatus | |
---|---|
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(). |
Methods in com.sleepycat.je that return PreloadStatus | |
---|---|
PreloadStatus |
PreloadStats.getStatus()
Returns the PreloadStatus value for the preload() operation. |
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |