K - Key type.V - Value type.T - Cursor type.public abstract class ScanOutput<K,V,T extends ScanCursor> extends CommandOutput<K,V,T>
codec, error, output| Constructor and Description |
|---|
ScanOutput(RedisCodec<K,V> codec,
T cursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
protected abstract void |
setOutput(ByteBuffer bytes) |
public ScanOutput(RedisCodec<K,V> codec, T cursor)
public void set(ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this
method unless they only receive an integer value which cannot be null.set in class CommandOutput<K,V,T extends ScanCursor>bytes - The command output, or null.protected abstract void setOutput(ByteBuffer bytes)
Copyright © 2019 lettuce.io. All rights reserved.