Interface MultiDecoder<T>
- Type Parameters:
T- type
- All Known Implementing Classes:
AggregationCursorResultDecoder,AggregationCursorResultDecoderV2,AggregationEntryDecoder,AggregationResultDecoder,AggregationResultDecoderV2,AutoClaimDecoder,AutoClaimMapReplayDecoder,BucketsDecoder,CodecDecoder,FastAutoClaimDecoder,GeoDistanceDecoder,GeoPositionDecoder,GeoPositionMapDecoder,IndexInfoDecoder,ListDrainToDecoder,ListFirstObjectDecoder,ListIteratorReplayDecoder,ListMultiDecoder2,ListObjectDecoder,ListResultReplayDecoder,ListScanResultReplayDecoder,Long2MultiDecoder,MapCacheGetAllDecoder,MapCacheKeyScanResultDecoder,MapCacheScanResultReplayDecoder,MapEntriesDecoder,MapGetAllDecoder,MapKeyDecoder,MapMergeDecoder,MapScanResultReplayDecoder,MapValueDecoder,ObjectDecoder,ObjectFirstScoreReplayDecoder,ObjectListReplayDecoder,ObjectMapDecoder,ObjectMapEntryReplayDecoder,ObjectMapReplayDecoder,ObjectMapReplayDecoder2,ObjectSetReplayDecoder,PendingEntryDecoder,PendingResultDecoder,PubSubMessageDecoder,PubSubPatternMessageDecoder,PubSubStatusDecoder,RankedEntryDecoder,RedisURIDecoder,ScoredEntryScanDecoder,ScoredSortedSetPolledObjectDecoder,ScoredSortedSetRandomMapDecoder,ScoredSortedSetReplayDecoder,ScoredSortedSetReplayDecoderV2,ScoredSortedSetScanDecoder,ScoredSortedSetScanReplayDecoder,SearchResultDecoder,SearchResultDecoderV2,SlotsDecoder,StreamConsumerInfoDecoder,StreamGroupInfoDecoder,StreamInfoDecoder,StreamObjectMapReplayDecoder,StreamResultDecoder,StreamResultDecoderV2,StringListListReplayDecoder,StringListReplayDecoder,StringMapDataDecoder,StringMapReplayDecoder,TimeLongObjectDecoder,TimeObjectDecoder,TimeSeriesEntryReplayDecoder,TimeSeriesFirstEntryReplayDecoder,TimeSeriesSingleEntryReplayDecoder
public interface MultiDecoder<T>
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptiongetDecoder(Codec codec, int paramNum, State state, long size) static <K,V> LinkedHashMap <K, V> newLinkedHashMap(int expectedSize)
-
Method Details
-
getDecoder
-
decode
-
newLinkedHashMap
-