public class JCacheEventCodec extends BaseEventCodec
BaseEventCodec.OSTypecodec, osType| Constructor and Description |
|---|
JCacheEventCodec(Codec codec,
BaseEventCodec.OSType osType,
boolean sync) |
JCacheEventCodec(Codec codec,
BaseEventCodec.OSType osType,
boolean sync,
boolean expectOldValueInMsg) |
| 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, getValueEncoderpublic JCacheEventCodec(Codec codec, BaseEventCodec.OSType osType, boolean sync)
public JCacheEventCodec(Codec codec, BaseEventCodec.OSType osType, boolean sync, boolean expectOldValueInMsg)
Copyright © 2014–2021 Redisson. All rights reserved.