From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../sleepycat/persist/class-use/StoreConfig.html | 608 ++++++++++----------- 1 file changed, 283 insertions(+), 325 deletions(-) (limited to 'docs/java/com/sleepycat/persist/class-use/StoreConfig.html') diff --git a/docs/java/com/sleepycat/persist/class-use/StoreConfig.html b/docs/java/com/sleepycat/persist/class-use/StoreConfig.html index 071db1f0..c2c7f57c 100644 --- a/docs/java/com/sleepycat/persist/class-use/StoreConfig.html +++ b/docs/java/com/sleepycat/persist/class-use/StoreConfig.html @@ -1,339 +1,297 @@ - - - - - -Uses of Class com.sleepycat.persist.StoreConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.persist.StoreConfig

-
- - - - - - - - - - - - - -
-Packages that use StoreConfig
com.sleepycat.persistThe Direct Persistence Layer (DPL) adds a persistent object model to the -Berkeley DB transactional engine. 
com.sleepycat.persist.rawRaw 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 StoreConfigStoreConfig.DEFAULT - -
-          The default store configuration containing properties as if the - configuration were constructed and not modified.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.persist that return StoreConfig
- StoreConfigStoreConfig.clone() - -
-          Returns a shallow copy of the configuration.
- StoreConfigStoreConfig.cloneConfig() - -
-          Deprecated. As of JE 4.0.13, replaced by clone().

- StoreConfigEntityStore.getConfig() - -
-          Returns a copy of the entity store configuration.
- StoreConfigStoreConfig.setAllowCreate(boolean allowCreate) - -
-          Specifies whether creation of a new store is allowed.
- StoreConfigStoreConfig.setDatabaseNamer(DatabaseNamer databaseNamer) - -
-          Specifies the object reponsible for naming of files and databases.
- StoreConfigStoreConfig.setExclusiveCreate(boolean exclusiveCreate) - -
-          Specifies whether opening an existing store is prohibited.
- StoreConfigStoreConfig.setModel(EntityModel model) - -
-          Sets the entity model that defines entity classes and index keys.
- StoreConfigStoreConfig.setMutations(Mutations mutations) - -
-          Configures mutations for performing lazy evolution of stored instances.
- StoreConfigStoreConfig.setReadOnly(boolean readOnly) - -
-          Sets the read-only configuration property.
- StoreConfigStoreConfig.setSecondaryBulkLoad(boolean secondaryBulkLoad) - -
-          Sets the bulk-load-secondaries configuration property.
- StoreConfigStoreConfig.setTransactional(boolean transactional) - -
-          Sets the transactional configuration property.
-  -

- - - - - - - - -
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
- StoreConfigRawStore.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.
-  -

-


- - +
+

Uses of Class
com.sleepycat.persist.StoreConfig

+
+
+ +
- - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1