Package | Description |
---|---|
com.amazon.carbonado.raw |
Provides support for repositories that encode/decode storables in a raw
binary format.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomStorableCodec<S extends Storable>
Allows codecs to be defined for storables that have a custom encoding.
|
class |
GenericStorableCodec<S extends Storable>
Generic codec that supports any kind of storable by auto-generating and
caching storable implementations.
|
Modifier and Type | Method and Description |
---|---|
<S extends Storable> |
StorableCodecFactory.createCodec(java.lang.Class<S> type,
StorableIndex pkIndex,
boolean isMaster,
Layout layout) |
<S extends Storable> |
StorableCodecFactory.createCodec(java.lang.Class<S> type,
StorableIndex pkIndex,
boolean isMaster,
Layout layout,
RawSupport support) |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.