| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| org.apache.hadoop.fs.s3a.select |
Support for S3 Select.
|
| 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 |
|---|---|
S3AInputStreamStatistics |
S3AInputStream.getS3AStreamStatistics()
Access the input stream statistics.
|
S3AInputStreamStatistics |
S3AInstrumentation.newInputStreamStatistics(org.apache.hadoop.fs.FileSystem.Statistics filesystemStatistics)
Create a stream input statistics instance.
|
| Constructor and Description |
|---|
S3AInputStream(S3AReadOpContext ctx,
S3ObjectAttributes s3Attributes,
S3AInputStream.InputStreamCallbacks client,
S3AInputStreamStatistics streamStatistics,
ExecutorService boundedThreadPool)
Create the stream.
|
| Modifier and Type | Method and Description |
|---|---|
S3AInputStreamStatistics |
SDKStreamDrainer.getStreamStatistics() |
| Constructor and Description |
|---|
SDKStreamDrainer(String uri,
Closeable requestObject,
com.amazonaws.internal.SdkFilterInputStream sdkStream,
boolean shouldAbort,
int remaining,
S3AInputStreamStatistics streamStatistics,
String reason)
Prepare to drain the stream.
|
| Modifier and Type | Method and Description |
|---|---|
S3AInputStreamStatistics |
SelectInputStream.getS3AStreamStatistics()
Get the Stream statistics.
|
| Modifier and Type | Method and Description |
|---|---|
S3AInputStreamStatistics |
S3AStatisticsContext.newInputStreamStatistics()
Create a stream input statistics instance.
|
| Modifier and Type | Field and Description |
|---|---|
static S3AInputStreamStatistics |
EmptyS3AStatisticsContext.EMPTY_INPUT_STREAM_STATISTICS |
| Modifier and Type | Method and Description |
|---|---|
S3AInputStreamStatistics |
EmptyS3AStatisticsContext.newInputStreamStatistics() |
S3AInputStreamStatistics |
BondedS3AStatisticsContext.newInputStreamStatistics()
Create a stream input statistics instance.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.