redis.clients.jedis
Class ScanResult<T>

java.lang.Object
  extended by redis.clients.jedis.ScanResult<T>

public class ScanResult<T>
extends Object


Constructor Summary
ScanResult(int cursor, List<T> results)
           
 
Method Summary
 int getCursor()
           
 List<T> getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanResult

public ScanResult(int cursor,
                  List<T> results)
Method Detail

getCursor

public int getCursor()

getResult

public List<T> getResult()


Copyright © 2013. All rights reserved.