| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UploadInfo |
S3AFileSystem.putObject(com.amazonaws.services.s3.model.PutObjectRequest putObjectRequest)
Start a transfer-manager managed async PUT of an object,
incrementing the put requests and put bytes
counters.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
DynamoDBMetadataStore.getDiagnostics() |
void |
DynamoDBMetadataStore.initialize(org.apache.hadoop.conf.Configuration config)
Performs one-time initialization of the metadata store via configuration.
|
void |
DynamoDBMetadataStore.initialize(org.apache.hadoop.fs.FileSystem fs)
Performs one-time initialization of the metadata store.
|
void |
DynamoDBMetadataStore.tagTable()
Add tags from configuration to the existing DynamoDB table.
|
void |
DynamoDBMetadataStore.updateParameters(Map<String,String> parameters) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.