| Package | Description |
|---|---|
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RecoverableWriter.ResumeRecoverable
A handle to an in-progress stream with a defined and persistent amount of data.
|
| Modifier and Type | Method and Description |
|---|---|
RecoverableWriter.CommitRecoverable |
RecoverableFsDataOutputStream.Committer.getRecoverable()
Gets a recoverable object to recover the committer.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
RecoverableWriter.getCommitRecoverableSerializer()
The serializer for the CommitRecoverable types created in this writer.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
LocalRecoverableWriter.getCommitRecoverableSerializer() |
| Modifier and Type | Method and Description |
|---|---|
RecoverableFsDataOutputStream.Committer |
LocalRecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable recoverable) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.