public class LZ4Codec extends BaseCodec
Codec to convert object to binary stream.
MarshallingCodec used by default.
Fully thread-safe.
https://github.com/jpountz/lz4-javaMarshallingCodecSKIPPED_CODECS| Constructor and Description |
|---|
LZ4Codec() |
LZ4Codec(ClassLoader classLoader) |
LZ4Codec(ClassLoader classLoader,
LZ4Codec codec) |
LZ4Codec(Codec innerCodec) |
| Modifier and Type | Method and Description |
|---|---|
Decoder<Object> |
getValueDecoder()
Returns object decoder used for any objects stored Redis structure except HMAP
|
Encoder |
getValueEncoder()
Returns object encoder used for any objects stored Redis structure except HMAP
|
copy, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toStringpublic LZ4Codec()
public LZ4Codec(Codec innerCodec)
public LZ4Codec(ClassLoader classLoader)
public LZ4Codec(ClassLoader classLoader, LZ4Codec codec) throws ReflectiveOperationException
ReflectiveOperationExceptionCopyright © 2014–2021 Redisson. All rights reserved.