Package | Description |
---|---|
org.apache.hadoop.fs.swift.exceptions | |
org.apache.hadoop.fs.swift.http | |
org.apache.hadoop.fs.swift.snative |
Modifier and Type | Class and Description |
---|---|
class |
SwiftAuthenticationFailedException
An exception raised when an authentication request was rejected
|
class |
SwiftBadRequestException
Thrown to indicate that data locality can't be calculated or requested path is incorrect.
|
class |
SwiftConfigurationException
Exception raised to indicate there is some problem with how the Swift FS
is configured
|
class |
SwiftConnectionClosedException
Exception raised when an attempt is made to use a closed stream
|
class |
SwiftConnectionException
Thrown to indicate that connection is lost or failed to be made
|
class |
SwiftInternalStateException
The internal state of the Swift client is wrong -presumably a sign
of some bug
|
class |
SwiftInvalidResponseException
Exception raised when the HTTP code is invalid.
|
class |
SwiftJsonMarshallingException
Exception raised when the J/O mapping fails.
|
class |
SwiftOperationFailedException
Used to relay exceptions upstream from the inner implementation
to the public API, where it is downgraded to a log+failure.
|
class |
SwiftThrottledRequestException
Exception raised if a Swift endpoint returned a HTTP response indicating
the caller is being throttled.
|
class |
SwiftUnsupportedFeatureException
Exception raised on an unsupported feature in the FS API -such as
append() |
Modifier and Type | Method and Description |
---|---|
static URI |
SwiftRestClient.pathToURI(SwiftObjectPath path,
URI endpointURI)
Converts Swift path to URI to make request.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.Path |
SwiftNativeFileSystemStore.getCorrectSwiftPath(org.apache.hadoop.fs.Path path)
Take a Hadoop path and return one which uses the URI prefix and authority
of this FS.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.