| 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.impl.streams |
Input and Output stream support.
|
| org.apache.hadoop.fs.s3a.prefetch |
High performance s3 input stream which reads in
blocks and can cache blocks in the local filesystem.
|
| Constructor and Description |
|---|
S3AInputStream(ObjectReadParameters parameters)
Create the stream.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
S3AStoreImpl.readObject(ObjectReadParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
ObjectReadParameters |
ObjectReadParameters.validate()
Validate that all attributes are as expected.
|
ObjectReadParameters |
ObjectReadParameters.withBoundedThreadPool(ExecutorService value)
Set bounded thread pool.
|
ObjectReadParameters |
ObjectReadParameters.withCallbacks(ObjectInputStreamCallbacks value)
Set callbacks to store read operation.
|
ObjectReadParameters |
ObjectReadParameters.withContext(S3AReadOpContext value)
Set read operation context.
|
ObjectReadParameters |
ObjectReadParameters.withDirectoryAllocator(org.apache.hadoop.fs.LocalDirAllocator value)
Set allocator of local FS storage.
|
ObjectReadParameters |
ObjectReadParameters.withObjectAttributes(S3ObjectAttributes value)
Set object attributes.
|
ObjectReadParameters |
ObjectReadParameters.withStreamStatistics(S3AInputStreamStatistics value)
Set SetStream statistics callback.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
ObjectInputStreamFactory.readObject(ObjectReadParameters parameters)
Create a new input stream.
|
ObjectInputStream |
ClassicObjectInputStreamFactory.readObject(ObjectReadParameters parameters) |
ObjectInputStream |
AnalyticsStreamFactory.readObject(ObjectReadParameters parameters) |
| Constructor and Description |
|---|
AnalyticsStream(ObjectReadParameters parameters,
software.amazon.s3.analyticsaccelerator.S3SeekableInputStreamFactory s3SeekableInputStreamFactory) |
ObjectInputStream(InputStreamType streamType,
ObjectReadParameters parameters)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
PrefetchingInputStreamFactory.readObject(ObjectReadParameters parameters) |
| Constructor and Description |
|---|
S3APrefetchingInputStream(ObjectReadParameters parameters,
org.apache.hadoop.conf.Configuration conf,
PrefetchOptions prefetchOptions)
Initializes a new instance of the
S3APrefetchingInputStream class. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.