Package | Description |
---|---|
org.apache.hadoop.fs.s3a |
S3A Filesystem.
|
Modifier and Type | Method and Description |
---|---|
VectoredIOContext |
VectoredIOContext.build() |
VectoredIOContext |
S3AReadOpContext.getVectoredIOContext()
Get Vectored IO context for this this read op.
|
VectoredIOContext |
VectoredIOContext.setMaxReadSizeForVectoredReads(int maxSize) |
VectoredIOContext |
VectoredIOContext.setMinSeekForVectoredReads(int minSeek) |
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,
int prefetchBlockSize,
int prefetchBlockCount)
Instantiate.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.