| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
| org.apache.hadoop.fs.s3a.impl.streams |
Input and Output stream support.
|
| Modifier and Type | Method and Description |
|---|---|
VectoredIOContext |
VectoredIOContext.build()
Make immutable.
|
VectoredIOContext |
S3AReadOpContext.getVectoredIOContext()
Get Vectored IO context for this this read op.
|
VectoredIOContext |
VectoredIOContext.setMaxReadSizeForVectoredReads(int maxSize)
What is the largest size that we should group ranges
together during vectored read operation?
|
VectoredIOContext |
VectoredIOContext.setMinSeekForVectoredReads(int minSeek)
What is the threshold at which a seek() to a new location
is initiated, rather than merging ranges?
Set to zero to disable range merging entirely.
|
VectoredIOContext |
VectoredIOContext.setVectoredActiveRangeReads(int activeReads)
Maximum number of active range read operation a single
input stream can have.
|
| Constructor and Description |
|---|
S3AReadOpContext(org.apache.hadoop.fs.Path path,
Invoker invoker,
org.apache.hadoop.fs.FileSystem.Statistics stats,
S3AStatisticsContext instrumentation,
org.apache.hadoop.fs.FileStatus dstFileStatus,
VectoredIOContext vectoredIOContext,
org.apache.hadoop.fs.statistics.IOStatisticsAggregator ioStatisticsAggregator,
org.apache.hadoop.fs.impl.prefetch.ExecutorServiceFuturePool futurePool)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
protected VectoredIOContext |
ObjectInputStream.getVectoredIOContext()
Get Vectored IO context.
|
static VectoredIOContext |
StreamIntegration.populateVectoredIOContext(org.apache.hadoop.conf.Configuration conf)
Populates the configurations related to vectored IO operations.
|
VectoredIOContext |
StreamFactoryRequirements.vectoredIOContext()
The VectorIO requirements of streams.
|
| Constructor and Description |
|---|
StreamFactoryRequirements(int sharedThreads,
int streamThreads,
VectoredIOContext vectoredIOContext,
StreamFactoryRequirements.Requirements... requirements)
Create the thread options.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.