Uses of Class
org.redisson.client.protocol.decoder.MapScanResult
-
Packages that use MapScanResult Package Description org.redisson.client.protocol org.redisson.client.protocol.decoder -
-
Uses of MapScanResult in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type MapScanResult Modifier and Type Field Description static RedisCommand<MapScanResult<Object,Object>>
RedisCommands. HSCAN
-
Uses of MapScanResult in org.redisson.client.protocol.decoder
Subclasses of MapScanResult in org.redisson.client.protocol.decoder Modifier and Type Class Description class
MapCacheScanResult<K,V>
Methods in org.redisson.client.protocol.decoder that return MapScanResult Modifier and Type Method Description MapScanResult<Object,Object>
MapScanResultReplayDecoder. decode(List<Object> parts, State state)
-