org.springframework.data.keyvalue.redis.connection
Class SortParameters.Range
java.lang.Object
org.springframework.data.keyvalue.redis.connection.SortParameters.Range
- Enclosing interface:
- SortParameters
public static class SortParameters.Range
- extends Object
Utility class wrapping the 'LIMIT' setting.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortParameters.Range
public SortParameters.Range(long start,
long count)
getStart
public long getStart()
getCount
public long getCount()
Copyright © 2010-2011 SpringSource. All Rights Reserved.