Berkeley DB Java Edition
version 3.3.75

Uses of Class
com.sleepycat.je.CacheMode

Packages that use CacheMode
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
 

Uses of CacheMode in com.sleepycat.je
 

Methods in com.sleepycat.je that return CacheMode
 CacheMode Cursor.getCacheMode()
          Returns the CacheMode used for operations performed using this cursor.
static CacheMode CacheMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheMode[] CacheMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sleepycat.je with parameters of type CacheMode
 void Cursor.setCacheMode(CacheMode cacheMode)
          Changes the CacheMode used for operations performed using this cursor.
 

Uses of CacheMode in com.sleepycat.persist
 

Methods in com.sleepycat.persist that return CacheMode
 CacheMode EntityCursor.getCacheMode()
          Returns the CacheMode used for operations performed using this cursor.
 

Methods in com.sleepycat.persist with parameters of type CacheMode
 void EntityCursor.setCacheMode(CacheMode cacheMode)
          Changes the CacheMode used for operations performed using this cursor.
 


Berkeley DB Java Edition
version 3.3.75

Copyright (c) 2004,2008 Oracle. All rights reserved.