Uses of Interface
org.redisson.client.protocol.Decoder
-
-
Uses of Decoder in org.redisson.api.annotation
Methods in org.redisson.api.annotation that return Decoder Modifier and Type Method Description Decoder<Object>REntity.DEFAULT. getValueDecoder()Decoder<Object>RObjectField.DEFAULT. getValueDecoder() -
Uses of Decoder in org.redisson.cache
Methods in org.redisson.cache that return Decoder Modifier and Type Method Description Decoder<Object>LocalCachedMessageCodec. getValueDecoder() -
Uses of Decoder in org.redisson.client.codec
Methods in org.redisson.client.codec that return Decoder Modifier and Type Method Description Decoder<Object>BaseCodec. getMapKeyDecoder()Decoder<Object>BitSetCodec. getMapKeyDecoder()Decoder<Object>Codec. getMapKeyDecoder()Returns object decoder used for hash map keys in HMAP Redis structureDecoder<Object>BaseCodec. getMapValueDecoder()Decoder<Object>BitSetCodec. getMapValueDecoder()Decoder<Object>Codec. getMapValueDecoder()Returns object decoder used for hash map values in HMAP Redis structureDecoder<Object>BitSetCodec. getValueDecoder()Decoder<Object>ByteArrayCodec. getValueDecoder()Decoder<Object>Codec. getValueDecoder()Returns object decoder used for any objects stored Redis structure except HMAPDecoder<Object>DoubleCodec. getValueDecoder()Decoder<Object>IntegerCodec. getValueDecoder()Decoder<Object>LongCodec. getValueDecoder()Decoder<Object>StringCodec. getValueDecoder() -
Uses of Decoder in org.redisson.client.handler
Methods in org.redisson.client.handler that return Decoder Modifier and Type Method Description protected Decoder<Object>CommandDecoder. selectDecoder(CommandData<Object,Object> data, List<Object> parts)protected Decoder<Object>CommandPubSubDecoder. selectDecoder(CommandData<Object,Object> data, List<Object> parts) -
Uses of Decoder in org.redisson.client.protocol.decoder
Classes in org.redisson.client.protocol.decoder that implement Decoder Modifier and Type Class Description classClusterNodesDecoderclassStreamIdDecoderclassStringDataDecoderclassStringReplayDecoderMethods in org.redisson.client.protocol.decoder that return Decoder Modifier and Type Method Description 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)Constructors in org.redisson.client.protocol.decoder with parameters of type Decoder Constructor Description ObjectDecoder(Decoder<T> decoder)ObjectListReplayDecoder(boolean reverse, Decoder<Object> decoder)StreamObjectMapReplayDecoder(Decoder<Object> codec) -
Uses of Decoder in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub that return Decoder Modifier and Type Method Description Decoder<Object>PubSubMessageDecoder. getDecoder(Codec codec, int paramNum, State state)Decoder<Object>PubSubPatternMessageDecoder. getDecoder(Codec codec, int paramNum, State state)Constructors in org.redisson.client.protocol.pubsub with parameters of type Decoder Constructor Description PubSubMessageDecoder(Decoder<Object> decoder)PubSubPatternMessageDecoder(Decoder<Object> decoder) -
Uses of Decoder in org.redisson.codec
Methods in org.redisson.codec that return Decoder Modifier and Type Method Description Decoder<Object>BaseEventCodec. getMapKeyDecoder()Decoder<Object>CompositeCodec. getMapKeyDecoder()Decoder<Object>TypedJsonJacksonCodec. getMapKeyDecoder()Decoder<Object>BaseEventCodec. getMapValueDecoder()Decoder<Object>CompositeCodec. getMapValueDecoder()Decoder<Object>TypedJsonJacksonCodec. getMapValueDecoder()Decoder<Object>CompositeCodec. getValueDecoder()Decoder<Object>FstCodec. getValueDecoder()Decoder<Object>JsonJacksonCodec. getValueDecoder()Decoder<Object>Kryo5Codec. getValueDecoder()Decoder<Object>KryoCodec. getValueDecoder()Decoder<Object>LZ4Codec. getValueDecoder()Decoder<Object>MapCacheEventCodec. getValueDecoder()Decoder<Object>MarshallingCodec. getValueDecoder()Decoder<Object>SerializationCodec. getValueDecoder()Decoder<Object>SnappyCodec. getValueDecoder()Decoder<Object>SnappyCodecV2. getValueDecoder()Decoder<Object>TypedJsonJacksonCodec. getValueDecoder()Methods in org.redisson.codec with parameters of type Decoder Modifier and Type Method Description protected ObjectBaseEventCodec. decode(io.netty.buffer.ByteBuf buf, State state, Decoder<?> decoder) -
Uses of Decoder in org.redisson.jcache
Methods in org.redisson.jcache that return Decoder Modifier and Type Method Description Decoder<Object>JCacheEventCodec. getValueDecoder()
-