Package com.illumon.iris.db.v2.ssa
Class LongReverseSsaChecker
java.lang.Object
com.illumon.iris.db.v2.ssa.LongReverseSsaChecker
- All Implemented Interfaces:
SsaChecker
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.ssa.SsaChecker
SsaChecker.SsaCheckException
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkSsa
(SegmentedSortedArray ssa, Chunk<? extends Attributes.Values> valueChunk, LongChunk<? extends Attributes.KeyIndices> tableIndexChunk) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.v2.ssa.SsaChecker
checkSsa
-
Method Details
-
checkSsa
public void checkSsa(SegmentedSortedArray ssa, Chunk<? extends Attributes.Values> valueChunk, LongChunk<? extends Attributes.KeyIndices> tableIndexChunk) - Specified by:
checkSsa
in interfaceSsaChecker
-