| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.impl.streams |
Input and Output stream support.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamFactoryRequirements.Requirements |
StreamFactoryRequirements.Requirements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamFactoryRequirements.Requirements[] |
StreamFactoryRequirements.Requirements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamFactoryRequirements.requires(StreamFactoryRequirements.Requirements r)
Does this factory have this requirement?
|
| Constructor and Description |
|---|
StreamFactoryRequirements(int sharedThreads,
int streamThreads,
VectoredIOContext vectoredIOContext,
StreamFactoryRequirements.Requirements... requirements)
Create the thread options.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.