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. --- docs/java/com/sleepycat/db/class-use/Database.html | 1224 +++++++++----------- 1 file changed, 562 insertions(+), 662 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/Database.html') diff --git a/docs/java/com/sleepycat/db/class-use/Database.html b/docs/java/com/sleepycat/db/class-use/Database.html index 064e6799..69d8cc8e 100644 --- a/docs/java/com/sleepycat/db/class-use/Database.html +++ b/docs/java/com/sleepycat/db/class-use/Database.html @@ -1,676 +1,576 @@ - - - - - -Uses of Class com.sleepycat.db.Database (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.Database

-
- - - - - - - - - - - - - - - - - - - - - -
-Packages that use Database
com.sleepycat.bind.serialBindings that use Java serialization. 
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. 
-  -

- - - - - -
-Uses of Database in com.sleepycat.bind.serial
-  -

- - - - - - - - -
Constructors in com.sleepycat.bind.serial with parameters of type Database
StoredClassCatalog(Database database) - -
-          Creates a catalog based on a given database.
-  -

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

- - - - - - - - - - - - - -
Methods in com.sleepycat.collections with parameters of type Database
- - - - - -
-<K,V extends MarshalledTupleKeyEntity> -
-StoredMap<K,V>
-
TupleSerialFactory.newMap(Database db, - Class<K> keyClass, - Class<V> valueBaseClass, - boolean writeAllowed) - -
-          Creates a map from a previously opened Database object.
- - - - - -
-<K,V extends MarshalledTupleKeyEntity> -
-StoredSortedMap<K,V>
-
TupleSerialFactory.newSortedMap(Database db, - Class<K> keyClass, - Class<V> valueBaseClass, - boolean writeAllowed) - -
-          Creates a sorted map from a previously opened Database object.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Constructors in com.sleepycat.collections with parameters of type Database
StoredKeySet(Database database, - EntryBinding<K> keyBinding, - boolean writeAllowed) - -
-          Creates a key set view of a Database.
StoredList(Database database, - EntityBinding<E> valueEntityBinding, - boolean writeAllowed) - -
-          Creates a list entity view of a Database.
StoredList(Database database, - EntityBinding<E> valueEntityBinding, - PrimaryKeyAssigner keyAssigner) - -
-          Creates a list entity view of a Database with a PrimaryKeyAssigner.
StoredList(Database database, - EntryBinding<E> valueBinding, - boolean writeAllowed) - -
-          Creates a list view of a Database.
StoredList(Database database, - EntryBinding<E> valueBinding, - PrimaryKeyAssigner keyAssigner) - -
-          Creates a list view of a Database with a PrimaryKeyAssigner.
StoredMap(Database database, - EntryBinding<K> keyBinding, - EntityBinding<V> valueEntityBinding, - boolean writeAllowed) - -
-          Creates a map entity view of a Database.
StoredMap(Database database, - EntryBinding<K> keyBinding, - EntityBinding<V> valueEntityBinding, - PrimaryKeyAssigner keyAssigner) - -
-          Creates a map entity view of a Database with a PrimaryKeyAssigner.
StoredMap(Database database, - EntryBinding<K> keyBinding, - EntryBinding<V> valueBinding, - boolean writeAllowed) - -
-          Creates a map view of a Database.
StoredMap(Database database, - EntryBinding<K> keyBinding, - EntryBinding<V> valueBinding, - PrimaryKeyAssigner keyAssigner) - -
-          Creates a map view of a Database with a PrimaryKeyAssigner.
StoredSortedKeySet(Database database, - EntryBinding<K> keyBinding, - boolean writeAllowed) - -
-          Creates a sorted key set view of a Database.
StoredSortedMap(Database database, - EntryBinding<K> keyBinding, - EntityBinding<V> valueEntityBinding, - boolean writeAllowed) - -
-          Creates a sorted map entity view of a Database.
StoredSortedMap(Database database, - EntryBinding<K> keyBinding, - EntityBinding<V> valueEntityBinding, - PrimaryKeyAssigner keyAssigner) - -
-          Creates a sorted map entity view of a Database with a PrimaryKeyAssigner.
StoredSortedMap(Database database, - EntryBinding<K> keyBinding, - EntryBinding<V> valueBinding, - boolean writeAllowed) - -
-          Creates a sorted map view of a Database.
StoredSortedMap(Database database, - EntryBinding<K> keyBinding, - EntryBinding<V> valueBinding, - PrimaryKeyAssigner keyAssigner) - -
-          Creates a sorted map view of a Database with a PrimaryKeyAssigner.
StoredSortedValueSet(Database database, - EntityBinding<E> valueEntityBinding, - boolean writeAllowed) - -
-          Creates a sorted value set entity view of a Database.
StoredValueSet(Database database, - EntityBinding<E> valueEntityBinding, - boolean writeAllowed) - -
-          Creates a value set entity view of a Database.
StoredValueSet(Database database, - EntryBinding<E> valueBinding, - boolean writeAllowed) - -
-          Creates a value set view of a Database.
-  -

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

- - - - - - - - - -
Subclasses of Database in com.sleepycat.db
- classSecondaryDatabase - -
-          A secondary database handle.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.db that return Database
- DatabaseSequence.getDatabase() - -
-          Return the Database handle associated with this sequence.
- DatabaseJoinCursor.getDatabase() - -
-          Returns the primary database handle associated with this cursor.
- DatabaseCursor.getDatabase() - -
-          Return the Database handle associated with this Cursor.
- DatabaseSecondaryDatabase.getPrimaryDatabase() - -
-          Returns the primary database associated with this secondary database.
- DatabaseEnvironment.openDatabase(Transaction txn, - String fileName, - String databaseName, - DatabaseConfig config) - -
-          Open a database.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in com.sleepycat.db with parameters of type Database
- voidRecordNumberAppender.appendRecordNumber(Database db, - DatabaseEntry data, - int recno) - -
-          A callback function to modify the stored database based on the - generated key.
- booleanBtreeCompressor.compress(Database db, - DatabaseEntry prevKey, - DatabaseEntry prevData, - DatabaseEntry key, - DatabaseEntry data, - DatabaseEntry dest) - -
-          The application-specific Btree compress callback.
- booleanBtreeCompressor.decompress(Database db, - DatabaseEntry prevKey, - DatabaseEntry prevData, - DatabaseEntry compressed, - DatabaseEntry key, - DatabaseEntry data) - -
-          The application-specific Btree decompress callback.
- intHasher.hash(Database db, - byte[] data, - int len) - -
-          An application-specified, database-specific hash function.
- SecondaryDatabaseEnvironment.openSecondaryDatabase(Transaction txn, - String fileName, - String databaseName, - Database primaryDatabase, - SecondaryConfig config) - -
-          Open a database.
- intPartitionHandler.partition(Database db, - DatabaseEntry key) - -
-          The application-specific database partitioning callback.
- intBtreePrefixCalculator.prefix(Database db, - DatabaseEntry dbt1, - DatabaseEntry dbt2) - -
-          The application-specific Btree prefix callback.
- voidSecondaryConfig.setForeignKeyDatabase(Database foreignDb) - -
-          Defines a foreign key integrity constraint for a given foreign key - database.
- voidFeedbackHandler.upgradeFeedback(Database database, - int percent) - -
-          A function called with progress information when the database is being upgraded.
- voidFeedbackHandler.verifyFeedback(Database database, - int percent) - -
-          A function called with progress information when the database is being verified.
-  -

- - - - - - - - - - - -
Constructors in com.sleepycat.db with parameters of type Database
Cursor(Database database, - CursorConfig config) - -
-           
SecondaryDatabase(String fileName, - String databaseName, - Database primaryDatabase, - SecondaryConfig config) - -
-          Open a database.
-  -

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

- - - - - - - - - - - - - -
Methods in com.sleepycat.persist that return Database
- DatabasePrimaryIndex.getDatabase() - -
-          Returns the underlying database for this index.
- DatabaseSecondaryIndex.getKeysDatabase() - -
-          Returns the underlying secondary database that is not associated with - the primary database and is used for the SecondaryIndex.keysIndex.
-  -

- - - - - - - - - - - -
Constructors in com.sleepycat.persist with parameters of type Database
PrimaryIndex(Database database, - Class<PK> keyClass, - EntryBinding<PK> keyBinding, - Class<E> entityClass, - EntityBinding<E> entityBinding) - -
-          Creates a primary index without using an EntityStore.
SecondaryIndex(SecondaryDatabase database, - Database keysDatabase, - PrimaryIndex<PK,E> primaryIndex, - Class<SK> secondaryKeyClass, - EntryBinding<SK> secondaryKeyBinding) - -
-          Creates a secondary index without using an EntityStore.
-  -

-


- - +
+

Uses of Class
com.sleepycat.db.Database

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