| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs |
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage. |
| org.apache.hadoop.fs.azurebfs.services |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
AbfsConfiguration.getAuthType(String accountName) |
| Modifier and Type | Method and Description |
|---|---|
<U> Class<? extends U> |
AbfsConfiguration.getTokenProviderClass(AuthType authType,
String name,
Class<? extends U> defaultValue,
Class<U> xface)
Returns account-specific token provider class if it exists, else checks if
an account-agnostic setting is present for token provider class if AuthType
matches with authType passed.
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
AbfsClient.getAuthType() |
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.