| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.audit |
Support for auditing and ultimately tracing operations.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| 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 |
|---|---|
com.amazonaws.services.s3.model.PutObjectRequest |
WriteOperationHelper.createPutObjectRequest(String dest,
File sourceFile)
Create a
PutObjectRequest request to upload a file. |
com.amazonaws.services.s3.model.PutObjectRequest |
WriteOperationHelper.createPutObjectRequest(String destKey,
InputStream inputStream,
long length,
Map<String,String> headers)
Create a
PutObjectRequest request against the specific key. |
com.amazonaws.services.s3.model.S3Object |
S3AInputStream.InputStreamCallbacks.getObject(com.amazonaws.services.s3.model.GetObjectRequest request)
Execute the request.
|
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 |
|---|---|
default <T extends com.amazonaws.AmazonWebServiceRequest> |
AWSAuditEventCallbacks.beforeExecution(T request)
Preflight preparation of AWS request.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends com.amazonaws.AmazonWebServiceRequest> |
RequestFactoryImpl.PrepareRequest.prepareRequest(T t)
Post-creation preparation of AWS request.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
DynamoDBMetadataStore.getDiagnostics() |
List<com.amazonaws.services.dynamodbv2.model.Tag> |
DynamoDBMetadataStoreTableManager.getTableTagsFromConfig()
Return tags from configuration and the version marker for adding to
dynamo table during creation.
|
void |
DynamoDBMetadataStore.initialize(org.apache.hadoop.conf.Configuration config,
ITtlTimeProvider ttlTp)
Performs one-time initialization of the metadata store via configuration.
|
void |
DynamoDBMetadataStore.initialize(org.apache.hadoop.fs.FileSystem fs,
ITtlTimeProvider ttlTp)
Performs one-time initialization of the metadata store.
|
void |
DynamoDBMetadataStore.updateParameters(Map<String,String> parameters) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.