@Internal public class HadoopFsRecoverable extends Object implements org.apache.flink.core.fs.RecoverableWriter.CommitRecoverable, org.apache.flink.core.fs.RecoverableWriter.ResumeRecoverable
| Constructor and Description |
|---|
HadoopFsRecoverable(org.apache.hadoop.fs.Path targetFile,
org.apache.hadoop.fs.Path tempFile,
long offset)
Creates a resumable for the given file at the given position.
|
| Modifier and Type | Method and Description |
|---|---|
long |
offset() |
org.apache.hadoop.fs.Path |
targetFile() |
org.apache.hadoop.fs.Path |
tempFile() |
String |
toString() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.