Package | Description |
---|---|
org.apache.flink.formats.hadoop.bulk | |
org.apache.flink.streaming.api.functions.sink.filesystem |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHadoopFileCommitterFactory
The default hadoop file committer factory which always use
HadoopRenameFileCommitter . |
Constructor and Description |
---|
HadoopPathBasedBucketWriter(Configuration configuration,
HadoopPathBasedBulkWriter.Factory<IN> bulkWriterFactory,
HadoopFileCommitterFactory fileCommitterFactory) |
Constructor and Description |
---|
HadoopPathBasedBulkFormatBuilder(org.apache.hadoop.fs.Path basePath,
HadoopPathBasedBulkWriter.Factory<IN> writerFactory,
HadoopFileCommitterFactory fileCommitterFactory,
Configuration configuration,
BucketAssigner<IN,BucketID> assigner,
CheckpointRollingPolicy<IN,BucketID> policy,
BucketFactory<IN,BucketID> bucketFactory,
OutputFileConfig outputFileConfig) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.