| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.sink.filesystem |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InProgressFileWriter.InProgressFileRecoverable
A handle can be used to recover in-progress file..
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable
The
InProgressFileRecoverable implementation for OutputStreamBasedBucketWriter. |
static class |
OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
The
PendingFileRecoverable implementation for OutputStreamBasedBucketWriter. |
| Modifier and Type | Method and Description |
|---|---|
InProgressFileWriter.PendingFileRecoverable |
OutputStreamBasedPartFileWriter.closeForCommit() |
InProgressFileWriter.PendingFileRecoverable |
InProgressFileWriter.closeForCommit() |
InProgressFileWriter.PendingFileRecoverable |
OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer.deserialize(int version,
byte[] serialized) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.io.SimpleVersionedSerializer<InProgressFileWriter.PendingFileRecoverable> |
WriterProperties.getPendingFileRecoverableSerializer() |
| Modifier and Type | Method and Description |
|---|---|
BucketWriter.PendingFile |
BucketWriter.recoverPendingFile(InProgressFileWriter.PendingFileRecoverable pendingFileRecoverable)
Recovers a pending file for finalizing and committing.
|
byte[] |
OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer.serialize(InProgressFileWriter.PendingFileRecoverable pendingFileRecoverable) |
| Constructor and Description |
|---|
WriterProperties(org.apache.flink.core.io.SimpleVersionedSerializer<InProgressFileWriter.InProgressFileRecoverable> inProgressFileRecoverableSerializer,
org.apache.flink.core.io.SimpleVersionedSerializer<InProgressFileWriter.PendingFileRecoverable> pendingFileRecoverableSerializer,
boolean supportsResume) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.