R
- return typepublic class RedisCommand<R> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RedisCommand.ValueType |
Constructor and Description |
---|
RedisCommand(RedisCommand<R> command,
String name)
Copy command and change name
|
RedisCommand(RedisCommand<R> command,
String name,
Convertor<R> convertor) |
RedisCommand(String name) |
RedisCommand(String name,
Convertor<R> convertor) |
RedisCommand(String name,
Decoder<R> reponseDecoder) |
RedisCommand(String name,
MultiDecoder<R> replayMultiDecoder) |
RedisCommand(String name,
MultiDecoder<R> replayMultiDecoder,
Convertor<R> convertor) |
RedisCommand(String name,
MultiDecoder<R> replayMultiDecoder,
RedisCommand.ValueType outParamType) |
RedisCommand(String name,
RedisCommand.ValueType outParamType) |
RedisCommand(String name,
RedisCommand.ValueType outParamType,
Convertor<R> convertor) |
RedisCommand(String name,
String subName) |
RedisCommand(String name,
String subName,
Convertor<R> convertor) |
RedisCommand(String name,
String subName,
MultiDecoder<R> replayMultiDecoder) |
Modifier and Type | Method and Description |
---|---|
Convertor<R> |
getConvertor() |
String |
getName() |
RedisCommand.ValueType |
getOutParamType() |
Decoder<R> |
getReplayDecoder() |
MultiDecoder<R> |
getReplayMultiDecoder() |
String |
getSubName() |
String |
toString() |
public RedisCommand(RedisCommand<R> command, String name)
command
- - source commandname
- - new command namepublic RedisCommand(RedisCommand<R> command, String name, Convertor<R> convertor)
public RedisCommand(String name)
public RedisCommand(String name, RedisCommand.ValueType outParamType)
public RedisCommand(String name, RedisCommand.ValueType outParamType, Convertor<R> convertor)
public RedisCommand(String name, String subName, MultiDecoder<R> replayMultiDecoder)
public RedisCommand(String name, MultiDecoder<R> replayMultiDecoder, RedisCommand.ValueType outParamType)
public RedisCommand(String name, MultiDecoder<R> replayMultiDecoder)
public RedisCommand(String name, MultiDecoder<R> replayMultiDecoder, Convertor<R> convertor)
public String getSubName()
public String getName()
public MultiDecoder<R> getReplayMultiDecoder()
public RedisCommand.ValueType getOutParamType()
Copyright © 2014–2019 The Redisson Project. All rights reserved.