public class DebugIntegerOutput<K,V>
extends com.lambdaworks.redis.output.IntegerOutput<K,V>
Constructor and Description |
---|
DebugIntegerOutput(com.lambdaworks.redis.codec.RedisCodec<K,V> codec) |
Modifier and Type | Method and Description |
---|---|
void |
complete(int depth) |
protected String |
decodeAscii(ByteBuffer bytes) |
Long |
get() |
String |
getError() |
boolean |
hasError() |
void |
set(ByteBuffer bytes) |
void |
set(long integer) |
void |
setError(ByteBuffer error) |
void |
setError(String error) |
public Long get()
public void setError(ByteBuffer error)
public void setError(String error)
public boolean hasError()
public String getError()
public void complete(int depth)
protected String decodeAscii(ByteBuffer bytes)
public void set(long integer)
public void set(ByteBuffer bytes)