public class ScanResult<T> extends Object
ScanResult(byte[] cursor, List<T> results)
ScanResult(String cursor, List<T> results)
String
getCursor()
byte[]
getCursorAsBytes()
List<T>
getResult()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ScanResult(String cursor, List<T> results)
public ScanResult(byte[] cursor, List<T> results)
public String getCursor()
public byte[] getCursorAsBytes()
public List<T> getResult()
Processing library Redis by Darius Morawiec. (c) 2015