@Internal public class HadoopFsRecoverable extends Object implements RecoverableWriter.CommitRecoverable, 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–2024 The Apache Software Foundation. All rights reserved.