| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.auth.delegation |
Extensible delegation token support for the S3A connector.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
StoreContext |
S3AFileSystem.createStoreContext()
Build an immutable store context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
S3AFileSystem.CopyFromLocalCallbacksImpl.createEmptyDir(org.apache.hadoop.fs.Path path,
StoreContext storeContext) |
org.apache.hadoop.fs.RemoteIterator<software.amazon.awssdk.services.s3.model.MultipartUpload> |
S3AFileSystem.listUploadsUnderPrefix(StoreContext storeContext,
String prefix)
List any pending multipart uploads whose keys begin with prefix, using
an iterator that can handle an unlimited number of entries.
|
| Constructor and Description |
|---|
Listing(ListingOperationCallbacks listingOperationCallbacks,
StoreContext storeContext) |
UploadIterator(StoreContext storeContext,
software.amazon.awssdk.services.s3.S3Client s3,
int maxKeys,
String prefix)
Construct an iterator to list uploads under a path.
|
| Modifier and Type | Method and Description |
|---|---|
protected StoreContext |
AbstractDTService.getStoreContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
S3ADelegationTokens.bindToFileSystem(URI uri,
StoreContext context,
DelegationOperations delegationOperations) |
void |
AbstractDTService.bindToFileSystem(URI uri,
StoreContext context,
DelegationOperations delegationOperations)
Bind to the filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
StoreContext |
StoreContextBuilder.build() |
StoreContext |
AbstractStoreOperation.getStoreContext()
Get the store context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CopyFromLocalOperation.CopyFromLocalOperationCallbacks.createEmptyDir(org.apache.hadoop.fs.Path path,
StoreContext storeContext)
Create empty directory at path.
|
| Constructor and Description |
|---|
AbstractStoreOperation(StoreContext storeContext)
Constructor.
|
AbstractStoreOperation(StoreContext storeContext,
org.apache.hadoop.fs.store.audit.AuditSpan auditSpan)
Constructor.
|
BulkDeleteRetryHandler(StoreContext storeContext)
Constructor.
|
CopyFromLocalOperation(StoreContext storeContext,
org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.Path destination,
boolean deleteSource,
boolean overwrite,
CopyFromLocalOperation.CopyFromLocalOperationCallbacks callbacks) |
DeleteOperation(StoreContext context,
S3AFileStatus status,
boolean recursive,
OperationCallbacks callbacks,
int pageSize,
boolean dirOperationsPurgeUploads)
Constructor.
|
ExecutingStoreOperation(StoreContext storeContext)
Constructor.
|
ExecutingStoreOperation(StoreContext storeContext,
org.apache.hadoop.fs.store.audit.AuditSpan auditSpan)
Constructor.
|
GetContentSummaryOperation(StoreContext storeContext,
org.apache.hadoop.fs.Path path,
GetContentSummaryOperation.GetContentSummaryCallbacks callbacks)
Constructor.
|
HeaderProcessing(StoreContext storeContext,
HeaderProcessing.HeaderProcessingCallbacks callbacks)
Construct.
|
MkdirOperation(StoreContext storeContext,
org.apache.hadoop.fs.Path dir,
MkdirOperation.MkdirCallbacks callbacks,
boolean isMagicPath) |
RenameOperation(StoreContext storeContext,
org.apache.hadoop.fs.Path sourcePath,
String sourceKey,
S3AFileStatus sourceStatus,
org.apache.hadoop.fs.Path destPath,
String destKey,
S3AFileStatus destStatus,
OperationCallbacks callbacks,
int pageSize,
boolean dirOperationsPurgeUploads)
Initiate the rename.
|
S3AMultipartUploaderBuilder(S3AFileSystem fileSystem,
WriteOperations writeOperations,
StoreContext context,
org.apache.hadoop.fs.Path p,
S3AMultipartUploaderStatistics statistics) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.