Class SuggetOutput<K,V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,V,List<Suggestion<V>>>
com.redis.lettucemod.output.SuggetOutput<K,V>

public class SuggetOutput<K,V> extends io.lettuce.core.output.CommandOutput<K,V,List<Suggestion<V>>>
  • Field Summary

    Fields inherited from class io.lettuce.core.output.CommandOutput

    codec, error, output
  • Constructor Summary

    Constructors
    Constructor
    Description
    SuggetOutput(io.lettuce.core.codec.RedisCodec<K,V> codec)
     
    SuggetOutput(io.lettuce.core.codec.RedisCodec<K,V> codec, boolean withScores, boolean withPayloads)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(double number)
     
    void
    set(ByteBuffer bytes)
     

    Methods inherited from class io.lettuce.core.output.CommandOutput

    complete, decodeAscii, get, getError, hasError, multi, multiArray, multiMap, multiPush, multiSet, set, set, setBigNumber, setError, setError, setSingle, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SuggetOutput

      public SuggetOutput(io.lettuce.core.codec.RedisCodec<K,V> codec)
    • SuggetOutput

      public SuggetOutput(io.lettuce.core.codec.RedisCodec<K,V> codec, boolean withScores, boolean withPayloads)
  • Method Details

    • set

      public void set(ByteBuffer bytes)
      Overrides:
      set in class io.lettuce.core.output.CommandOutput<K,V,List<Suggestion<V>>>
    • set

      public void set(double number)
      Overrides:
      set in class io.lettuce.core.output.CommandOutput<K,V,List<Suggestion<V>>>