| 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 | Description |
|---|---|---|
AuthType |
AbfsConfiguration.getAuthType(java.lang.String accountName) |
| Modifier and Type | Method | Description |
|---|---|---|
<U> java.lang.Class<? extends U> |
AbfsConfiguration.getTokenProviderClass(AuthType authType,
java.lang.String name,
java.lang.Class<? extends U> defaultValue,
java.lang.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 | Description |
|---|---|---|
AuthType |
AbfsClient.getAuthType() |
|
static AuthType |
AuthType.valueOf(java.lang.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–2025 Apache Software Foundation. All rights reserved.