public class AggregateWithCursorOutput<K,V> extends AggregateOutput<K,V,AggregateWithCursorResults<K,V>>
| Constructor and Description |
|---|
AggregateWithCursorOutput(io.lettuce.core.codec.RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
multi(int count) |
void |
set(long integer) |
complete, getMapCount, setpublic void set(long integer)
set in class AggregateOutput<K,V,AggregateWithCursorResults<K,V>>public void multi(int count)
multi in class AggregateOutput<K,V,AggregateWithCursorResults<K,V>>