Package | Description |
---|---|
org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
Modifier and Type | Field and Description |
---|---|
static CreateFileBuilder.CreateFileOptions |
CreateFileBuilder.OPTIONS_CREATE_FILE_NO_OVERWRITE
Classic create file option set: no overwrite.
|
static CreateFileBuilder.CreateFileOptions |
CreateFileBuilder.OPTIONS_CREATE_FILE_OVERWRITE
Classic create file option set: overwriting.
|
static CreateFileBuilder.CreateFileOptions |
CreateFileBuilder.OPTIONS_CREATE_FILE_PERFORMANCE
Performance create options.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.FSDataOutputStream |
CreateFileBuilder.CreateFileBuilderCallbacks.createFileFromBuilder(org.apache.hadoop.fs.Path path,
org.apache.hadoop.util.Progressable progress,
CreateFileBuilder.CreateFileOptions options)
Create a file from the builder.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.