Uses of Interface
org.apache.flink.streaming.api.functions.sink.filesystem.InProgressFileWriter.PendingFileRecoverable
-
Packages that use InProgressFileWriter.PendingFileRecoverable Package Description org.apache.flink.streaming.api.functions.sink.filesystem -
-
Uses of InProgressFileWriter.PendingFileRecoverable in org.apache.flink.streaming.api.functions.sink.filesystem
Subinterfaces of InProgressFileWriter.PendingFileRecoverable in org.apache.flink.streaming.api.functions.sink.filesystem Modifier and Type Interface Description static interfaceInProgressFileWriter.InProgressFileRecoverableA handle can be used to recover in-progress file..Classes in org.apache.flink.streaming.api.functions.sink.filesystem that implement InProgressFileWriter.PendingFileRecoverable Modifier and Type Class Description static classOutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverableTheInProgressFileWriter.InProgressFileRecoverableimplementation forOutputStreamBasedPartFileWriter.OutputStreamBasedBucketWriter.static classOutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableTheInProgressFileWriter.PendingFileRecoverableimplementation forOutputStreamBasedPartFileWriter.OutputStreamBasedBucketWriter.Methods in org.apache.flink.streaming.api.functions.sink.filesystem that return InProgressFileWriter.PendingFileRecoverable Modifier and Type Method Description InProgressFileWriter.PendingFileRecoverableCompactingFileWriter. closeForCommit()Closes the writer and gets theInProgressFileWriter.PendingFileRecoverableof the written compacting file.InProgressFileWriter.PendingFileRecoverableInProgressFileWriter. closeForCommit()InProgressFileWriter.PendingFileRecoverableOutputStreamBasedPartFileWriter. closeForCommit()InProgressFileWriter.PendingFileRecoverableOutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer. deserialize(int version, byte[] serialized)Methods in org.apache.flink.streaming.api.functions.sink.filesystem that return types with arguments of type InProgressFileWriter.PendingFileRecoverable Modifier and Type Method Description org.apache.flink.core.io.SimpleVersionedSerializer<InProgressFileWriter.PendingFileRecoverable>WriterProperties. getPendingFileRecoverableSerializer()Methods in org.apache.flink.streaming.api.functions.sink.filesystem with parameters of type InProgressFileWriter.PendingFileRecoverable Modifier and Type Method Description BucketWriter.PendingFileBucketWriter. recoverPendingFile(InProgressFileWriter.PendingFileRecoverable pendingFileRecoverable)Recovers a pending file for finalizing and committing.byte[]OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer. serialize(InProgressFileWriter.PendingFileRecoverable pendingFileRecoverable)
-