Class AggregateWithCursorOutput<K,V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,V,R>
com.redis.lettucemod.output.AggregateOutput<K,V,AggregateWithCursorResults<K>>
com.redis.lettucemod.output.AggregateWithCursorOutput<K,V>

public class AggregateWithCursorOutput<K,V> extends AggregateOutput<K,V,AggregateWithCursorResults<K>>
  • Field Summary

    Fields inherited from class com.redis.lettucemod.output.AggregateOutput

    mapCount

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

    codec, error, output
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    multi(int count)
     
    void
    set(long integer)
     

    Methods inherited from class com.redis.lettucemod.output.AggregateOutput

    complete, set

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

    decodeAscii, get, getError, hasError, 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