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.
|
Class and Description |
---|
CompressionType
Available compression types for any particular storable.
|
CustomStorableCodec
Allows codecs to be defined for storables that have a custom encoding.
|
GenericEncodingStrategy
Generates bytecode instructions for encoding/decoding Storable properties
to/from raw bytes.
|
GenericPropertyInfo
Minimal information required by
GenericEncodingStrategy to encode
and decode a storable property. |
GenericStorableCodec
Generic codec that supports any kind of storable by auto-generating and
caching storable implementations.
|
GenericStorableCodec.Decoder
Used for decoding different generations of Storable.
|
GenericStorableCodec.SearchKeyFactory
Creates custom raw search keys for
Storable types. |
GenericStorableCodecFactory
Factory for generic codec that supports any kind of storable by
auto-generating and caching storable implementations.
|
RawSupport
Provides runtime support for Storable classes generated by
RawStorableGenerator . |
StorableCodec
Supports encoding and decoding of storables.
|
StorableCodecFactory
Factory for creating instances of
StorableCodec . |
StorablePropertyInfo |
Class and Description |
---|
StorableCodecFactory
Factory for creating instances of
StorableCodec . |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.