com.sleepycat.je
Class PreloadStatus
java.lang.Object
com.sleepycat.je.PreloadStatus
- All Implemented Interfaces:
- Serializable
public class PreloadStatus
- extends Object
- implements Serializable
Describes the result of the Database.preload
operation.
- See Also:
- Serialized Form
SUCCESS
public static final PreloadStatus SUCCESS
Database.preload
was successful.
FILLED_CACHE
public static final PreloadStatus FILLED_CACHE
Database.preload
filled maxBytes of the cache.
EXCEEDED_TIME
public static final PreloadStatus EXCEEDED_TIME
Database.preload
took more than maxMillisecs.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2004,2008 Oracle. All rights reserved.