Uses of Class
org.apache.cassandra.io.sstable.IVerifier.Options
Packages that use IVerifier.Options
Package
Description
-
Uses of IVerifier.Options in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type IVerifier.Options -
Uses of IVerifier.Options in org.apache.cassandra.db.compaction
Methods in org.apache.cassandra.db.compaction with parameters of type IVerifier.OptionsModifier and TypeMethodDescriptionCompactionManager.performVerify(ColumnFamilyStore cfs, IVerifier.Options options) -
Uses of IVerifier.Options in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return IVerifier.Options -
Uses of IVerifier.Options in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as IVerifier.OptionsMethods in org.apache.cassandra.io.sstable.format with parameters of type IVerifier.OptionsModifier and TypeMethodDescriptionabstract IVerifierSSTableReader.getVerifier(ColumnFamilyStore cfs, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options) Returns a new verifier for this sstable.Constructors in org.apache.cassandra.io.sstable.format with parameters of type IVerifier.OptionsModifierConstructorDescriptionSortedTableVerifier(ColumnFamilyStore cfs, R sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options) -
Uses of IVerifier.Options in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type IVerifier.OptionsModifier and TypeMethodDescriptionBigTableReader.getVerifier(ColumnFamilyStore cfs, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options) Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type IVerifier.OptionsModifierConstructorDescriptionBigTableVerifier(ColumnFamilyStore cfs, BigTableReader sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options) -
Uses of IVerifier.Options in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type IVerifier.OptionsModifier and TypeMethodDescriptionBtiTableReader.getVerifier(ColumnFamilyStore cfs, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options) Constructors in org.apache.cassandra.io.sstable.format.bti with parameters of type IVerifier.OptionsModifierConstructorDescriptionBtiTableVerifier(ColumnFamilyStore cfs, BtiTableReader sstable, OutputHandler outputHandler, boolean isOffline, IVerifier.Options options)