| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem.rollingpolicies |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckpointRollingPolicy<IN,BucketID>
An abstract
RollingPolicy which rolls on every checkpoint. |
class |
DefaultRollingPolicy<IN,BucketID>
The default implementation of the
RollingPolicy. |
class |
OnCheckpointRollingPolicy<IN,BucketID>
A
RollingPolicy which rolls (ONLY) on every checkpoint. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.