| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingFileSink.BulkFormatBuilder<IN,BucketID,T extends StreamingFileSink.BulkFormatBuilder<IN,BucketID,T>>
A builder for configuring the sink for bulk-encoding formats, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingFileSink.DefaultBulkFormatBuilder<IN>
Builder for the vanilla
StreamingFileSink using a bulk format. |
| Modifier and Type | Method and Description |
|---|---|
<ID> StreamingFileSink.BulkFormatBuilder<IN,ID,? extends StreamingFileSink.BulkFormatBuilder<IN,ID,?>> |
StreamingFileSink.BulkFormatBuilder.withNewBucketAssigner(org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN,ID> assigner) |
| Modifier and Type | Method and Description |
|---|---|
<ID> StreamingFileSink.BulkFormatBuilder<IN,ID,? extends StreamingFileSink.BulkFormatBuilder<IN,ID,?>> |
StreamingFileSink.BulkFormatBuilder.withNewBucketAssigner(org.apache.flink.streaming.api.functions.sink.filesystem.BucketAssigner<IN,ID> assigner) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.