Class SortParameters.Range

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

public static class SortParameters.Range extends Object
Utility class wrapping the 'LIMIT' setting.
  • Constructor Details

    • Range

      public Range(long start, long count)
  • Method Details

    • getStart

      public long getStart()
    • getCount

      public long getCount()