Berkeley DB Java Edition
version 4.0.103

Uses of Class
com.sleepycat.je.PreloadStatus

Packages that use PreloadStatus
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of PreloadStatus in com.sleepycat.je
 

Fields in com.sleepycat.je declared as PreloadStatus
static PreloadStatus PreloadStatus.EXCEEDED_TIME
          Database.preload took more than maxMillisecs.
static PreloadStatus PreloadStatus.FILLED_CACHE
          Database.preload filled maxBytes of the cache.
static PreloadStatus PreloadStatus.SUCCESS
          Database.preload was successful.
 

Methods in com.sleepycat.je that return PreloadStatus
 PreloadStatus PreloadStats.getStatus()
          Returns the PreloadStatus value for the preload() operation.
 


Berkeley DB Java Edition
version 4.0.103

Copyright (c) 2004-2010 Oracle. All rights reserved.