Class ListScanResult<V>
java.lang.Object
org.redisson.client.protocol.decoder.ListScanResult<V>
- Type Parameters:
V- value type
- All Implemented Interfaces:
ScanResult<V>
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetPos()voidsetRedisClient(RedisClient client) toString()
-
Constructor Details
-
ListScanResult
-
-
Method Details
-
getPos
public long getPos()- Specified by:
getPosin interfaceScanResult<V>
-
getValues
- Specified by:
getValuesin interfaceScanResult<V>
-
setRedisClient
- Specified by:
setRedisClientin interfaceScanResult<V>
-
getRedisClient
- Specified by:
getRedisClientin interfaceScanResult<V>
-
toString
-