Package | Description |
---|---|
com.amazon.carbonado.raw |
Provides support for repositories that encode/decode storables in a raw
binary format.
|
com.amazon.carbonado.repo.sleepycat |
Repository implementation backed by a Sleepycat (BDB, Berkeley)
database.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedStorableCodecFactory
Extension of GenericStorableCodecFactory that allows for compression.
|
class |
CustomStorableCodecFactory
Factory for custom storable codecs.
|
class |
GenericStorableCodecFactory
Factory for generic codec that supports any kind of storable by
auto-generating and caching storable implementations.
|
Modifier and Type | Method and Description |
---|---|
StorableCodecFactory |
BDBRepositoryBuilder.getStorableCodecFactory()
Returns the storable codec factory used.
|
Modifier and Type | Method and Description |
---|---|
void |
BDBRepositoryBuilder.setStorableCodecFactory(StorableCodecFactory factory)
Override the default storable codec factory.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.