Modifier and Type | Interface and Description |
---|---|
static interface |
RecoverableWriter.ResumeRecoverable
A handle to an in-progress stream with a defined and persistent amount of data.
|
Modifier and Type | Method and Description |
---|---|
RecoverableWriter.CommitRecoverable |
RecoverableFsDataOutputStream.Committer.getRecoverable()
Gets a recoverable object to recover the committer.
|
Modifier and Type | Method and Description |
---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
RecoverableWriter.getCommitRecoverableSerializer()
The serializer for the CommitRecoverable types created in this writer.
|
Modifier and Type | Method and Description |
---|---|
RecoverableFsDataOutputStream.Committer |
RecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable resumable)
Recovers a recoverable stream consistently at the point indicated by the given
CommitRecoverable for finalizing and committing.
|
Modifier and Type | Method and Description |
---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
LocalRecoverableWriter.getCommitRecoverableSerializer() |
Modifier and Type | Method and Description |
---|---|
RecoverableFsDataOutputStream.Committer |
LocalRecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable recoverable) |
Modifier and Type | Method and Description |
---|---|
RecoverableFsDataOutputStream.Committer |
AzureBlobRecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable recoverable) |
Modifier and Type | Method and Description |
---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
GSRecoverableWriter.getCommitRecoverableSerializer() |
Modifier and Type | Method and Description |
---|---|
RecoverableFsDataOutputStream.Committer |
GSRecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable resumable) |
Modifier and Type | Class and Description |
---|---|
class |
OSSRecoverable
Data object to recover an OSS MultiPartUpload for a recoverable output stream.
|
Modifier and Type | Method and Description |
---|---|
RecoverableWriter.CommitRecoverable |
OSSCommitter.getRecoverable() |
Modifier and Type | Method and Description |
---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
OSSRecoverableWriter.getCommitRecoverableSerializer() |
Modifier and Type | Method and Description |
---|---|
RecoverableFsDataOutputStream.Committer |
OSSRecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable resumable) |
Modifier and Type | Class and Description |
---|---|
class |
S3Recoverable
Data object to recover an S3 MultiPartUpload for a recoverable output stream.
|
Modifier and Type | Method and Description |
---|---|
RecoverableWriter.CommitRecoverable |
S3Committer.getRecoverable() |
Modifier and Type | Method and Description |
---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
S3RecoverableWriter.getCommitRecoverableSerializer() |
Modifier and Type | Method and Description |
---|---|
RecoverableFsDataOutputStream.Committer |
S3RecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable recoverable) |
Modifier and Type | Class and Description |
---|---|
class |
HadoopFsRecoverable
An implementation of the resume and commit descriptor objects for Hadoop's/AzureBlob file system
abstraction.
|
Modifier and Type | Method and Description |
---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
HadoopRecoverableWriter.getCommitRecoverableSerializer() |
Modifier and Type | Method and Description |
---|---|
RecoverableFsDataOutputStream.Committer |
HadoopRecoverableWriter.recoverForCommit(RecoverableWriter.CommitRecoverable recoverable) |
Modifier and Type | Method and Description |
---|---|
SimpleVersionedSerializer<RecoverableWriter.CommitRecoverable> |
OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverableSerializer.getCommitSerializer() |
Constructor and Description |
---|
OutputStreamBasedPendingFileRecoverable(RecoverableWriter.CommitRecoverable commitRecoverable)
Deprecated.
|
OutputStreamBasedPendingFileRecoverable(RecoverableWriter.CommitRecoverable commitRecoverable,
Path targetPath,
long fileSize) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.