public class MapCacheEventCodec extends BaseEventCodec
BaseEventCodec.OSType
codec, osType
Constructor and Description |
---|
MapCacheEventCodec(ClassLoader classLoader,
MapCacheEventCodec codec) |
MapCacheEventCodec(Codec codec,
BaseEventCodec.OSType osType) |
Modifier and Type | Method and Description |
---|---|
Decoder<Object> |
getValueDecoder()
Returns object decoder used for any objects stored Redis structure except HMAP
|
decode, getClassLoader, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, getValueEncoder
public MapCacheEventCodec(Codec codec, BaseEventCodec.OSType osType)
public MapCacheEventCodec(ClassLoader classLoader, MapCacheEventCodec codec)
Copyright © 2014–2020 Redisson. All rights reserved.