| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| Modifier and Type | Method and Description |
|---|---|
OutputFileConfig |
OutputFileConfig.OutputFileConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
StreamingFileSink.RowFormatBuilder.withOutputFileConfig(OutputFileConfig outputFileConfig) |
T |
StreamingFileSink.BulkFormatBuilder.withOutputFileConfig(OutputFileConfig outputFileConfig) |
| Constructor and Description |
|---|
BulkFormatBuilder(org.apache.flink.core.fs.Path basePath,
org.apache.flink.api.common.serialization.BulkWriter.Factory<IN> writerFactory,
BucketAssigner<IN,BucketID> assigner,
CheckpointRollingPolicy<IN,BucketID> policy,
long bucketCheckInterval,
org.apache.flink.streaming.api.functions.sink.filesystem.BucketFactory<IN,BucketID> bucketFactory,
OutputFileConfig outputFileConfig) |
RowFormatBuilder(org.apache.flink.core.fs.Path basePath,
org.apache.flink.api.common.serialization.Encoder<IN> encoder,
BucketAssigner<IN,BucketID> assigner,
RollingPolicy<IN,BucketID> policy,
long bucketCheckInterval,
org.apache.flink.streaming.api.functions.sink.filesystem.BucketFactory<IN,BucketID> bucketFactory,
OutputFileConfig outputFileConfig) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.