| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
static Tristate |
Tristate.from(Optional<Boolean> b)
Build a tristate from a boolean.
|
static Tristate |
Tristate.fromBool(boolean v) |
Tristate |
S3AFileStatus.isEmptyDirectory() |
static Tristate |
Tristate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tristate[] |
Tristate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static S3AFileStatus |
S3AFileStatus.fromFileStatus(org.apache.hadoop.fs.FileStatus source,
Tristate isEmptyDirectory,
String eTag,
String versionId)
Convenience constructor for creating from a vanilla FileStatus plus
an isEmptyDirectory flag.
|
void |
S3AFileStatus.setIsEmptyDirectory(Tristate isEmptyDirectory)
Update isEmptyDirectory attribute.
|
| Constructor and Description |
|---|
S3AFileStatus(Tristate isemptydir,
org.apache.hadoop.fs.Path path,
String owner)
Create a directory status.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.