Uses of Interface
org.redisson.client.protocol.Decoder
Packages that use Decoder
Package
Description
-
Uses of Decoder in org.redisson.api.annotation
Methods in org.redisson.api.annotation that return DecoderModifier and TypeMethodDescriptionREntity.DEFAULT.getValueDecoder()RObjectField.DEFAULT.getValueDecoder() -
Uses of Decoder in org.redisson.cache
Methods in org.redisson.cache that return Decoder -
Uses of Decoder in org.redisson.client.codec
Methods in org.redisson.client.codec that return DecoderModifier and TypeMethodDescriptionStringCodec.getDecoder()BaseCodec.getMapKeyDecoder()BitSetCodec.getMapKeyDecoder()Deprecated.Codec.getMapKeyDecoder()Returns object decoder used for hash map keys in HMAP Redis structureBaseCodec.getMapValueDecoder()BitSetCodec.getMapValueDecoder()Deprecated.Codec.getMapValueDecoder()Returns object decoder used for hash map values in HMAP Redis structureBitSetCodec.getValueDecoder()Deprecated.ByteArrayCodec.getValueDecoder()Codec.getValueDecoder()Returns object decoder used for any objects stored Redis structure except HMAPDoubleCodec.getValueDecoder()IntegerCodec.getValueDecoder()LongCodec.getValueDecoder()StringCodec.getValueDecoder() -
Uses of Decoder in org.redisson.client.handler
Methods in org.redisson.client.handler that return DecoderModifier and TypeMethodDescriptionCommandDecoder.selectDecoder(CommandData<Object, Object> data, List<Object> parts, long size, State state) CommandPubSubDecoder.selectDecoder(CommandData<Object, Object> data, List<Object> parts, long size, State state) -
Uses of Decoder in org.redisson.client.protocol.decoder
Classes in org.redisson.client.protocol.decoder that implement DecoderModifier and TypeClassDescriptionclassclassclassclassMethods in org.redisson.client.protocol.decoder that return DecoderModifier and TypeMethodDescriptionAggregationEntryDecoder.getDecoder(Codec codec, int paramNum, State state, long size) AutoClaimDecoder.getDecoder(Codec codec, int paramNum, State state, long size) AutoClaimMapReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) FastAutoClaimDecoder.getDecoder(Codec codec, int paramNum, State state, long size) GeoDistanceDecoder.getDecoder(Codec codec, int paramNum, State state, long size) GeoPositionDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ListFirstObjectDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ListMultiDecoder2.getDecoder(Codec codec, int paramNum, State state, long size) ListObjectDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ListResultReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ListScanResultReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) Long2MultiDecoder.getDecoder(Codec codec, int paramNum, State state, long size) MapCacheKeyScanResultDecoder.getDecoder(Codec codec, int paramNum, State state, long size) MapCacheScanResultReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) MapEntriesDecoder.getDecoder(Codec codec, int paramNum, State state, long size) MapKeyDecoder.getDecoder(Codec codec, int paramNum, State state, long size) MapScanResultReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) MapValueDecoder.getDecoder(Codec codec, int paramNum, State state, long size) MultiDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ObjectDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ObjectFirstScoreReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ObjectListReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ObjectMapDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ObjectMapEntryReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ObjectMapReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) RankedEntryDecoder.getDecoder(Codec codec, int paramNum, State state, long size) RedisURIDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ScoredEntryScanDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ScoredSortedSetPolledObjectDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ScoredSortedSetRandomMapDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ScoredSortedSetReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ScoredSortedSetReplayDecoderV2.getDecoder(Codec codec, int paramNum, State state, long size) ScoredSortedSetScanDecoder.getDecoder(Codec codec, int paramNum, State state, long size) ScoredSortedSetScanReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) SlotsDecoder.getDecoder(Codec codec, int paramNum, State state, long size) StreamObjectMapReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) StreamResultDecoderV2.getDecoder(Codec codec, int paramNum, State state, long size) StringListReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) StringMapDataDecoder.getDecoder(Codec codec, int paramNum, State state, long size) TimeSeriesEntryReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) TimeSeriesFirstEntryReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) TimeSeriesSingleEntryReplayDecoder.getDecoder(Codec codec, int paramNum, State state, long size) Constructors in org.redisson.client.protocol.decoder with parameters of type DecoderModifierConstructorDescriptionObjectDecoder(Decoder<T> decoder) ObjectListReplayDecoder(boolean reverse, Decoder<Object> decoder) -
Uses of Decoder in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub that return DecoderModifier and TypeMethodDescriptionPubSubMessageDecoder.getDecoder(Codec codec, int paramNum, State state, long size) PubSubPatternMessageDecoder.getDecoder(Codec codec, int paramNum, State state, long size) Constructors in org.redisson.client.protocol.pubsub with parameters of type DecoderModifierConstructorDescriptionPubSubMessageDecoder(Decoder<Object> decoder) PubSubPatternMessageDecoder(Decoder<Object> decoder) -
Uses of Decoder in org.redisson.codec
Methods in org.redisson.codec that return DecoderModifier and TypeMethodDescriptionJacksonCodec.getDecoder()ObjectCodec.getDecoder()Returns object decoderBaseEventCodec.getMapKeyDecoder()CompositeCodec.getMapKeyDecoder()ProtobufCodec.getMapKeyDecoder()TypedJsonJacksonCodec.getMapKeyDecoder()BaseEventCodec.getMapValueDecoder()CompositeCodec.getMapValueDecoder()ProtobufCodec.getMapValueDecoder()TypedJsonJacksonCodec.getMapValueDecoder()CompositeCodec.getValueDecoder()FstCodec.getValueDecoder()Deprecated.FuryCodec.getValueDecoder()JsonCodecWrapper.getValueDecoder()JsonJacksonCodec.getValueDecoder()Kryo5Codec.getValueDecoder()KryoCodec.getValueDecoder()LZ4Codec.getValueDecoder()LZ4CodecV2.getValueDecoder()MapCacheEventCodec.getValueDecoder()MarshallingCodec.getValueDecoder()Deprecated.ObjectCodecWrapper.getValueDecoder()ProtobufCodec.getValueDecoder()SerializationCodec.getValueDecoder()SnappyCodec.getValueDecoder()Deprecated.SnappyCodecV2.getValueDecoder()TypedJsonJacksonCodec.getValueDecoder()ZStdCodec.getValueDecoder()Methods in org.redisson.codec with parameters of type Decoder -
Uses of Decoder in org.redisson.jcache
Methods in org.redisson.jcache that return Decoder