public class AggregateOutput<K,V,R extends AggregateResults<K,V>>
extends io.lettuce.core.output.CommandOutput<K,V,R>
| Constructor and Description |
|---|
AggregateOutput(io.lettuce.core.codec.RedisCodec<K,V> codec,
R results) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int depth) |
int |
getMapCount() |
void |
multi(int count) |
void |
set(java.nio.ByteBuffer bytes) |
void |
set(long integer) |