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 |
CompressedEncodingStrategy<S extends Storable>
Extension of GenericEncodingStrategy that allows for compression.
|
Modifier and Type | Method and Description |
---|---|
protected <S extends Storable> |
GenericStorableCodecFactory.createStrategy(java.lang.Class<S> type,
StorableIndex<S> pkIndex)
Override to return a different EncodingStrategy.
|
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.