Class IteratorUtil
- java.lang.Object
-
- org.apache.accumulo.core.iterators.IteratorUtil
-
public class IteratorUtil extends Object
Utility class for Iterators.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIteratorUtil.IteratorScopeEven though this type is not in a public API package, its used by methods in the public API.
-
Constructor Summary
Constructors Constructor Description IteratorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RangemaximizeStartKeyTimeStamp(Range range)Maximize the Start Key timestamp.static RangeminimizeEndKeyTimeStamp(Range range)Minimize the endKey Timestamp.
-