public interface SortedRangeFromOptions
Path.sortedMapRangeFrom(java.lang.Object)
or Path.sortedSetRangeFrom(java.lang.Object)
.Modifier and Type | Interface and Description |
---|---|
static class |
SortedRangeFromOptions.CapturedSortedRangeFromOptions |
static interface |
SortedRangeFromOptions.Impl |
Modifier and Type | Method and Description |
---|---|
static SortedRangeFromOptions.Impl |
create()
Creates an empty SortedRangeFromOptions.
|
static SortedRangeFromOptions.Impl |
excludeStart()
Excludes the start key from the results (by default it's included).
|
static SortedRangeFromOptions.Impl |
maxAmt(int maxAmt)
Sets maximum number of elements to include in result (by default reads until the end of structure).
|
static SortedRangeFromOptions.Impl create()
SortedRangeFromOptions.excludeStart()
is the
same as SortedRangeFromOptions.create().excludeStart()
static SortedRangeFromOptions.Impl excludeStart()
static SortedRangeFromOptions.Impl maxAmt(int maxAmt)