Package | Description |
---|---|
org.apache.flink.formats.compress | |
org.apache.flink.formats.compress.writers |
Modifier and Type | Method and Description |
---|---|
static <IN> CompressWriterFactory<IN> |
CompressWriters.forExtractor(Extractor<IN> extractor) |
Constructor and Description |
---|
CompressWriterFactory(Extractor<IN> extractor)
Creates a new CompressWriterFactory using the given
Extractor to assemble either
HadoopCompressionBulkWriter or NoCompressionBulkWriter based on whether a
Hadoop CompressionCodec name is specified. |
Constructor and Description |
---|
HadoopCompressionBulkWriter(org.apache.hadoop.io.compress.CompressionOutputStream out,
Extractor<T> extractor) |
NoCompressionBulkWriter(FSDataOutputStream outputStream,
Extractor<T> extractor) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.