| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| 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.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.