Interface MultiDecoder<T>
-
- Type Parameters:
T- type
- All Known Implementing Classes:
AutoClaimDecoder,BucketsDecoder,CodecDecoder,FastAutoClaimDecoder,GeoDistanceDecoder,GeoPositionDecoder,GeoPositionMapDecoder,InetSocketAddressDecoder,ListDrainToDecoder,ListFirstObjectDecoder,ListIteratorReplayDecoder,ListMultiDecoder2,ListObjectDecoder,ListResultReplayDecoder,ListScanResultReplayDecoder,Long2MultiDecoder,MapCacheGetAllDecoder,MapCacheScanResultReplayDecoder,MapEntriesDecoder,MapGetAllDecoder,MapKeyDecoder,MapScanResultReplayDecoder,MapValueDecoder,ObjectDecoder,ObjectFirstScoreReplayDecoder,ObjectListReplayDecoder,ObjectMapDecoder,ObjectMapEntryReplayDecoder,ObjectMapReplayDecoder,ObjectMapReplayDecoder2,ObjectSetReplayDecoder,PendingEntryDecoder,PendingResultDecoder,PubSubMessageDecoder,PubSubPatternMessageDecoder,PubSubStatusDecoder,ScoredSortedSetPolledObjectDecoder,ScoredSortedSetRandomMapDecoder,ScoredSortedSetReplayDecoder,ScoredSortedSetScanDecoder,ScoredSortedSetScanReplayDecoder,SlotsDecoder,StreamConsumerInfoDecoder,StreamGroupInfoDecoder,StreamInfoDecoder,StreamObjectMapReplayDecoder,StreamResultDecoder,StringListReplayDecoder,StringMapDataDecoder,StringMapReplayDecoder,TimeLongObjectDecoder,TimeObjectDecoder,TimeSeriesEntryReplayDecoder
public interface MultiDecoder<T>- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Tdecode(List<Object> parts, State state)default Decoder<Object>getDecoder(Codec codec, int paramNum, State state)
-