Package org.apache.cassandra.io.sstable
Class IVerifier.Options
java.lang.Object
org.apache.cassandra.io.sstable.IVerifier.Options
- Enclosing interface:
- IVerifier
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal booleanfinal booleanForce extended verification - unless it is enabled, extended verificiation will be done only if there is no digest present.final booleanfinal booleanfinal booleanQuick check which does not include sstable data verification.final Function<String,? extends Collection<Range<Token>>> -
Method Summary
-
Field Details
-
invokeDiskFailurePolicy
public final boolean invokeDiskFailurePolicy -
extendedVerification
public final boolean extendedVerificationForce extended verification - unless it is enabled, extended verificiation will be done only if there is no digest present. Setting it along with quick makes no sense. -
checkVersion
public final boolean checkVersion -
mutateRepairStatus
public final boolean mutateRepairStatus -
checkOwnsTokens
public final boolean checkOwnsTokens -
quick
public final boolean quickQuick check which does not include sstable data verification. -
tokenLookup
-
-
Method Details