Package | Description |
---|---|
com.amazon.carbonado.capability |
Common capabilities for repositories.
|
com.amazon.carbonado.info |
Introspection support for Storables.
|
com.amazon.carbonado.repo.indexed |
Repository implementation that adds index support for repositories that have
little or no index support.
|
com.amazon.carbonado.repo.jdbc |
Repository implementation that connects to an external SQL database via
JDBC.
|
com.amazon.carbonado.spi |
Service Provider Interface for Carbonado.
|
Modifier and Type | Method and Description |
---|---|
<S extends Storable> |
IndexInfoCapability.getIndexInfo(java.lang.Class<S> storableType)
Returns information about the known indexes for the given storable
type.
|
Constructor and Description |
---|
StorableIndex(java.lang.Class<S> type,
IndexInfo indexInfo)
Creates a StorableIndex from an IndexInfo.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexEntryAccessor<S extends Storable>
Provides low-level access to index data, which can be used for manual
inspection and repair.
|
Modifier and Type | Method and Description |
---|---|
IndexInfo[] |
JDBCStorableInfo.getIndexInfo() |
Modifier and Type | Class and Description |
---|---|
class |
IndexInfoImpl
Basic implementation of an
IndexInfo . |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.