com.lambdaworks.redis.output
Class BooleanListOutput<K,V>
java.lang.Object
com.lambdaworks.redis.protocol.CommandOutput<K,V,List<Boolean>>
com.lambdaworks.redis.output.BooleanListOutput<K,V>
public class BooleanListOutput<K,V>
- extends CommandOutput<K,V,List<Boolean>>
List of boolean output.
- Author:
- Will Glozer
|
Method Summary |
void |
set(long integer)
Set the command output to a 64-bit signed integer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanListOutput
public BooleanListOutput(RedisCodec<K,V> codec)
set
public void set(long integer)
- Description copied from class:
CommandOutput
- Set the command output to a 64-bit signed integer. Concrete
CommandOutput implementations must override this method
unless they only receive a byte array value.
- Overrides:
set in class CommandOutput<K,V,List<Boolean>>
- Parameters:
integer - The command output.
Copyright © 2013. All Rights Reserved.