Class AggregateOutput<K,​V,​R extends AggregateResults<K,​V>>

    • Field Summary

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

        codec, error, output
    • Constructor Summary

      Constructors 
      Constructor Description
      AggregateOutput​(io.lettuce.core.codec.RedisCodec<K,​V> codec, R results)  
    • Method Summary

      Modifier and Type Method Description
      void complete​(int depth)  
      int getMapCount()  
      void multi​(int count)  
      void set​(long integer)  
      void set​(java.nio.ByteBuffer bytes)  
      • Methods inherited from class io.lettuce.core.output.CommandOutput

        decodeAscii, get, getError, hasError, setError, setError, setSingle, toString
      • Methods inherited from class java.lang.Object

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

      • AggregateOutput

        public AggregateOutput​(io.lettuce.core.codec.RedisCodec<K,​V> codec,
                               R results)
    • Method Detail

      • getMapCount

        public int getMapCount()
      • set

        public void set​(java.nio.ByteBuffer bytes)
        Overrides:
        set in class io.lettuce.core.output.CommandOutput<K,​V,​R extends AggregateResults<K,​V>>
      • complete

        public void complete​(int depth)
        Overrides:
        complete in class io.lettuce.core.output.CommandOutput<K,​V,​R extends AggregateResults<K,​V>>
      • set

        public void set​(long integer)
        Overrides:
        set in class io.lettuce.core.output.CommandOutput<K,​V,​R extends AggregateResults<K,​V>>
      • multi

        public void multi​(int count)
        Overrides:
        multi in class io.lettuce.core.output.CommandOutput<K,​V,​R extends AggregateResults<K,​V>>