| Package | Description |
|---|---|
| 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.
|
| org.apache.hadoop.fs.s3a.statistics |
Statistics collection for the S3A connector: interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
InputStreamType |
S3AStoreImpl.streamType() |
| Modifier and Type | Field and Description |
|---|---|
static InputStreamType |
StreamIntegration.DEFAULT_STREAM_TYPE
What is the default type?
|
| Modifier and Type | Method and Description |
|---|---|
static InputStreamType |
StreamIntegration.determineInputStreamType(org.apache.hadoop.conf.Configuration conf)
Determine the input stream type for the supplied configuration.
|
InputStreamType |
ObjectInputStreamFactory.streamType()
Get the input stream type.
|
InputStreamType |
ClassicObjectInputStreamFactory.streamType() |
InputStreamType |
AnalyticsStreamFactory.streamType() |
InputStreamType |
ObjectInputStream.streamType() |
static InputStreamType |
InputStreamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputStreamType[] |
InputStreamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ObjectInputStream(InputStreamType streamType,
ObjectReadParameters parameters)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InputStreamType |
PrefetchingInputStreamFactory.streamType() |
| Modifier and Type | Method and Description |
|---|---|
long |
S3AInputStreamStatistics.streamOpened(InputStreamType type)
A stream of the given type was opened.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.