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