| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| org.apache.hadoop.fs.s3a.impl.write |
Classes related to writing objects.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<WriteObjectFlags> |
PutObjectOptions.getWriteObjectFlags() |
EnumSet<WriteObjectFlags> |
CreateFileBuilder.CreateFileOptions.writeObjectFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PutObjectOptions.hasFlag(WriteObjectFlags flag)
Does the flag set contain the specific flag.
|
boolean |
CreateFileBuilder.CreateFileOptions.isSet(WriteObjectFlags val) |
| Constructor and Description |
|---|
CreateFileOptions(EnumSet<org.apache.hadoop.fs.CreateFlag> flags,
EnumSet<WriteObjectFlags> writeObjectFlags,
String etag,
Map<String,String> headers) |
PutObjectOptions(boolean keepMarkers,
String storageClass,
Map<String,String> headers,
EnumSet<WriteObjectFlags> writeObjectFlags,
String etagOverwrite)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WriteObjectFlags |
WriteObjectFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteObjectFlags[] |
WriteObjectFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.