Class BtiTableVerifier
java.lang.Object
org.apache.cassandra.io.sstable.format.SortedTableVerifier<BtiTableReader>
org.apache.cassandra.io.sstable.format.bti.BtiTableVerifier
- All Implemented Interfaces:
Closeable,AutoCloseable,IVerifier
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.io.sstable.format.SortedTableVerifier
SortedTableVerifier.RangeOwnHelper, SortedTableVerifier.VerifyController, SortedTableVerifier.VerifyInfoNested classes/interfaces inherited from interface org.apache.cassandra.io.sstable.IVerifier
IVerifier.Options -
Field Summary
Fields inherited from class org.apache.cassandra.io.sstable.format.SortedTableVerifier
cfs, dataFile, fileAccessLock, goodRows, isOffline, options, outputHandler, sstable, tokenLookup, verifyInfo -
Constructor Summary
ConstructorsConstructorDescriptionBtiTableVerifier(ColumnFamilyStore cfs, BtiTableReader sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidverifyPartition(DecoratedKey key, UnfilteredRowIterator iterator) Methods inherited from class org.apache.cassandra.io.sstable.format.SortedTableVerifier
close, deserializeBloomFilter, getVerifyInfo, markAndThrow, markAndThrow, verify, verifyBloomFilter, verifyDigest, verifyIndex, verifyOwnedRanges, verifySSTable, verifySSTableMetadata, verifySSTableVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.io.sstable.IVerifier
close, getVerifyInfo, verify
-
Constructor Details
-
BtiTableVerifier
public BtiTableVerifier(ColumnFamilyStore cfs, BtiTableReader sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)
-
-
Method Details
-
verifyPartition
- Specified by:
verifyPartitionin classSortedTableVerifier<BtiTableReader>
-