Class ObjectMapReplayDecoder<K,V>

java.lang.Object
org.redisson.client.protocol.decoder.ObjectMapReplayDecoder<K,V>
All Implemented Interfaces:
MultiDecoder<Map<K,V>>
Direct Known Subclasses:
ScoredSortedSetRandomMapDecoder, StreamObjectMapReplayDecoder

public class ObjectMapReplayDecoder<K,V> extends Object implements MultiDecoder<Map<K,V>>
Author:
Nikita Koksharov
  • Constructor Details

    • ObjectMapReplayDecoder

      public ObjectMapReplayDecoder(Codec codec)
    • ObjectMapReplayDecoder

      public ObjectMapReplayDecoder()
    • ObjectMapReplayDecoder

      public ObjectMapReplayDecoder(boolean swapKeyValue, Codec codec)
  • Method Details