Package | Description |
---|---|
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 |
---|---|
LayoutOptions |
Layout.getOptions()
Returns additional options, or null if none.
|
Modifier and Type | Method and Description |
---|---|
Layout |
LayoutFactory.layoutFor(boolean readOnly,
java.lang.Class<? extends Storable> type,
LayoutOptions options)
Returns the layout matching the current definition of the given type.
|
Layout |
LayoutFactory.layoutFor(java.lang.Class<? extends Storable> type,
LayoutOptions options)
Returns the layout matching the current definition of the given type.
|
Modifier and Type | Method and Description |
---|---|
LayoutOptions |
StorableCodecFactory.getLayoutOptions(java.lang.Class<? extends Storable> type)
Optionally return additional information regarding storable encoding.
|
LayoutOptions |
CompressedStorableCodecFactory.getLayoutOptions(java.lang.Class<? extends Storable> type) |
LayoutOptions |
GenericStorableCodecFactory.getLayoutOptions(java.lang.Class<? extends Storable> type)
Returns null.
|
Modifier and Type | Method and Description |
---|---|
protected <S extends Storable> |
CompressedStorableCodecFactory.createStrategy(java.lang.Class<S> type,
StorableIndex<S> pkIndex,
LayoutOptions options) |
protected <S extends Storable> |
GenericStorableCodecFactory.createStrategy(java.lang.Class<S> type,
StorableIndex<S> pkIndex,
LayoutOptions options)
Override to return a different EncodingStrategy.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.