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.
USER_HALT_REQUEST
public static final PreloadStatus USER_HALT_REQUEST
- The user requested that preload stop during a call to
ProgressListener.progress().
PreloadStatus
public PreloadStatus(String statusName)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2004-2011 Oracle. All rights reserved.