Package com.rpl.rama

Interface SortedRangeToOptions

All Known Subinterfaces:
SortedRangeToOptions.Impl
All Known Implementing Classes:
SortedRangeToOptions.CapturedSortedRangeToOptions

public interface SortedRangeToOptions
See Also:
  • Method Details

    • create

      static SortedRangeToOptions.Impl create()
      Creates an empty SortedRangeToOptions. SortedRangeToOptions.includeEnd() is the same as SortedRangeToOptions.create().includeEnd()
    • includeEnd

      static SortedRangeToOptions.Impl includeEnd()
      Includes the end key in the results (by default it's excluded).
    • maxAmt

      static SortedRangeToOptions.Impl maxAmt(int maxAmt)
      Sets maximum number of elements to include in result (by default reads until the end of structure).