| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
| Modifier and Type | Method and Description |
|---|---|
InstantiationIOException.Kind |
InstantiationIOException.getKind() |
static InstantiationIOException.Kind |
InstantiationIOException.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstantiationIOException.Kind[] |
InstantiationIOException.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InstantiationIOException(InstantiationIOException.Kind kind,
URI uri,
String classname,
String key,
String message,
Throwable cause) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.