public class PreloadStatus
extends java.lang.Object
implements java.io.Serializable
Database.preload operation.| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
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.Copyright (c) 2004,2008 Oracle. All rights reserved.