public static interface SortedRangeFromOptions.Impl extends SortedRangeFromOptions
SortedRangeFromOptions.CapturedSortedRangeFromOptions, SortedRangeFromOptions.Impl
Modifier and Type | Method and Description |
---|---|
SortedRangeFromOptions.Impl |
excludeStart()
Excludes the start key from the results (by default it's included).
|
SortedRangeFromOptions.Impl |
maxAmt(int maxAmt)
Sets maximum number of elements to include in result (by default reads until the end of structure).
|
create, excludeStart, maxAmt
SortedRangeFromOptions.Impl excludeStart()
SortedRangeFromOptions.Impl maxAmt(int maxAmt)