org.springframework.data.redis.connection
Class SortParameters.Range

java.lang.Object
  extended by org.springframework.data.redis.connection.SortParameters.Range
Enclosing interface:
SortParameters

public static class SortParameters.Range
extends Object

Utility class wrapping the 'LIMIT' setting.


Constructor Summary
SortParameters.Range(long start, long count)
           
 
Method Summary
 long getCount()
           
 long getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortParameters.Range

public SortParameters.Range(long start,
                            long count)
Method Detail

getStart

public long getStart()

getCount

public long getCount()