Package | Description |
---|---|
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.repo.logging |
Repository implementation which logs activity against it.
|
com.amazon.carbonado.repo.map |
Volatile repository implementation backed by a concurrent map.
|
com.amazon.carbonado.repo.replicated |
Repository implementation that supports replication between two
repositories.
|
com.amazon.carbonado.repo.sleepycat |
Repository implementation backed by a Sleepycat (BDB, Berkeley)
database.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedRepositoryBuilder
Repository builder for the indexed repository.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCRepositoryBuilder
Builds a repository instance backed by a JDBC accessible database.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingRepositoryBuilder
Repository implementation which logs activity against it.
|
Modifier and Type | Class and Description |
---|---|
class |
MapRepositoryBuilder
Volatile repository implementation backed by a concurrent map.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedRepositoryBuilder
Repository builder for the replicated repository.
|
Modifier and Type | Class and Description |
---|---|
class |
BDBRepositoryBuilder
Builder and configuration options for BDBRepository.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.