| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| Modifier and Type | Method and Description |
|---|---|
static <IN> StreamingFileSink.RowFormatBuilder<IN,String> |
StreamingFileSink.forRowFormat(org.apache.flink.core.fs.Path basePath,
org.apache.flink.api.common.serialization.Encoder<IN> encoder)
Creates the builder for a
StreamingFileSink with row-encoding format. |
StreamingFileSink.RowFormatBuilder<IN,BucketID> |
StreamingFileSink.RowFormatBuilder.withBucketAssigner(BucketAssigner<IN,BucketID> assigner) |
<ID> StreamingFileSink.RowFormatBuilder<IN,ID> |
StreamingFileSink.RowFormatBuilder.withBucketAssignerAndPolicy(BucketAssigner<IN,ID> assigner,
RollingPolicy<IN,ID> policy) |
StreamingFileSink.RowFormatBuilder<IN,BucketID> |
StreamingFileSink.RowFormatBuilder.withBucketCheckInterval(long interval) |
StreamingFileSink.RowFormatBuilder<IN,BucketID> |
StreamingFileSink.RowFormatBuilder.withRollingPolicy(RollingPolicy<IN,BucketID> policy) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.