| 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 | Interface and Description |
|---|---|
interface |
S3AStore
Interface for the S3A Store;
S3 client interactions should be via this; mocking
is possible for unit tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
S3AStoreImpl
Store Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectInputStreamFactory
Base implementation of
ObjectInputStreamFactory. |
class |
AnalyticsStreamFactory
A factory for
AnalyticsStream. |
class |
ClassicObjectInputStreamFactory
Factory of classic
S3AInputStream instances. |
| Modifier and Type | Method and Description |
|---|---|
static ObjectInputStreamFactory |
StreamIntegration.factoryFromConfig(org.apache.hadoop.conf.Configuration conf)
Create the input stream factory the configuration asks for.
|
| Modifier and Type | Method and Description |
|---|---|
Function<org.apache.hadoop.conf.Configuration,ObjectInputStreamFactory> |
InputStreamType.factory()
Factory constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrefetchingInputStreamFactory
Factory for prefetching streams.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.