public static class SortedRangeToOptions.CapturedSortedRangeToOptions extends java.lang.Object implements SortedRangeToOptions.Impl, RamaSerializable
SortedRangeToOptions.CapturedSortedRangeToOptions, SortedRangeToOptions.Impl
Constructor and Description |
---|
CapturedSortedRangeToOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMaxAmt() |
SortedRangeToOptions.Impl |
includeEnd()
Includes the end key in the results (by default it's excluded).
|
boolean |
isEndIncluded() |
SortedRangeToOptions.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, includeEnd, maxAmt
public SortedRangeToOptions.Impl includeEnd()
SortedRangeToOptions.Impl
includeEnd
in interface SortedRangeToOptions.Impl
public SortedRangeToOptions.Impl maxAmt(int maxAmt)
SortedRangeToOptions.Impl
maxAmt
in interface SortedRangeToOptions.Impl
public boolean isEndIncluded()
public java.lang.Integer getMaxAmt()