| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.api |
Where the interfaces for classes implemented in
o.a.h.fs.s3a.impl
should go. |
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.impl.FlagSet<PerformanceFlagEnum> |
S3AFileSystem.getPerformanceFlags()
Get the performance flags.
|
| Modifier and Type | Method and Description |
|---|---|
static PerformanceFlagEnum |
PerformanceFlagEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceFlagEnum[] |
PerformanceFlagEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.impl.FlagSet<PerformanceFlagEnum> |
StoreContextBuilder.getPerformanceFlags() |
org.apache.hadoop.fs.impl.FlagSet<PerformanceFlagEnum> |
StoreContext.getPerformanceFlags()
Get the performance flags.
|
| Modifier and Type | Method and Description |
|---|---|
StoreContextBuilder |
StoreContextBuilder.setPerformanceFlags(org.apache.hadoop.fs.impl.FlagSet<PerformanceFlagEnum> flagSet) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.