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/Environment.html | 815 ++++++++++----------- 1 file changed, 389 insertions(+), 426 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/Environment.html') diff --git a/docs/java/com/sleepycat/db/class-use/Environment.html b/docs/java/com/sleepycat/db/class-use/Environment.html index 91bf6448..41228d77 100644 --- a/docs/java/com/sleepycat/db/class-use/Environment.html +++ b/docs/java/com/sleepycat/db/class-use/Environment.html @@ -1,440 +1,403 @@ - - - - - -Uses of Class com.sleepycat.db.Environment (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.Environment

-
- - - - - - - - - - - - - - - - - - - - - -
-Packages that use Environment
com.sleepycat.collectionsData access based on the standard Java collections API. 
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. 
com.sleepycat.persist.rawRaw data access for general purpose tools and manual conversions. 
-  -

- - - - - -
-Uses of Environment in com.sleepycat.collections
-  -

- - - - - - - - - -
Methods in com.sleepycat.collections that return Environment
- EnvironmentCurrentTransaction.getEnvironment() - -
-          Returns the underlying Berkeley DB environment.
-  -

- - - - - - - - - -
Methods in com.sleepycat.collections with parameters of type Environment
-static CurrentTransactionCurrentTransaction.getInstance(Environment env) - -
-          Gets the CurrentTransaction accessor for a specified Berkeley DB - environment.
-  -

- - - - - - - - - - - -
Constructors in com.sleepycat.collections with parameters of type Environment
TransactionRunner(Environment env) - -
-          Creates a transaction runner for a given Berkeley DB environment.
TransactionRunner(Environment env, - int maxRetries, - TransactionConfig config) - -
-          Creates a transaction runner for a given Berkeley DB environment and - with a given number of maximum retries.
-  -

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

- - - - - - - - - - - - - -
Methods in com.sleepycat.db that return Environment
- EnvironmentDatabase.getEnvironment() - -
-          Return the Environment handle for the database environment - underlying the Database.
- EnvironmentDatabaseException.getEnvironment() - -
-          Return the environment in which the exception occurred.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.db with parameters of type Environment
- voidErrorHandler.error(Environment environment, - String errpfx, - String msg) - -
-          A callback function to be called when an error occurs in the - Berkeley DB library.
- intLogRecordHandler.handleLogRecord(Environment environment, - DatabaseEntry logRecord, - LogSequenceNumber lsn, - RecoveryOperation operation) - -
-          A function to process application-specific log records.
- voidMessageHandler.message(Environment environment, - String message) - -
-          A callback function to be called to display informational messages.
- voidPanicHandler.panic(Environment environment, - DatabaseException e) - -
-          A function to be called if the database environment panics.
- voidFeedbackHandler.recoveryFeedback(Environment environment, - int percent) - -
-          A function called with progress information when the database environment is being recovered.
- intReplicationTransport.send(Environment environment, - DatabaseEntry control, - DatabaseEntry rec, - LogSequenceNumber lsn, - int envid, - boolean noBuffer, - boolean permanent, - boolean anywhere, - boolean isRetry) - -
-          The callback used when Berkeley DB needs to transmit a replication message.
-  -

- - - - - - - - -
Constructors in com.sleepycat.db with parameters of type Environment
DatabaseException(String s, - int errno, - Environment dbenv) - -
-          Construct an exception with the specified message and error number - associated with a database environment handle.
-  -

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

- - - - - - - - - -
Methods in com.sleepycat.persist that return Environment
- EnvironmentEntityStore.getEnvironment() - -
-          Returns the environment associated with this store.
-  -

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

- - - - - -
-Uses of Environment in com.sleepycat.persist.raw
-  -

- - - - - - - - - -
Methods in com.sleepycat.persist.raw that return Environment
- EnvironmentRawStore.getEnvironment() - -
-          Returns the environment associated with this store.
-  -

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

-


- - +
+

Uses of Class
com.sleepycat.db.Environment

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