Berkeley DB Java Edition
version 3.2.76

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
          preload() took more than maxMillisecs.
static PreloadStatus PreloadStatus.FILLED_CACHE
          preload() filled maxBytes of the cache.
 PreloadStatus PreloadStats.status
          The status of the preload() operation.
static PreloadStatus PreloadStatus.SUCCESS
          preload() was successful.
 

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


Berkeley DB Java Edition
version 3.2.76

Copyright 1996,2008 Oracle. All rights reserved.