public static class SortedRangeFromOptions.CapturedSortedRangeFromOptions extends java.lang.Object implements SortedRangeFromOptions.Impl, RamaSerializable
SortedRangeFromOptions.CapturedSortedRangeFromOptions, SortedRangeFromOptions.Impl
Constructor and Description |
---|
CapturedSortedRangeFromOptions() |
Modifier and Type | Method and Description |
---|---|
SortedRangeFromOptions.Impl |
excludeStart()
Excludes the start key from the results (by default it's included).
|
java.lang.Integer |
getMaxAmt() |
boolean |
isStartIncluded() |
SortedRangeFromOptions.Impl |
maxAmt(int maxAmt)
Sets maximum number of elements to include in result (by default reads until the end of structure).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, excludeStart, maxAmt
public SortedRangeFromOptions.Impl excludeStart()
SortedRangeFromOptions.Impl
excludeStart
in interface SortedRangeFromOptions.Impl
public SortedRangeFromOptions.Impl maxAmt(int maxAmt)
SortedRangeFromOptions.Impl
maxAmt
in interface SortedRangeFromOptions.Impl
public boolean isStartIncluded()
public java.lang.Integer getMaxAmt()