| 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 |
|---|---|---|
SASTokenProvider |
AbfsConfiguration.getSASTokenProvider() |
Returns the SASTokenProvider implementation to be used to generate SAS token.
Users can choose between a custom implementation of SASTokenProvider
or an in house implementation FixedSASTokenProvider.For Custom implementation "fs.azure.sas.token.provider.type" needs to be provided. For Fixed SAS Token use "fs.azure.sas.fixed.token" needs to be provided. In case both are provided, Preference will be given to Custom implementation. Avoid using a custom tokenProvider implementation just to read the configured fixed token, as this could create confusion. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FixedSASTokenProvider |
In house implementation of
SASTokenProvider to use a fixed SAS token with ABFS. |
| Modifier and Type | Method | Description |
|---|---|---|
SASTokenProvider |
AbfsClient.getSasTokenProvider() |
| Constructor | Description |
|---|---|
AbfsClient(java.net.URL baseUrl,
SharedKeyCredentials sharedKeyCredentials,
AbfsConfiguration abfsConfiguration,
SASTokenProvider sasTokenProvider,
EncryptionContextProvider encryptionContextProvider,
AbfsClientContext abfsClientContext) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.