public class RedisCompressionCodec extends Object implements org.redisson.client.codec.Codec
Constructor and Description |
---|
RedisCompressionCodec(org.redisson.client.codec.Codec innerCodec) |
Modifier and Type | Method and Description |
---|---|
org.redisson.client.protocol.Decoder<Object> |
getMapKeyDecoder() |
org.redisson.client.protocol.Encoder |
getMapKeyEncoder() |
org.redisson.client.protocol.Decoder<Object> |
getMapValueDecoder() |
org.redisson.client.protocol.Encoder |
getMapValueEncoder() |
org.redisson.client.protocol.Decoder<Object> |
getValueDecoder() |
org.redisson.client.protocol.Encoder |
getValueEncoder() |
public RedisCompressionCodec(org.redisson.client.codec.Codec innerCodec)
public org.redisson.client.protocol.Decoder<Object> getMapValueDecoder()
getMapValueDecoder
in interface org.redisson.client.codec.Codec
public org.redisson.client.protocol.Encoder getMapValueEncoder()
getMapValueEncoder
in interface org.redisson.client.codec.Codec
public org.redisson.client.protocol.Decoder<Object> getMapKeyDecoder()
getMapKeyDecoder
in interface org.redisson.client.codec.Codec
public org.redisson.client.protocol.Encoder getMapKeyEncoder()
getMapKeyEncoder
in interface org.redisson.client.codec.Codec
public org.redisson.client.protocol.Decoder<Object> getValueDecoder()
getValueDecoder
in interface org.redisson.client.codec.Codec
public org.redisson.client.protocol.Encoder getValueEncoder()
getValueEncoder
in interface org.redisson.client.codec.Codec
Copyright © 2017 Electronic Arts Inc. All rights reserved.