| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.s3guard |
This package contains classes related to S3Guard: a feature of S3A to mask
the eventual consistency behavior of S3 and optimize access patterns by
coordinating with a strongly consistent external store for file system
metadata.
|
| org.apache.hadoop.fs.s3a.statistics |
Statistics collection for the S3A connector: interfaces.
|
| org.apache.hadoop.fs.s3a.statistics.impl |
Statistics collection for the S3A connector: implementation.
|
| Modifier and Type | Method and Description |
|---|---|
MetastoreInstrumentation |
S3AInstrumentation.getS3GuardInstrumentation()
Create a MetastoreInstrumentation instrumentation instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetastoreInstrumentationImpl
A no-op implementation of
MetastoreInstrumentation
which allows metastores to always return an instance
when requested. |
| Modifier and Type | Method and Description |
|---|---|
MetastoreInstrumentation |
DynamoDBMetadataStore.getInstrumentation() |
default MetastoreInstrumentation |
MetadataStore.getInstrumentation()
Get any S3GuardInstrumentation for this store...must not be null.
|
| Modifier and Type | Method and Description |
|---|---|
MetastoreInstrumentation |
S3AStatisticsContext.getS3GuardInstrumentation()
Get the metastore instrumentation.
|
| Modifier and Type | Field and Description |
|---|---|
static MetastoreInstrumentation |
EmptyS3AStatisticsContext.METASTORE_INSTRUMENTATION |
| Modifier and Type | Method and Description |
|---|---|
MetastoreInstrumentation |
EmptyS3AStatisticsContext.getS3GuardInstrumentation() |
MetastoreInstrumentation |
BondedS3AStatisticsContext.getS3GuardInstrumentation()
Get a MetastoreInstrumentation getInstrumentation() instance for this
context.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.