| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
protected static S3AStorageStatistics |
S3AFileSystem.createStorageStatistics()
Create the storage statistics or bind to an existing one.
|
S3AStorageStatistics |
S3AFileSystem.getStorageStatistics()
Get the storage statistics of this filesystem.
|
| Modifier and Type | Method and Description |
|---|---|
S3AStorageStatistics |
StoreContext.getStorageStatistics()
Get the storage statistics of this filesystem.
|
| Constructor and Description |
|---|
StoreContext(URI fsURI,
String bucket,
org.apache.hadoop.conf.Configuration configuration,
String username,
org.apache.hadoop.security.UserGroupInformation owner,
com.google.common.util.concurrent.ListeningExecutorService executor,
int executorCapacity,
Invoker invoker,
S3AInstrumentation instrumentation,
S3AStorageStatistics storageStatistics,
S3AInputPolicy inputPolicy,
ChangeDetectionPolicy changeDetectionPolicy,
boolean multiObjectDeleteEnabled,
MetadataStore metadataStore,
boolean useListV1,
ContextAccessors contextAccessors,
ITtlTimeProvider timeProvider)
Instantiate.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.