Package | Description |
---|---|
com.amazon.carbonado.layout |
Support for recording the evolution of a storable's layout, used internally
by some repositories.
|
com.amazon.carbonado.repo.indexed |
Repository implementation that adds index support for repositories that have
little or no index support.
|
com.amazon.carbonado.repo.sleepycat |
Repository implementation backed by a Sleepycat (BDB, Berkeley)
database.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoredLayout
Stored information regarding the layout of a Storable type, which is used
internally by
Layout . |
interface |
StoredLayoutEquivalence
Maps layout generations which are equivalent.
|
interface |
StoredLayoutProperty
Stored property joined to a
StoredLayout , which is used internally
by LayoutProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
StoredIndexInfo
Stores basic information about the indexes managed by IndexedRepository.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredDatabaseInfo
Stores basic information about the BDB databases managed by BDBRepository.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.