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