| Package | Description |
|---|---|
| com.sleepycat.bind |
Bindings between database entries and Java objects.
|
| com.sleepycat.bind.serial |
Bindings that use Java serialization.
|
| com.sleepycat.bind.tuple |
Bindings that use sequences of primitive fields, or tuples.
|
| com.sleepycat.collections |
Data access based on the standard Java collections API.
|
| com.sleepycat.compat |
INTERNAL: BDB/JE compatibility layer for bind, collections, DPL packages.
|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.evictor |
INTERNAL: Evicts data from the main and off-heap caches when they overflow.
|
| com.sleepycat.je.incomp |
INTERNAL: IN compressor performs background deletion of defunct IN slots
and deletes empty INs.
|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| com.sleepycat.je.recovery |
INTERNAL: Performs recovery/startup processing during Environment open, and
checkpoints to bound recovery time.
|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.arbiter |
Provides a mechanism to allow write availability for the Replication
group even when the number of replication nodes is less than majority.
|
| com.sleepycat.je.rep.arbiter.impl |
INTERNAL: Implementation classes for the arbiter node.
|
| com.sleepycat.je.rep.arbitration |
INTERNAL: Manages the designated primary of a two-node group -- this is
NOT the
arbiter node. |
| com.sleepycat.je.rep.elections |
INTERNAL: Elections of the master node among the nodes in a group.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| com.sleepycat.je.rep.impl.node.cbvlsn |
INTERNAL: Eventual burial ground for Cleaner Barrier VLSN (CBVLSN) classes,
currently used only for compatibility with old version nodes in a mixed
version group.
|
| com.sleepycat.je.rep.monitor |
BDB JE HA support for applications that need to track the composition of a
replication group, in order to do tasks such as load balancing and
request routing.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| com.sleepycat.je.rep.subscription |
INTERNAL: Subscription of rep stream for use by stream API in NoSQL DB.
|
| com.sleepycat.je.rep.txn |
INTERNAL: HA Txn/Locker subclasses for enforcing consistency and durability
constraints.
|
| com.sleepycat.je.rep.util |
BDB JE High Availability command line utilities and helper classes.
|
| com.sleepycat.je.rep.util.ldiff |
INTERNAL: LDiff debugging utility for comparing databases on different
nodes in a group.
|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| com.sleepycat.je.rep.vlsn |
INTERNAL: VLSN index (in-memory and persistent) for mapping VLSNs to LSNs.
|
| com.sleepycat.je.statcap |
INTERNAL: Statistics capture and output to je.stat.csv file.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| com.sleepycat.je.trigger |
NOT YET RELEASED: Triggers provide a mechanism for automatically executing one
or more application defined trigger methods whenever a certain type of
operation is performed.
|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| com.sleepycat.je.util |
Supporting utilities.
|
| com.sleepycat.je.util.verify |
INTERNAL: Scheduled data verifier and Btree verification.
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| com.sleepycat.persist |
The Direct Persistence Layer (DPL) adds a persistent object model to the
Berkeley DB transactional engine.
|
| com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| com.sleepycat.persist.raw |
Raw data access for general purpose tools and manual conversions.
|
| com.sleepycat.util.keyrange |
INTERNAL: Key range cursor operations for use in collections API and DPL.
|
| Class and Description |
|---|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| Class and Description |
|---|
| Database
A database handle.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| ForeignKeyNullifier
The interface implemented for setting single-valued foreign keys to null.
|
| SecondaryDatabase
A secondary database handle.
|
| SecondaryKeyCreator
The interface implemented for extracting single-valued secondary keys from
primary records.
|
| Class and Description |
|---|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| ForeignKeyNullifier
The interface implemented for setting single-valued foreign keys to null.
|
| SecondaryDatabase
A secondary database handle.
|
| SecondaryKeyCreator
The interface implemented for extracting single-valued secondary keys from
primary records.
|
| Class and Description |
|---|
| CursorConfig
Specifies the attributes of database cursor.
|
| Database
A database handle.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Environment
A database environment.
|
| JoinConfig
The configuration properties of a
JoinCursor. |
| Transaction
The Transaction object is the handle for a transaction.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| Class and Description |
|---|
| Cursor
A database cursor.
|
| CursorConfig
Specifies the attributes of database cursor.
|
| Database
A database handle.
|
| DatabaseConfig
Specifies the attributes of a database.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Environment
A database environment.
|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| LockMode
Record lock modes for read operations.
|
| OperationResult
The result of an operation that successfully reads or writes a record.
|
| OperationStatus
Status values from database operations.
|
| ReadOptions
Options for calling methods that read records.
|
| SecondaryConfig
The configuration properties of a
SecondaryDatabase extend
those of a primary Database. |
| SecondaryCursor
A database cursor for a secondary database.
|
| SecondaryDatabase
A secondary database handle.
|
| Transaction
The Transaction object is the handle for a transaction.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| WriteOptions
Options for calling methods that write (insert, update or delete) records.
|
| Class and Description |
|---|
| BackupArchiveLocation |
| BackupFileCopy |
| CacheMode
Modes that can be specified for control over caching of records in the JE
in-memory cache.
|
| CheckpointConfig
Specifies the attributes of a checkpoint operation invoked from
Environment.checkpoint. |
| CommitToken
Defines an opaque token that can be used to identify a specific transaction
commit in a replicated environment.
|
| Cursor
A database cursor.
|
| CursorConfig
Specifies the attributes of database cursor.
|
| CustomStats
A custom statistics object.
|
| Database
A database handle.
|
| DatabaseConfig
Specifies the attributes of a database.
|
| DatabaseConfigBeanInfo |
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| DatabaseExistsException
Thrown by
Environment.openDatabase and
Environment.openSecondaryDatabase
if the database already exists and the DatabaseConfig
ExclusiveCreate parameter is true. |
| DatabaseNotFoundException
Thrown when an operation requires a database and that database does not
exist.
|
| DatabaseStats
Statistics for a single database.
|
| DbInternal.Search
Search mode used with the internal search and searchBoth methods.
|
| DeadlockException
Thrown when a deadlock is detected.
|
| DiskOrderedCursor
DiskOrderedCursor returns records in unsorted order in exchange for
generally faster retrieval times.
|
| DiskOrderedCursorConfig
Specifies the attributes of a DiskOrderedCursor.
|
| Durability
Durability defines the overall durability characteristics associated with a
transaction.
|
| Durability.ReplicaAckPolicy
A replicated environment makes it possible to increase an application's
transaction commit guarantees by committing changes to its replicas on
the network.
|
| Durability.SyncPolicy
Defines the synchronization policy to be used when committing a
transaction.
|
| Environment
A database environment.
|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| EnvironmentFailureException
Indicates that a failure has occurred that could impact the
Environment as a whole. |
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentMutableConfig
Specifies the environment attributes that may be changed after the
environment has been opened.
|
| EnvironmentMutableConfigBeanInfo |
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| EnvironmentStats
Statistics for a single environment.
|
| EnvironmentWedgedException
Thrown by the
Environment.close() when the current process must be
shut down and restarted before re-opening the Environment. |
| ExceptionEvent
A class representing an exception event.
|
| ExceptionListener
A callback to notify the application program when an exception occurs in a
JE Daemon thread.
|
| ExtinctionFilter
Used in conjunction with
Environment.discardExtinctRecords(com.sleepycat.je.Transaction, java.util.Set<java.lang.String>, com.sleepycat.je.DatabaseEntry, com.sleepycat.je.DatabaseEntry, com.sleepycat.je.ScanFilter, java.lang.String) to
discard and purge extinct records. |
| ExtinctionFilter.ExtinctionStatus
Extinction status values returned by
ExtinctionFilter.getExtinctionStatus(java.lang.String, boolean, byte[]). |
| ForeignKeyDeleteAction
The action taken when a referenced record in the foreign key database is
deleted.
|
| ForeignKeyNullifier
The interface implemented for setting single-valued foreign keys to null.
|
| ForeignMultiKeyNullifier
The interface implemented for setting multi-valued foreign keys to null.
|
| Get
The operation type passed to "get" methods on databases and cursors.
|
| JEVersion
Berkeley DB Java Edition version information.
|
| JoinConfig
The configuration properties of a
JoinCursor. |
| JoinCursor
A specialized join cursor for use in performing equality or natural joins on
secondary indices.
|
| LockConflictException
The common base class for all exceptions that result from record lock
conflicts during read and write operations.
|
| LockMode
Record lock modes for read operations.
|
| LockStats
Deprecated.
as of 4.0.10, replaced by
Environment.getStats(StatsConfig). |
| OperationFailureException
Indicates that a failure has occurred that impacts the current operation
and/or transaction.
|
| OperationResult
The result of an operation that successfully reads or writes a record.
|
| OperationStatus
Status values from database operations.
|
| PreloadConfig
Specifies the attributes of an application invoked preload operation.
|
| PreloadConfig.Phases
Preload progress listeners report this phase value, along with a
count of the number if times that the preload has fetched from disk.
|
| PreloadStats
Statistics returned from
Database.preload or Environment.preload(com.sleepycat.je.Database[], com.sleepycat.je.PreloadConfig). |
| PreloadStatus
Describes the result of the
Database.preload operation. |
| ProgressListener
ProgressListener provides feedback to the application that progress is being
made on a potentially long running or asynchronous JE operation.
|
| Put
The operation type passed to "put" methods on databases and cursors.
|
| ReadOptions
Options for calling methods that read records.
|
| RecoveryProgress
Describes the different phases of initialization that
be executed when an Environment is instantiated.
|
| ReplicaConsistencyPolicy
The interface for Consistency policies used to provide consistency
guarantees at a Replica.
|
| RunRecoveryException
Deprecated.
replaced by
EnvironmentFailureException and Environment.isValid(). |
| ScanFilter
Interface for filtering and stopping a sequential scan of a database.
|
| ScanFilter.ScanResult
Returned by
ScanFilter.checkKey(byte[]). |
| SecondaryAssociation |
| SecondaryConfig
The configuration properties of a
SecondaryDatabase extend
those of a primary Database. |
| SecondaryConstraintException
Base class for exceptions thrown when a write operation fails because of a
secondary constraint.
|
| SecondaryCursor
A database cursor for a secondary database.
|
| SecondaryDatabase
A secondary database handle.
|
| SecondaryIntegrityException
Thrown when an integrity problem is detected while accessing a secondary
database, including access to secondaries while writing to a primary
database.
|
| SecondaryKeyCreator
The interface implemented for extracting single-valued secondary keys from
primary records.
|
| SecondaryMultiKeyCreator
The interface implemented for extracting multi-valued secondary keys from
primary records.
|
| SecondaryReferenceException
Base class for exceptions thrown when a read or write operation fails
because of a secondary constraint or integrity problem.
|
| Sequence
A Sequence handle is used to manipulate a sequence record in a
database.
|
| SequenceConfig
Specifies the attributes of a sequence.
|
| SequenceStats
A SequenceStats object is used to return sequence statistics.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Transaction
The Transaction object is the handle for a transaction.
|
| Transaction.State
The current state of the transaction.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| TransactionStats
Transaction statistics for a database environment.
|
| TransactionStats.Active
The Active class represents an active transaction.
|
| VerifyConfig
Specifies the attributes of a verification operation.
|
| VersionMismatchException
Thrown by the Environment constructor when an environment cannot be
opened because the version of the existing log is not compatible with the
version of JE that is running.
|
| WriteOptions
Options for calling methods that write (insert, update or delete) records.
|
| Class and Description |
|---|
| Database
A database handle.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentMutableConfig
Specifies the environment attributes that may be changed after the
environment has been opened.
|
| JEVersion
Berkeley DB Java Edition version information.
|
| ProgressListener
ProgressListener provides feedback to the application that progress is being
made on a potentially long running or asynchronous JE operation.
|
| RecoveryProgress
Describes the different phases of initialization that
be executed when an Environment is instantiated.
|
| ScanFilter
Interface for filtering and stopping a sequential scan of a database.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| BtreeStats
The BtreeStats object is used to return Btree database statistics.
|
| CacheMode
Modes that can be specified for control over caching of records in the JE
in-memory cache.
|
| CheckpointConfig
Specifies the attributes of a checkpoint operation invoked from
Environment.checkpoint. |
| Database
A database handle.
|
| DatabaseConfig
Specifies the attributes of a database.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| DatabaseNotFoundException
Thrown when an operation requires a database and that database does not
exist.
|
| DiskLimitException
Thrown when a write operation cannot be performed because a disk limit has
been violated.
|
| DiskOrderedCursorConfig
Specifies the attributes of a DiskOrderedCursor.
|
| Environment
A database environment.
|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| EnvironmentFailureException
Indicates that a failure has occurred that could impact the
Environment as a whole. |
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentMutableConfig
Specifies the environment attributes that may be changed after the
environment has been opened.
|
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| EnvironmentStats
Statistics for a single environment.
|
| ExceptionListener
A callback to notify the application program when an exception occurs in a
JE Daemon thread.
|
| ExtinctionFilter.ExtinctionStatus
Extinction status values returned by
ExtinctionFilter.getExtinctionStatus(java.lang.String, boolean, byte[]). |
| JEVersion
Berkeley DB Java Edition version information.
|
| LockConflictException
The common base class for all exceptions that result from record lock
conflicts during read and write operations.
|
| LockStats
Deprecated.
as of 4.0.10, replaced by
Environment.getStats(StatsConfig). |
| OperationFailureException
Indicates that a failure has occurred that impacts the current operation
and/or transaction.
|
| OperationResult
The result of an operation that successfully reads or writes a record.
|
| PreloadConfig
Specifies the attributes of an application invoked preload operation.
|
| PreloadStats
Statistics returned from
Database.preload or Environment.preload(com.sleepycat.je.Database[], com.sleepycat.je.PreloadConfig). |
| ProgressListener
ProgressListener provides feedback to the application that progress is being
made on a potentially long running or asynchronous JE operation.
|
| RecoveryProgress
Describes the different phases of initialization that
be executed when an Environment is instantiated.
|
| ReplicaConsistencyPolicy
The interface for Consistency policies used to provide consistency
guarantees at a Replica.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Transaction
The Transaction object is the handle for a transaction.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| TransactionStats
Transaction statistics for a database environment.
|
| VerifyConfig
Specifies the attributes of a verification operation.
|
| WriteOptions
Options for calling methods that write (insert, update or delete) records.
|
| Class and Description |
|---|
| CacheMode
Modes that can be specified for control over caching of records in the JE
in-memory cache.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentMutableConfig
Specifies the environment attributes that may be changed after the
environment has been opened.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Class and Description |
|---|
| CheckpointConfig
Specifies the attributes of a checkpoint operation invoked from
Environment.checkpoint. |
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentMutableConfig
Specifies the environment attributes that may be changed after the
environment has been opened.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| CommitToken
Defines an opaque token that can be used to identify a specific transaction
commit in a replicated environment.
|
| Database
A database handle.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Durability.ReplicaAckPolicy
A replicated environment makes it possible to increase an application's
transaction commit guarantees by committing changes to its replicas on
the network.
|
| Environment
A database environment.
|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| EnvironmentFailureException
Indicates that a failure has occurred that could impact the
Environment as a whole. |
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| JEVersion
Berkeley DB Java Edition version information.
|
| LockConflictException
The common base class for all exceptions that result from record lock
conflicts during read and write operations.
|
| OperationFailureException
Indicates that a failure has occurred that impacts the current operation
and/or transaction.
|
| ProgressListener
ProgressListener provides feedback to the application that progress is being
made on a potentially long running or asynchronous JE operation.
|
| ReplicaConsistencyPolicy
The interface for Consistency policies used to provide consistency
guarantees at a Replica.
|
| RunRecoveryException
Deprecated.
replaced by
EnvironmentFailureException and Environment.isValid(). |
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| Durability.ReplicaAckPolicy
A replicated environment makes it possible to increase an application's
transaction commit guarantees by committing changes to its replicas on
the network.
|
| Class and Description |
|---|
| JEVersion
Berkeley DB Java Edition version information.
|
| Class and Description |
|---|
| Database
A database handle.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| DatabaseNotFoundException
Thrown when an operation requires a database and that database does not
exist.
|
| Environment
A database environment.
|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| EnvironmentFailureException
Indicates that a failure has occurred that could impact the
Environment as a whole. |
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| JEVersion
Berkeley DB Java Edition version information.
|
| ReplicaConsistencyPolicy
The interface for Consistency policies used to provide consistency
guarantees at a Replica.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Durability.ReplicaAckPolicy
A replicated environment makes it possible to increase an application's
transaction commit guarantees by committing changes to its replicas on
the network.
|
| JEVersion
Berkeley DB Java Edition version information.
|
| ReplicaConsistencyPolicy
The interface for Consistency policies used to provide consistency
guarantees at a Replica.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| JEVersion
Berkeley DB Java Edition version information.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentFailureException
Indicates that a failure has occurred that could impact the
Environment as a whole. |
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| DatabaseNotFoundException
Thrown when an operation requires a database and that database does not
exist.
|
| Durability.SyncPolicy
Defines the synchronization policy to be used when committing a
transaction.
|
| JEVersion
Berkeley DB Java Edition version information.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| Class and Description |
|---|
| CommitToken
Defines an opaque token that can be used to identify a specific transaction
commit in a replicated environment.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Durability
Durability defines the overall durability characteristics associated with a
transaction.
|
| Durability.SyncPolicy
Defines the synchronization policy to be used when committing a
transaction.
|
| LockConflictException
The common base class for all exceptions that result from record lock
conflicts during read and write operations.
|
| LockNotAvailableException
Thrown when a non-blocking operation fails to get a lock.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| Class and Description |
|---|
| EnvironmentFailureException
Indicates that a failure has occurred that could impact the
Environment as a whole. |
| Class and Description |
|---|
| Cursor
A database cursor.
|
| Database
A database handle.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Environment
A database environment.
|
| OperationFailureException
Indicates that a failure has occurred that impacts the current operation
and/or transaction.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| ReplicaConsistencyPolicy
The interface for Consistency policies used to provide consistency
guarantees at a Replica.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Durability
Durability defines the overall durability characteristics associated with a
transaction.
|
| Environment
A database environment.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| CustomStats
A custom statistics object.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentMutableConfig
Specifies the environment attributes that may be changed after the
environment has been opened.
|
| EnvironmentStats
Statistics for a single environment.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Class and Description |
|---|
| CacheMode
Modes that can be specified for control over caching of records in the JE
in-memory cache.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Class and Description |
|---|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| Environment
A database environment.
|
| Transaction
The Transaction object is the handle for a transaction.
|
| Class and Description |
|---|
| CommitToken
Defines an opaque token that can be used to identify a specific transaction
commit in a replicated environment.
|
| Database
A database handle.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Durability
Durability defines the overall durability characteristics associated with a
transaction.
|
| Environment
A database environment.
|
| EnvironmentMutableConfig
Specifies the environment attributes that may be changed after the
environment has been opened.
|
| LockConflictException
The common base class for all exceptions that result from record lock
conflicts during read and write operations.
|
| LockNotAvailableException
Thrown when a non-blocking operation fails to get a lock.
|
| LockStats
Deprecated.
as of 4.0.10, replaced by
Environment.getStats(StatsConfig). |
| OperationFailureException
Indicates that a failure has occurred that impacts the current operation
and/or transaction.
|
| OperationStatus
Status values from database operations.
|
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| Transaction
The Transaction object is the handle for a transaction.
|
| Transaction.State
The current state of the transaction.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| TransactionStats
Transaction statistics for a database environment.
|
| Class and Description |
|---|
| BackupArchiveLocation |
| BackupFileCopy |
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| DatabaseNotFoundException
Thrown when an operation requires a database and that database does not
exist.
|
| Environment
A database environment.
|
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| Class and Description |
|---|
| BtreeStats
The BtreeStats object is used to return Btree database statistics.
|
| Database
A database handle.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| EnvironmentFailureException
Indicates that a failure has occurred that could impact the
Environment as a whole. |
| VerifyConfig
Specifies the attributes of a verification operation.
|
| Class and Description |
|---|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Environment
A database environment.
|
| EnvironmentConfig
Specifies the attributes of an environment.
|
| EnvironmentLockedException
Thrown by the
Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access. |
| EnvironmentNotFoundException
Thrown by the
Environment constructor when EnvironmentConfig
AllowCreate property is false (environment creation is not permitted), but
there are no log files in the environment directory. |
| StatsConfig
Specifies the attributes of a statistics retrieval operation.
|
| TransactionStats.Active
The Active class represents an active transaction.
|
| Class and Description |
|---|
| CacheMode
Modes that can be specified for control over caching of records in the JE
in-memory cache.
|
| CursorConfig
Specifies the attributes of database cursor.
|
| Database
A database handle.
|
| DatabaseConfig
Specifies the attributes of a database.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Environment
A database environment.
|
| Get
The operation type passed to "get" methods on databases and cursors.
|
| LockMode
Record lock modes for read operations.
|
| OperationFailureException
Indicates that a failure has occurred that impacts the current operation
and/or transaction.
|
| OperationResult
The result of an operation that successfully reads or writes a record.
|
| Put
The operation type passed to "put" methods on databases and cursors.
|
| ReadOptions
Options for calling methods that read records.
|
| SecondaryConfig
The configuration properties of a
SecondaryDatabase extend
those of a primary Database. |
| SecondaryDatabase
A secondary database handle.
|
| Sequence
A Sequence handle is used to manipulate a sequence record in a
database.
|
| SequenceConfig
Specifies the attributes of a sequence.
|
| Transaction
The Transaction object is the handle for a transaction.
|
| TransactionConfig
Specifies the attributes of a database environment transaction.
|
| WriteOptions
Options for calling methods that write (insert, update or delete) records.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| OperationFailureException
Indicates that a failure has occurred that impacts the current operation
and/or transaction.
|
| Class and Description |
|---|
| Database
A database handle.
|
| DatabaseComparator
Implemented by btree and duplicate comparators that need to be initialized
before they are used or need access to the environment's ClassLoader
property.
|
| DatabaseConfig
Specifies the attributes of a database.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Environment
A database environment.
|
| ForeignMultiKeyNullifier
The interface implemented for setting multi-valued foreign keys to null.
|
| SecondaryConfig
The configuration properties of a
SecondaryDatabase extend
those of a primary Database. |
| SecondaryDatabase
A secondary database handle.
|
| SecondaryKeyCreator
The interface implemented for extracting single-valued secondary keys from
primary records.
|
| SecondaryMultiKeyCreator
The interface implemented for extracting multi-valued secondary keys from
primary records.
|
| Sequence
A Sequence handle is used to manipulate a sequence record in a
database.
|
| SequenceConfig
Specifies the attributes of a sequence.
|
| Transaction
The Transaction object is the handle for a transaction.
|
| Class and Description |
|---|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| Environment
A database environment.
|
| Class and Description |
|---|
| Cursor
A database cursor.
|
| DatabaseEntry
Encodes database key and data items as a byte array.
|
| DatabaseException
The root of all BDB JE-defined exceptions.
|
| OperationStatus
Status values from database operations.
|
Copyright © 2024. All rights reserved.