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