Class ScoredSortedSetReplayDecoderV2

java.lang.Object
org.redisson.spring.data.connection.ScoredSortedSetReplayDecoderV2
All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>

public class ScoredSortedSetReplayDecoderV2 extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>
Author:
Nikita Koksharov
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.redis.connection.RedisZSetCommands.Tuple
    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

    • ScoredSortedSetReplayDecoderV2

      public ScoredSortedSetReplayDecoderV2()
  • 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<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>
    • decode

      public org.springframework.data.redis.connection.RedisZSetCommands.Tuple decode(List<Object> parts, org.redisson.client.handler.State state)
      Specified by:
      decode in interface org.redisson.client.protocol.decoder.MultiDecoder<org.springframework.data.redis.connection.RedisZSetCommands.Tuple>