Package com.illumon.iris.db.v2.sortcheck
Class LongSortCheck
java.lang.Object
com.illumon.iris.db.v2.sortcheck.LongSortCheck
- All Implemented Interfaces:
SortCheck
public class LongSortCheck extends Object implements SortCheck
-
Constructor Summary
Constructors Constructor Description LongSortCheck()
-
Method Summary
Modifier and Type Method Description int
sortCheck(Chunk<? extends Attributes.Values> valuesToCheck)
Verify that the provided values are in order.
-
Constructor Details
-
LongSortCheck
public LongSortCheck()
-
-
Method Details