@InterfaceAudience.Private
See: Description
| Interface | Description |
|---|---|
| ObjectInputStreamCallbacks |
Callbacks for reading object data from the S3 Store.
|
| ObjectInputStreamFactory |
A Factory for
ObjectInputStream streams. |
| ObjectInputStreamFactory.StreamFactoryCallbacks |
Callbacks for stream factories.
|
| Class | Description |
|---|---|
| AbstractObjectInputStreamFactory |
Base implementation of
ObjectInputStreamFactory. |
| AnalyticsStream |
Analytics stream creates a stream using aws-analytics-accelerator-s3.
|
| AnalyticsStreamFactory |
A factory for
AnalyticsStream. |
| ClassicObjectInputStreamFactory |
Factory of classic
S3AInputStream instances. |
| FactoryBindingParameters |
Parameters passed down to
ObjectInputStreamFactory.bind(org.apache.hadoop.fs.s3a.impl.streams.FactoryBindingParameters). |
| ObjectInputStream |
A stream of data from an S3 object.
|
| ObjectReadParameters |
Parameters for object input streams created through
ObjectInputStreamFactory. |
| StreamFactoryRequirements |
Requirements for requirements for streams from this factory,
including threading and vector IO, and of
the Filesystem instance itself via
StreamFactoryRequirements.Requirements. |
| StreamIntegration |
Stream integration, including factory construction.
|
| Enum | Description |
|---|---|
| InputStreamType |
Enum of input stream types.
|
| StreamFactoryRequirements.Requirements |
Requirements a factory may have.
|
A lot of the existing stream work is elsewhere, this module is where ongoing work should take place.
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.