Package com.amazon.carbonado.repo.sleepycat

Repository implementation backed by a Sleepycat (BDB, Berkeley) database.

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.
 

Package com.amazon.carbonado.repo.sleepycat Description

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.

See Also:
BDBRepositoryBuilder


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.