Berkeley DB Java Edition
version 4.1.21

Uses of Class
com.sleepycat.je.PreloadConfig

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

Uses of PreloadConfig in com.sleepycat.je
 

Methods in com.sleepycat.je that return PreloadConfig
 PreloadConfig PreloadConfig.clone()
          Returns a copy of this configuration object.
 PreloadConfig PreloadConfig.setLoadLNs(boolean loadLNs)
          Configure the preload load LNs option.
 PreloadConfig PreloadConfig.setMaxBytes(long maxBytes)
          Configure the maximum number of bytes to preload.
 PreloadConfig PreloadConfig.setMaxMillisecs(long maxMillisecs)
          Configure the maximum number of milliseconds to execute preload.
 

Methods in com.sleepycat.je with parameters of type PreloadConfig
 PreloadStats Database.preload(PreloadConfig config)
          Preloads the cache.
 


Berkeley DB Java Edition
version 4.1.21

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