|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.PreloadStatus
public class PreloadStatus
The status values for the Database.preload() operation.
Field Summary | |
---|---|
static PreloadStatus |
EXCEEDED_TIME
preload() took more than maxMillisecs. |
static PreloadStatus |
FILLED_CACHE
preload() filled maxBytes of the cache. |
static PreloadStatus |
SUCCESS
preload() was successful. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PreloadStatus SUCCESS
public static final PreloadStatus FILLED_CACHE
public static final PreloadStatus EXCEEDED_TIME
|
Berkeley DB Java Edition version 3.0.12 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |