| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem | |
| org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies |
| Modifier and Type | Method and Description |
|---|---|
<ID> StreamingFileSink.RowFormatBuilder<IN,ID> |
StreamingFileSink.RowFormatBuilder.withBucketAssignerAndPolicy(BucketAssigner<IN,ID> assigner,
RollingPolicy<IN,ID> policy) |
StreamingFileSink.RowFormatBuilder<IN,BucketID> |
StreamingFileSink.RowFormatBuilder.withRollingPolicy(RollingPolicy<IN,BucketID> policy) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRollingPolicy<IN,BucketID>
The default implementation of the
RollingPolicy. |
class |
OnCheckpointRollingPolicy<IN,BucketID>
A
RollingPolicy which rolls on every checkpoint. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.