Package | Description |
---|---|
org.apache.flink.api.connector.sink2 | |
org.apache.flink.connector.file.sink |
Modifier and Type | Method and Description |
---|---|
default Committer<CommT> |
TwoPhaseCommittingSink.createCommitter(CommitterInitContext context)
Deprecated.
Creates a
Committer that permanently makes the previously written data visible
through Committer.commit(Collection) . |
Committer<CommittableT> |
SupportsCommitter.createCommitter(CommitterInitContext context)
Creates a
Committer that permanently makes the previously written data visible
through Committer.commit(Collection) . |
Modifier and Type | Method and Description |
---|---|
Committer<FileSinkCommittable> |
FileSink.createCommitter(CommitterInitContext context) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.