public static final class OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable extends Object implements InProgressFileWriter.PendingFileRecoverable
PendingFileRecoverable implementation for OutputStreamBasedBucketWriter.| Constructor and Description |
|---|
OutputStreamBasedPendingFileRecoverable(org.apache.flink.core.fs.RecoverableWriter.CommitRecoverable commitRecoverable)
Deprecated.
|
OutputStreamBasedPendingFileRecoverable(org.apache.flink.core.fs.RecoverableWriter.CommitRecoverable commitRecoverable,
org.apache.flink.core.fs.Path targetPath,
long fileSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.flink.core.fs.Path |
getPath() |
long |
getSize() |
int |
hashCode() |
@Deprecated public OutputStreamBasedPendingFileRecoverable(org.apache.flink.core.fs.RecoverableWriter.CommitRecoverable commitRecoverable)
public OutputStreamBasedPendingFileRecoverable(org.apache.flink.core.fs.RecoverableWriter.CommitRecoverable commitRecoverable,
@Nullable
org.apache.flink.core.fs.Path targetPath,
long fileSize)
public org.apache.flink.core.fs.Path getPath()
getPath in interface InProgressFileWriter.PendingFileRecoverablepublic long getSize()
getSize in interface InProgressFileWriter.PendingFileRecoverableCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.