Package | Description |
---|---|
com.amazon.carbonado |
Main user-level interfaces, classes, and annotations for Carbonado.
|
com.amazon.carbonado.layout |
Support for recording the evolution of a storable's layout, used internally
by some repositories.
|
com.amazon.carbonado.raw |
Provides support for repositories that encode/decode storables in a raw
binary format.
|
Modifier and Type | Method and Description |
---|---|
void |
Storable.load()
Loads or reloads this object from the storage layer by a primary or
alternate key.
|
Modifier and Type | Method and Description |
---|---|
Layout |
Layout.getGeneration(int generation)
Returns the layout for a particular generation of this layout's type.
|
Layout |
LayoutCapability.layoutFor(java.lang.Class<? extends Storable> type,
int generation)
Returns the layout for a particular generation of the given type.
|
Layout |
LayoutFactory.layoutFor(java.lang.Class<? extends Storable> type,
int generation)
Returns the layout for a particular generation of the given type.
|
Modifier and Type | Method and Description |
---|---|
GenericStorableCodec.Decoder<S> |
GenericStorableCodec.getDecoder(int generation)
Deprecated.
use direct decode method
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.