Class SetReplayDecoder<T>

java.lang.Object
org.redisson.spring.data.connection.SetReplayDecoder<T>
All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<Set<T>>

public class SetReplayDecoder<T> extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<Set<T>>
Author:
Nikita Koksharov
  • Constructor Summary

    Constructors
    Constructor
    Description
    SetReplayDecoder(org.redisson.client.protocol.Decoder<Object> decoder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(List<Object> parts, org.redisson.client.handler.State state)
     
    org.redisson.client.protocol.Decoder<Object>
    getDecoder(org.redisson.client.codec.Codec codec, int paramNum, org.redisson.client.handler.State state, long size)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder

    getDecoder
  • Constructor Details

    • SetReplayDecoder

      public SetReplayDecoder(org.redisson.client.protocol.Decoder<Object> decoder)
  • Method Details

    • getDecoder

      public org.redisson.client.protocol.Decoder<Object> getDecoder(org.redisson.client.codec.Codec codec, int paramNum, org.redisson.client.handler.State state, long size)
      Specified by:
      getDecoder in interface org.redisson.client.protocol.decoder.MultiDecoder<T>
    • decode

      public Set<T> decode(List<Object> parts, org.redisson.client.handler.State state)
      Specified by:
      decode in interface org.redisson.client.protocol.decoder.MultiDecoder<T>