Berkeley DB
version 4.7.25

Uses of Class
com.sleepycat.persist.StoreConfig

Packages that use StoreConfig
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
com.sleepycat.persist.raw Raw data access for general purpose tools and manual conversions. 
 

Uses of StoreConfig in com.sleepycat.persist
 

Fields in com.sleepycat.persist declared as StoreConfig
static StoreConfig StoreConfig.DEFAULT
          The default store configuration containing properties as if the configuration were constructed and not modified.
 

Methods in com.sleepycat.persist that return StoreConfig
 StoreConfig StoreConfig.cloneConfig()
          Returns a shallow copy of the configuration.
 StoreConfig EntityStore.getConfig()
          Returns a copy of the entity store configuration.
 

Constructors in com.sleepycat.persist with parameters of type StoreConfig
EntityStore(Environment env, String storeName, StoreConfig config)
          Opens an entity store in a given environment.
 

Uses of StoreConfig in com.sleepycat.persist.raw
 

Methods in com.sleepycat.persist.raw that return StoreConfig
 StoreConfig RawStore.getConfig()
          Returns a copy of the entity store configuration.
 

Constructors in com.sleepycat.persist.raw with parameters of type StoreConfig
RawStore(Environment env, String storeName, StoreConfig config)
          Opens an entity store for raw data access.
 


Berkeley DB
version 4.7.25

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