| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.client.protocol | |
| org.redisson.client.protocol.convertor | |
| org.redisson.client.protocol.decoder |
| Modifier and Type | Method and Description |
|---|---|
<R> RFuture<R> |
RedissonSubList.indexOfAsync(Object o,
Convertor<R> convertor) |
<R> RFuture<R> |
RedissonList.indexOfAsync(Object o,
Convertor<R> convertor) |
<R> RFuture<R> |
RedissonList.lastIndexOfAsync(Object o,
Convertor<R> convertor) |
| Modifier and Type | Method and Description |
|---|---|
Convertor<R> |
RedisCommand.getConvertor() |
| Constructor and Description |
|---|
RedisCommand(String name,
Convertor<R> convertor) |
RedisCommand(String name,
MultiDecoder<R> replayMultiDecoder,
Convertor<R> convertor) |
RedisCommand(String name,
String subName,
Convertor<R> convertor) |
RedisStrictCommand(String name,
Convertor<T> convertor) |
RedisStrictCommand(String name,
String subName,
Convertor<T> convertor) |
RedisStrictCommand(String name,
String subName,
MultiDecoder<T> replayMultiDecoder,
Convertor convertor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BitsSizeReplayConvertor |
class |
BooleanAmountReplayConvertor |
class |
BooleanNotNullReplayConvertor |
class |
BooleanNullReplayConvertor |
class |
BooleanNullSafeReplayConvertor |
class |
BooleanNumberReplayConvertor |
class |
BooleanReplayConvertor |
class |
DoubleNullSafeReplayConvertor |
class |
DoubleReplayConvertor |
class |
EmptyConvertor<R> |
class |
IntegerReplayConvertor |
class |
LongReplayConvertor |
class |
NumberConvertor |
class |
SingleConvertor<R> |
class |
StreamIdConvertor |
class |
TrueReplayConvertor |
class |
TypeConvertor |
class |
VoidReplayConvertor |
| Constructor and Description |
|---|
ObjectMapReplayDecoder(Decoder<Object> codec,
Convertor<?> convertor) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.