- withCompression(Compression) - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Specifies the Compression of all generated shard files.
- withNoSpilling() - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Whether to skip the spilling of data.
- withNumShards(Integer) - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Specifies to use a given fixed number of shards per window.
- withoutSharding() - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Forces a single file as output and empty shard name template.
- withShardTemplate(String) - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Uses the given ShardNameTemplate for naming output files.
- withSuffix(String) - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Configures the filename suffix for written files.
- withTempDirectory(ResourceId) - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Set the base directory used to generate temporary files.
- withWindowedWrites() - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Preserves windowing of input elements and writes them to files based on the element's window.
- withWritableByteChannelFactory(FileBasedSink.WritableByteChannelFactory) - Method in class org.apache.beam.sdk.io.csv.CsvIO.Write
-
Returns a transform for writing to text files like this one but that has the given FileBasedSink.WritableByteChannelFactory to be used by the FileBasedSink during
output.
- write(String, CSVFormat) - Static method in class org.apache.beam.sdk.io.csv.CsvIO
-
Instantiates a
CsvIO.Write for writing user types in
CSVFormat format.
- Write() - Constructor for class org.apache.beam.sdk.io.csv.CsvIO.Write
-
- writeRows(String, CSVFormat) - Static method in class org.apache.beam.sdk.io.csv.CsvIO
-
Instantiates a
CsvIO.Write for writing
Rows in
CSVFormat format.