Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.PreloadConfig.Phases

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

Uses of PreloadConfig.Phases in com.sleepycat.je
 

Methods in com.sleepycat.je that return PreloadConfig.Phases
static PreloadConfig.Phases PreloadConfig.Phases.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PreloadConfig.Phases[] PreloadConfig.Phases.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sleepycat.je that return types with arguments of type PreloadConfig.Phases
 ProgressListener<PreloadConfig.Phases> PreloadConfig.getProgressListener()
          Return the ProgressListener for this PreloadConfig.
 

Method parameters in com.sleepycat.je with type arguments of type PreloadConfig.Phases
 PreloadConfig PreloadConfig.setProgressListener(ProgressListener<PreloadConfig.Phases> progressListener)
          Configure the preload operation to make periodic calls to a ProgressListener to provide feedback on preload progress.
 


Berkeley DB Java Edition
version 5.0.34

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