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