Class CfInfoOutput<K,V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,V,CuckooFilter>
com.redis.lettucemod.output.CfInfoOutput<K,V>

public class CfInfoOutput<K,V> extends io.lettuce.core.output.CommandOutput<K,V,CuckooFilter>
  • Field Summary

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

    codec, error, output
  • Constructor Summary

    Constructors
    Constructor
    Description
    CfInfoOutput(io.lettuce.core.codec.RedisCodec<K,V> codec)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(long integer)
     
    void
    set(ByteBuffer buffer)
     

    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

    • CfInfoOutput

      public CfInfoOutput(io.lettuce.core.codec.RedisCodec<K,V> codec)
  • Method Details

    • set

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

      public void set(long integer)
      Overrides:
      set in class io.lettuce.core.output.CommandOutput<K,V,CuckooFilter>