|
|||||||||
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
Describes the result of the Database.preload
operation.
Field Summary | |
---|---|
static PreloadStatus |
EXCEEDED_TIME
Database.preload
took more than maxMillisecs. |
static PreloadStatus |
FILLED_CACHE
Database.preload
filled maxBytes of the cache. |
static PreloadStatus |
SUCCESS
Database.preload
was successful. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PreloadStatus SUCCESS
Database.preload
was successful.
public static final PreloadStatus FILLED_CACHE
Database.preload
filled maxBytes of the cache.
public static final PreloadStatus EXCEEDED_TIME
Database.preload
took more than maxMillisecs.
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |