Uses of Class
org.redisson.client.handler.State
-
-
Uses of State in org.redisson.client.protocol
Methods in org.redisson.client.protocol with parameters of type State Modifier and Type Method Description R
Decoder. decode(io.netty.buffer.ByteBuf buf, State state)
-
Uses of State in org.redisson.client.protocol.convertor
Methods in org.redisson.client.protocol.convertor with parameters of type State Modifier and Type Method Description Time
TimeObjectDecoder. decode(List<Object> parts, State state)
-
Uses of State in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder with parameters of type State Modifier and Type Method Description Object
AutoClaimDecoder. decode(List<Object> parts, State state)
List<ClusterNodeInfo>
ClusterNodesDecoder. decode(io.netty.buffer.ByteBuf buf, State state)
Object
CodecDecoder. decode(List<Object> parts, State state)
FastAutoClaimResult
FastAutoClaimDecoder. decode(List<Object> parts, State state)
List<Object>
GeoDistanceDecoder. decode(List<Object> parts, State state)
GeoPosition
GeoPositionDecoder. decode(List<Object> parts, State state)
Map<Object,Object>
GeoPositionMapDecoder. decode(List<Object> parts, State state)
InetSocketAddress
InetSocketAddressDecoder. decode(List<Object> parts, State state)
Object
ListFirstObjectDecoder. decode(List<Object> parts, State state)
ListIteratorResult<Object>
ListIteratorReplayDecoder. decode(List<Object> parts, State state)
Object
ListMultiDecoder2. decode(List<Object> parts, State state)
T
ListObjectDecoder. decode(List<Object> parts, State state)
List<Map<Object,Object>>
ListResultReplayDecoder. decode(List<Object> parts, State state)
ListScanResult<Object>
ListScanResultReplayDecoder. decode(List<Object> parts, State state)
Object
Long2MultiDecoder. decode(List<Object> parts, State state)
MapCacheScanResult<Object,Object>
MapCacheScanResultReplayDecoder. decode(List<Object> parts, State state)
T
MapEntriesDecoder. decode(List<Object> parts, State state)
T
MapKeyDecoder. decode(List<Object> parts, State state)
MapScanResult<Object,Object>
MapScanResultReplayDecoder. decode(List<Object> parts, State state)
T
MapValueDecoder. decode(List<Object> parts, State state)
T
MultiDecoder. decode(List<Object> parts, State state)
Object
ObjectDecoder. decode(List<Object> parts, State state)
Double
ObjectFirstScoreReplayDecoder. decode(List<Object> parts, State state)
List<T>
ObjectListReplayDecoder. decode(List<Object> parts, State state)
Object
ObjectMapDecoder. decode(List<Object> parts, State state)
Set<Map.Entry<Object,Object>>
ObjectMapEntryReplayDecoder. decode(List<Object> parts, State state)
Map<K,V>
ObjectMapReplayDecoder. decode(List<Object> parts, State state)
Map<Object,Object>
ObjectMapReplayDecoder2. decode(List<Object> parts, State state)
Set<T>
ObjectSetReplayDecoder. decode(List<Object> parts, State state)
Object
PendingEntryDecoder. decode(List<Object> parts, State state)
Object
PendingResultDecoder. decode(List<Object> parts, State state)
Object
ScoredSortedSetPolledObjectDecoder. decode(List<Object> parts, State state)
List<ScoredEntry<T>>
ScoredSortedSetReplayDecoder. decode(List<Object> parts, State state)
ListScanResult<Object>
ScoredSortedSetScanReplayDecoder. decode(List<Object> parts, State state)
Object
SlotsDecoder. decode(List<Object> parts, State state)
StreamConsumer
StreamConsumerInfoDecoder. decode(List<Object> parts, State state)
StreamGroup
StreamGroupInfoDecoder. decode(List<Object> parts, State state)
Object
StreamIdDecoder. decode(io.netty.buffer.ByteBuf buf, State state)
StreamInfo<Object,Object>
StreamInfoDecoder. decode(List<Object> parts, State state)
Map<Object,Object>
StreamObjectMapReplayDecoder. decode(List<Object> parts, State state)
Object
StreamResultDecoder. decode(List<Object> parts, State state)
String
StringDataDecoder. decode(io.netty.buffer.ByteBuf buf, State state)
List<String>
StringListReplayDecoder. decode(List<Object> parts, State state)
Map<String,String>
StringMapDataDecoder. decode(List<Object> parts, State state)
Map<String,String>
StringMapReplayDecoder. decode(List<Object> parts, State state)
String
StringReplayDecoder. decode(io.netty.buffer.ByteBuf buf, State state)
Long
TimeLongObjectDecoder. decode(List<Object> parts, State state)
List<TimeSeriesEntry<T>>
TimeSeriesEntryReplayDecoder. decode(List<Object> parts, State state)
Decoder<Object>
AutoClaimDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
FastAutoClaimDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
GeoDistanceDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
GeoPositionDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
InetSocketAddressDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ListMultiDecoder2. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ListObjectDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ListResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ListScanResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
Long2MultiDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
MapCacheScanResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
MapEntriesDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
MapKeyDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
MapScanResultReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
MapValueDecoder. getDecoder(Codec codec, int paramNum, State state)
default Decoder<Object>
MultiDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ObjectDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ObjectFirstScoreReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ObjectListReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ObjectMapDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ObjectMapEntryReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ObjectMapReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ScoredSortedSetPolledObjectDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ScoredSortedSetRandomMapDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ScoredSortedSetReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ScoredSortedSetScanDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
ScoredSortedSetScanReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
SlotsDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
StreamObjectMapReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
StringListReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
StringMapDataDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
TimeSeriesEntryReplayDecoder. getDecoder(Codec codec, int paramNum, State state)
-
Uses of State in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub with parameters of type State Modifier and Type Method Description PubSubMessage
PubSubMessageDecoder. decode(List<Object> parts, State state)
PubSubPatternMessage
PubSubPatternMessageDecoder. decode(List<Object> parts, State state)
PubSubStatusMessage
PubSubStatusDecoder. decode(List<Object> parts, State state)
Decoder<Object>
PubSubMessageDecoder. getDecoder(Codec codec, int paramNum, State state)
Decoder<Object>
PubSubPatternMessageDecoder. getDecoder(Codec codec, int paramNum, State state)
-
Uses of State in org.redisson.codec
Methods in org.redisson.codec with parameters of type State Modifier and Type Method Description protected Object
BaseEventCodec. decode(io.netty.buffer.ByteBuf buf, State state, Decoder<?> decoder)
-
Uses of State in org.redisson.connection.decoder
Methods in org.redisson.connection.decoder with parameters of type State Modifier and Type Method Description Map<Object,Object>
BucketsDecoder. decode(List<Object> parts, State state)
Integer
ListDrainToDecoder. decode(List<Object> parts, State state)
List<Object>
MapCacheGetAllDecoder. decode(List<Object> parts, State state)
Map<Object,Object>
MapGetAllDecoder. decode(List<Object> parts, State state)
-