Uses of Class
org.apache.cassandra.io.util.SequentialWriterOption
-
Packages that use SequentialWriterOption Package Description org.apache.cassandra.io.compress org.apache.cassandra.io.util -
-
Uses of SequentialWriterOption in org.apache.cassandra.io.compress
Constructors in org.apache.cassandra.io.compress with parameters of type SequentialWriterOption Constructor Description CompressedSequentialWriter(java.io.File file, java.lang.String offsetsPath, java.io.File digestFile, SequentialWriterOption option, CompressionParams parameters, MetadataCollector sstableMetadataCollector)
Create CompressedSequentialWriter without digest file. -
Uses of SequentialWriterOption in org.apache.cassandra.io.util
Fields in org.apache.cassandra.io.util declared as SequentialWriterOption Modifier and Type Field Description static SequentialWriterOption
SequentialWriterOption. DEFAULT
Default write option.Methods in org.apache.cassandra.io.util that return SequentialWriterOption Modifier and Type Method Description SequentialWriterOption
SequentialWriterOption.Builder. build()
Constructors in org.apache.cassandra.io.util with parameters of type SequentialWriterOption Constructor Description ChecksummedSequentialWriter(java.io.File file, java.io.File crcPath, java.io.File digestFile, SequentialWriterOption option)
SequentialWriter(java.io.File file, SequentialWriterOption option)
Create SequentialWriter for given file with specific writer option.SequentialWriter(java.io.File file, SequentialWriterOption option, boolean strictFlushing)
Create SequentialWriter for given file with specific writer option.
-