| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3AInputStream
The input stream for an S3A object.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
S3AStoreImpl.readObject(ObjectReadParameters parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyticsStream
Analytics stream creates a stream using aws-analytics-accelerator-s3.
|
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
S3APrefetchingInputStream
Enhanced
InputStream for reading from S3. |
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
PrefetchingInputStreamFactory.readObject(ObjectReadParameters parameters) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.