Class IteratorUtil
java.lang.Object
org.apache.accumulo.core.iterators.IteratorUtil
Utility class for Iterators.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Even though this type is not in a public API package, its used by methods in the public API. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Range
maximizeStartKeyTimeStamp
(Range range) Maximize the Start Key timestamp.static Range
minimizeEndKeyTimeStamp
(Range range) Minimize the endKey Timestamp.
-
Constructor Details
-
IteratorUtil
public IteratorUtil()
-
-
Method Details
-
maximizeStartKeyTimeStamp
Maximize the Start Key timestamp. -
minimizeEndKeyTimeStamp
Minimize the endKey Timestamp.
-