Package | Description |
---|---|
org.apache.hadoop.fs.s3a.impl |
Implementation classes private to the S3A store.
|
Modifier and Type | Method and Description |
---|---|
static InstantiationIOException |
InstantiationIOException.instantiationException(URI uri,
String classname,
String key,
Throwable t)
General instantiation failure.
|
static InstantiationIOException |
InstantiationIOException.isAbstract(URI uri,
String classname,
String key)
Class is abstract.
|
static InstantiationIOException |
InstantiationIOException.isNotInstanceOf(URI uri,
String classname,
String interfaceName,
String key)
Class does not implement the desired interface.
|
static InstantiationIOException |
InstantiationIOException.unavailable(URI uri,
String classname,
String key,
String text)
Class is unavailable for some reason, probably a missing dependency.
|
static InstantiationIOException |
InstantiationIOException.unsupportedConstructor(URI uri,
String classname,
String key)
Failure to find a valid constructor (signature, visibility) or
factory method.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.