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. |
static PreloadStatus |
USER_HALT_REQUEST
The user requested that preload stop during a call to
ProgressListener.progress().
|
Constructor and Description |
---|
PreloadStatus(java.lang.String statusName) |
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.public static final PreloadStatus USER_HALT_REQUEST
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.