Uses of Class
org.apache.cassandra.io.sstable.CQLSSTableWriter.Builder
Packages that use CQLSSTableWriter.Builder
-
Uses of CQLSSTableWriter.Builder in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return CQLSSTableWriter.BuilderModifier and TypeMethodDescriptionstatic CQLSSTableWriter.BuilderCQLSSTableWriter.builder()Returns a new builder for a CQLSSTableWriter.The schema (CREATE TABLE statement) for the table for which sstable are to be created.CQLSSTableWriter.Builder.inDirectory(String directory) The directory where to write the sstables.CQLSSTableWriter.Builder.inDirectory(File directory) The directory where to write the sstables (mandatory option).CQLSSTableWriter.Builder.openSSTableOnProduced()Whether the produced sstable should be open or not.CQLSSTableWriter.Builder.sorted()Creates a CQLSSTableWriter that expects sorted inputs.The INSERT, UPDATE, or DELETE statement defining the order of the values to add for a given CQL row.CQLSSTableWriter.Builder.withBufferSizeInMB(int size) Deprecated.This method is deprecated in favor of the new withBufferSizeInMiB(int size).CQLSSTableWriter.Builder.withBufferSizeInMiB(int size) Deprecated.This method is deprecated in favor of the new withMaxSSTableSizeInMiB(int size)CQLSSTableWriter.Builder.withBuildIndexes(boolean buildIndexes) Whether indexes should be built and serialized to disk along data.CQLSSTableWriter.Builder.withFormat(SSTableFormat<?, ?> format) Specifies the SSTable format this CQLSSTableWriter instance should use for writing.CQLSSTableWriter.Builder.withIndexes(String... indexes) The schema (CREATE INDEX statement) for index to be created for the table.CQLSSTableWriter.Builder.withMaxSSTableSizeInMiB(int size) Defines the maximum SSTable size in mebibytes when using the sorted writer.CQLSSTableWriter.Builder.withPartitioner(IPartitioner partitioner) The partitioner to use.CQLSSTableWriter.Builder.withSSTableProducedListener(Consumer<Collection<SSTableReader>> sstableProducedListener) Set the listener to receive notifications on sstable produced