|
Berkeley DB Java Edition version 3.3.62 |
|||||||||
| 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. |
| Methods in com.sleepycat.je that return PreloadStatus | |
|---|---|
PreloadStatus |
PreloadStats.getStatus()
Returns the PreloadStatus value for the preload() operation. |
|
Berkeley DB Java Edition version 3.3.62 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||