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/csharp/html/N_BerkeleyDB.htm | 57 ++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 21 deletions(-) (limited to 'docs/csharp/html/N_BerkeleyDB.htm') diff --git a/docs/csharp/html/N_BerkeleyDB.htm b/docs/csharp/html/N_BerkeleyDB.htm index 8a1e7f41..e39ada7b 100644 --- a/docs/csharp/html/N_BerkeleyDB.htm +++ b/docs/csharp/html/N_BerkeleyDB.htm @@ -8,10 +8,10 @@
 

Classes

  ClassDescription
AckPolicy
- The AckPolicy class specifies how master and client sites will handle + The AckPolicy class specifies how master and client sites handle acknowledgment of replication messages which are necessary for "permanent" records. The current implementation requires all sites in a - replication group configure the same acknowledgement policy. + replication group to configure the same acknowledgement policy.
ActiveTransaction
The ActiveTransaction class describes a currently active transaction.
BackupOptions
@@ -25,11 +25,11 @@ The abstract base class from which all cursor classes inherit.

- Cursors may span threads, but only serially, that is, the application + Cursors may span threads, but only serially. The application must serialize access to the cursor handle.

BaseDatabase
- The base class from which all database classes inherit + The base class from which all database classes inherit.
BTreeCursor
A class for traversing the records of a BTreeDatabase
BTreeDatabase
A class representing a BTreeDatabase. The Btree format is a @@ -51,7 +51,7 @@
CompactData
A class for representing compact operation statistics
Cursor
- A class representing database cursors, which allow for traversal of + A class representing database cursors, which allows for traversal of database records.
CursorConfig
A class representing configuration parameters for Cursor
Database
@@ -68,7 +68,12 @@ A class representing configuration parameters for DatabaseEnvironment
DatabaseException
Represents errors that occur during Berkley DB operations. -
DatabaseType
+
DatabaseStream
+ A class representing a database stream, + which allows streaming access to blobs. +
DatabaseStreamConfig
+ A class representing configuration parameters for + DatabaseStream
DatabaseType
A class representing the supported Berkeley DB access methods.
DbChannel
A class representing a channel in Berkeley DB HA replication manager. @@ -128,8 +133,8 @@
KeyEmptyException
The requested key/data pair logically exists but was never explicitly created by the application, or that the requested key/data pair was - deleted and never re-created. In addition, the Queue access method will - throw a KeyEmptyException for records that were created as part of a + deleted and never re-created. In addition, the Queue access method + throws a KeyEmptyException for records that were created as part of a transaction that was later aborted and never re-created.
KeyExistException
A key/data pair was inserted into the database using @@ -146,8 +151,8 @@

Values are in the range of 0 to 1; for example, if the field less is 0.05, 5% of the keys in the database are less than the key parameter. - The value for equal will be zero if there is no matching key, and will - be non-zero otherwise. + The value for equal is zero if there is no matching key, and is + non-zero otherwise.

LeaseExpiredException
The site's replication master lease has expired. @@ -159,7 +164,7 @@
LockNotGrantedException
If TimeNotGranted is true, database calls timing out based on lock or transaction timeout values - will throw a LockNotGrantedException, instead of a DeadlockException. + throw a LockNotGrantedException, instead of a DeadlockException.
LockStats
Statistical information about the locking subsystem
LogConfig
@@ -171,6 +176,10 @@ A class representing configuration parameters for log verification.
LSN
A log sequence number, which specifies a unique location in a log file. +
MetaCheckSumFailException
+ A checksum mismatch was detected on a database metadata page. Either + the database is corrupted or the file is not a Berkeley DB database + file.
MPoolConfig
A class representing configuration parameters for a DatabaseEnvironment's memory pool subsystem. @@ -223,7 +232,7 @@
ReplicationStats
Statistical information about the replication subsystem
RepMgrSite
- A class representing a replication site used by Replication Manager + A class representing a replication site used by Replication Manager.
RepMgrStats
Statistical information about the Replication Manager
RepProcMsgResult
@@ -232,7 +241,7 @@
RunRecoveryException
Berkeley DB has encountered an error it considers fatal to an entire environment. Once a RunRecoveryException has been thrown by any - interface, it will be returned from all subsequent Berkeley DB calls + interface, it is returned from all subsequent Berkeley DB calls made by any threads of control participating in the environment.
SecondaryBTreeDatabase
A class representing a SecondaryBTreeDatabase. The Btree format is a @@ -277,7 +286,7 @@ A class representing configuration parameters for a Transaction.
TransactionStats
- Statistical information about the transaction subsystem + Statistical information about the transaction subsystem.
VerboseMessages
Enable specific additional informational and debugging messages.
VerificationException
@@ -285,7 +294,7 @@ corrupted, and by Salvage(String, DatabaseConfig) if all key/data pairs in the file may not have been successfully output.
VersionMismatchException
- The version of the Berkeley DB library doesn't match the version that + The version of the Berkeley DB library does not match the version that created the database environment.

Interfaces

  @@ -307,8 +316,8 @@
BTreeDecompressDelegate
A function to decompress a key/data pair from a supplied buffer.
DatabaseFeedbackDelegate
- The application-specified feedback function called to report Berkeley DB - operation progress. + The application-specified feedback function called to report the operation + progress of Berkeley DB.
EntryComparisonDelegate
An application-specified comparison function.
EntryPrefixComparisonDelegate
@@ -326,9 +335,16 @@
MessageDispatchDelegate
Application-specific function used to handle messages sent over Replication Manager message channels. +
MessageFeedbackDelegate
+ The application-specified reporting function. +
PartitionDelegate
+ An application-specified partitioning function.
ReplicationTransportDelegate
The function used to transmit data using the replication application's communication infrastructure. +
ReplicationViewDelegate
+ Application-specific function used by a replication view to determine + whether a database file is replicated to the local site.
SecondaryKeyGenDelegate
The function that creates the set of secondary keys corresponding to a given primary key and data pair. To create multiple secondary keys, @@ -354,9 +370,8 @@
DatabaseFeedbackEvent
Specifies the database operation whose progress is being reported
DuplicatesPolicy
- Policy for duplicate data items in the database; that is, whether insertion - when the key of the key/data pair being inserted already exists in the - database will be successful. + Policy for duplicate data items in the database. Allows a key/data + pair to be inserted into the database even if the key already exists.
EncryptionAlgorithm
Specifies an algorithm used for encryption and decryption
EnvironmentFeedbackEvent
@@ -376,4 +391,4 @@
TransactionConfig..::.LogFlush
Specifies the log flushing behavior on transaction commit
\ No newline at end of file +Report Feedback on this item in the Oracle Technology Network Forum

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

\ No newline at end of file -- cgit v1.2.1