Package com.amazon.carbonado.repo.indexed

Repository implementation that adds index support for repositories that have little or no index support.

See:
          Description

Interface Summary
IndexEntryAccessCapability Capability for gaining low-level access to index data, which can be used for manual inspection and repair.
IndexEntryAccessor<S extends Storable> Provides low-level access to index data, which can be used for manual inspection and repair.
StoredIndexInfo Stores basic information about the indexes managed by IndexedRepository.
Unindexed Marker interface for storables that are not allowed to have indexes.
 

Class Summary
IndexedRepositoryBuilder Repository builder for the indexed repository.
 

Package com.amazon.carbonado.repo.indexed Description

Repository implementation that adds index support for repositories that have little or no index support. The wrapped repository must support creation of new types.

See Also:
IndexedRepositoryBuilder


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