public class PreloadStatus extends Object implements 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(String statusName) |
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
public PreloadStatus(String statusName)
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.