|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| BDBRepositoryBuilder.DatabaseHook | |
| CheckpointCapability | Capability to control BDB checkpointing. |
| CompactionCapability | Capability to compact a BDB database. |
| CompactionCapability.Result<S extends Storable> | |
| EnvironmentCapability | Capability to provide direct access to the underlying BDB environment. |
| HotBackupCapability | Capability for performing a backup of an active BDB environment. |
| HotBackupCapability.Backup | |
| Class Summary | |
|---|---|
| BDBRepositoryBuilder | Builder and configuration options for BDBRepository. |
| StoredDatabaseInfo | Stores basic information about the BDB databases managed by BDBRepository. |
| Enum Summary | |
|---|---|
| BDBProduct | Set of supported BDB products. |
Repository implementation backed by a Sleepycat (BDB, Berkeley) database. Data is encoded in a specialized format, and so this repository should not be used to open arbitrary Berkeley databases. BDBRepository has total schema ownership, and so it updates type definitions in the storage layer automatically.
BDBRepositoryBuilder
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||