Uses of Interface
org.redisson.client.protocol.decoder.MultiDecoder
-
-
Uses of MultiDecoder in org.redisson.client.handler
Methods in org.redisson.client.handler that return MultiDecoder Modifier and Type Method Description MultiDecoder<Object>PubSubEntry. getDecoder()protected MultiDecoder<Object>CommandDecoder. messageDecoder(CommandData<Object,Object> data, List<Object> parts)protected MultiDecoder<Object>CommandPubSubDecoder. messageDecoder(CommandData<Object,Object> data, List<Object> parts)Constructors in org.redisson.client.handler with parameters of type MultiDecoder Constructor Description PubSubEntry(MultiDecoder<Object> decoder) -
Uses of MultiDecoder in org.redisson.client.protocol
Methods in org.redisson.client.protocol that return MultiDecoder Modifier and Type Method Description MultiDecoder<Object>CommandData. getMessageDecoder()MultiDecoder<R>RedisCommand. getReplayMultiDecoder()Constructors in org.redisson.client.protocol with parameters of type MultiDecoder Constructor Description CommandData(RPromise<R> promise, MultiDecoder<Object> messageDecoder, Codec codec, RedisCommand<T> command, Object[] params)RedisCommand(String name, String subName, MultiDecoder<R> replayMultiDecoder)RedisCommand(String name, MultiDecoder<R> replayMultiDecoder)RedisCommand(String name, MultiDecoder<R> replayMultiDecoder, Convertor<R> convertor)RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder)RedisStrictCommand(String name, String subName, MultiDecoder<T> replayMultiDecoder, Convertor convertor)RedisStrictCommand(String name, MultiDecoder<T> replayMultiDecoder) -
Uses of MultiDecoder in org.redisson.client.protocol.convertor
Classes in org.redisson.client.protocol.convertor that implement MultiDecoder Modifier and Type Class Description classTimeObjectDecoder -
Uses of MultiDecoder in org.redisson.client.protocol.decoder
Constructors in org.redisson.client.protocol.decoder with parameters of type MultiDecoder Constructor Description ListMultiDecoder2(MultiDecoder<?>... decoders)MapEntriesDecoder(MultiDecoder<Object> decoder)MapKeyDecoder(MultiDecoder<Object> decoder)MapValueDecoder(MultiDecoder<Object> decoder) -
Uses of MultiDecoder in org.redisson.client.protocol.pubsub
Classes in org.redisson.client.protocol.pubsub that implement MultiDecoder Modifier and Type Class Description classPubSubMessageDecoderclassPubSubPatternMessageDecoderclassPubSubStatusDecoder -
Uses of MultiDecoder in org.redisson.connection.decoder
Classes in org.redisson.connection.decoder that implement MultiDecoder Modifier and Type Class Description classBucketsDecoderclassListDrainToDecoder<V>classMapCacheGetAllDecoderclassMapGetAllDecoder
-