Package com.rpl.rama
Class SortedRangeFromOptions.CapturedSortedRangeFromOptions
java.lang.Object
com.rpl.rama.SortedRangeFromOptions.CapturedSortedRangeFromOptions
- All Implemented Interfaces:
RamaSerializable
,SortedRangeFromOptions
,SortedRangeFromOptions.Impl
,Serializable
- Enclosing interface:
SortedRangeFromOptions
public static class SortedRangeFromOptions.CapturedSortedRangeFromOptions
extends Object
implements SortedRangeFromOptions.Impl, RamaSerializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rpl.rama.SortedRangeFromOptions
SortedRangeFromOptions.CapturedSortedRangeFromOptions, SortedRangeFromOptions.Impl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExcludes the start key from the results (by default it's included).boolean
maxAmt
(int maxAmt) Sets maximum number of elements to include in result (by default reads until the end of structure).
-
Constructor Details
-
CapturedSortedRangeFromOptions
public CapturedSortedRangeFromOptions()
-
-
Method Details
-
excludeStart
Description copied from interface:SortedRangeFromOptions.Impl
Excludes the start key from the results (by default it's included).- Specified by:
excludeStart
in interfaceSortedRangeFromOptions.Impl
-
maxAmt
Description copied from interface:SortedRangeFromOptions.Impl
Sets maximum number of elements to include in result (by default reads until the end of structure).- Specified by:
maxAmt
in interfaceSortedRangeFromOptions.Impl
-
isStartIncluded
public boolean isStartIncluded() -
getMaxAmt
-