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. --- .../com/sleepycat/db/class-use/DatabaseConfig.html | 666 ++++++++++----------- 1 file changed, 313 insertions(+), 353 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/DatabaseConfig.html') diff --git a/docs/java/com/sleepycat/db/class-use/DatabaseConfig.html b/docs/java/com/sleepycat/db/class-use/DatabaseConfig.html index ee610124..6bc2664e 100644 --- a/docs/java/com/sleepycat/db/class-use/DatabaseConfig.html +++ b/docs/java/com/sleepycat/db/class-use/DatabaseConfig.html @@ -1,367 +1,327 @@ - - - - - -Uses of Class com.sleepycat.db.DatabaseConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.DatabaseConfig

-
- - - - - - - - - - - - - -
-Packages that use DatabaseConfig
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
com.sleepycat.persistThe Direct Persistence Layer (DPL) adds a persistent object model to the -Berkeley DB transactional engine. 
-  -

- - - - - -
-Uses of DatabaseConfig in com.sleepycat.db
-  -

- - - - - - - - - -
Subclasses of DatabaseConfig in com.sleepycat.db
- classSecondaryConfig - -
-          The configuration properties of a SecondaryDatabase extend -those of a primary Database.
-  -

- - - - - - - - - -
Fields in com.sleepycat.db declared as DatabaseConfig
-static DatabaseConfigDatabaseConfig.DEFAULT - -
-          An instance created using the default constructor is initialized - with the system's default settings.
-  -

- - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.db that return DatabaseConfig
- DatabaseConfigDatabaseConfig.cloneConfig() - -
-          Returns a copy of this configuration object.
- DatabaseConfigDatabase.getConfig() - -
-          Return this Database object's configuration.
- DatabaseConfigSecondaryDatabase.getConfig() - -
-          Return this Database object's configuration.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.db with parameters of type DatabaseConfig
- DatabaseEnvironment.openDatabase(Transaction txn, - String fileName, - String databaseName, - DatabaseConfig config) - -
-          Open a database.
-static voidDatabase.remove(String fileName, - String databaseName, - DatabaseConfig config) - -
-           -Remove the database specified by the file and database parameters.
-static voidDatabase.rename(String fileName, - String oldDatabaseName, - String newDatabaseName, - DatabaseConfig config) - -
-           -Rename a database specified by the file and database parameters.
- voidDatabase.setConfig(DatabaseConfig config) - -
-          Change the settings in an existing database handle.
-static voidDatabase.upgrade(String fileName, - DatabaseConfig config) - -
-          Upgrade all of the databases included in the specified file.
-static booleanDatabase.verify(String fileName, - String databaseName, - PrintStream dumpStream, - VerifyConfig verifyConfig, - DatabaseConfig dbConfig) - -
-          Return if all of the databases in a file are uncorrupted.
-  -

- - - - - - - - -
Constructors in com.sleepycat.db with parameters of type DatabaseConfig
Database(String filename, - String databaseName, - DatabaseConfig config) - -
-          Open a database.
-  -

- - - - - -
-Uses of DatabaseConfig in com.sleepycat.persist
-  -

- - - - - - - - - -
Methods in com.sleepycat.persist that return DatabaseConfig
- DatabaseConfigEntityStore.getPrimaryConfig(Class entityClass) - -
-          Returns the default primary database Berkeley DB engine API - configuration for an entity class.
-  -

- - - - - - - - - -
Methods in com.sleepycat.persist with parameters of type DatabaseConfig
- voidEntityStore.setPrimaryConfig(Class entityClass, - DatabaseConfig config) - -
-          Configures the primary database for an entity class using the Berkeley - DB engine API.
-  -

-


- - +
+

Uses of Class
com.sleepycat.db.DatabaseConfig

+
+
+ +
- - - - - - - - - - - - -
-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