Package | Description |
---|---|
org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
Modifier and Type | Method and Description |
---|---|
S3AFileStatus |
S3AFileSystem.MkdirOperationCallbacksImpl.probePathStatus(org.apache.hadoop.fs.Path path,
Set<StatusProbeEnum> probes) |
S3AFileStatus |
S3AFileSystem.GetContentSummaryCallbacksImpl.probePathStatus(org.apache.hadoop.fs.Path path,
Set<StatusProbeEnum> probes) |
Modifier and Type | Field and Description |
---|---|
static Set<StatusProbeEnum> |
StatusProbeEnum.ALL
Look for files and directories.
|
static Set<StatusProbeEnum> |
StatusProbeEnum.DIRECTORIES
Skip the HEAD and only look for directories.
|
static Set<StatusProbeEnum> |
StatusProbeEnum.FILE
Look for files and directories.
|
static Set<StatusProbeEnum> |
StatusProbeEnum.HEAD_ONLY
We only want the HEAD.
|
static Set<StatusProbeEnum> |
StatusProbeEnum.LIST_ONLY
List operation only.
|
Modifier and Type | Method and Description |
---|---|
static StatusProbeEnum |
StatusProbeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusProbeEnum[] |
StatusProbeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
S3AFileStatus |
MkdirOperation.MkdirCallbacks.probePathStatus(org.apache.hadoop.fs.Path path,
Set<StatusProbeEnum> probes)
Get the status of a path.
|
S3AFileStatus |
GetContentSummaryOperation.GetContentSummaryCallbacks.probePathStatus(org.apache.hadoop.fs.Path path,
Set<StatusProbeEnum> probes)
Get the status of a path.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.