com.sleepycat.je
Class PreloadStatus

java.lang.Object
  extended by com.sleepycat.je.PreloadStatus
All Implemented Interfaces:
Serializable

public class PreloadStatus
extends Object
implements Serializable

Javadoc for this public class is generated via the doc templates in the doc_src directory.

See Also:
Serialized Form

Field Summary
static PreloadStatus EXCEEDED_TIME
           
static PreloadStatus FILLED_CACHE
           
static PreloadStatus SUCCESS
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS

public static final PreloadStatus SUCCESS

FILLED_CACHE

public static final PreloadStatus FILLED_CACHE

EXCEEDED_TIME

public static final PreloadStatus EXCEEDED_TIME
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004,2008 Oracle. All rights reserved.