| Package | Description |
|---|---|
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Method and Description |
|---|---|
abstract RecoverableFsDataOutputStream.Committer |
RecoverableFsDataOutputStream.closeForCommit()
Closes the stream, ensuring persistence of all data (similar to
FSDataOutputStream.sync()). |
RecoverableFsDataOutputStream.Committer |
RecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable resumable)
Recovers a recoverable stream consistently at the point indicated by the given CommitRecoverable
for finalizing and committing.
|
| Modifier and Type | Method and Description |
|---|---|
RecoverableFsDataOutputStream.Committer |
LocalRecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable recoverable) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.