| 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 |
|---|---|
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 and Description |
|---|---|
class |
FixedSASTokenProvider
In house implementation of
SASTokenProvider to use a fixed SAS token with ABFS. |
| Modifier and Type | Method and Description |
|---|---|
SASTokenProvider |
AbfsClient.getSasTokenProvider() |
| Constructor and Description |
|---|
AbfsClient(URL baseUrl,
SharedKeyCredentials sharedKeyCredentials,
AbfsConfiguration abfsConfiguration,
SASTokenProvider sasTokenProvider,
EncryptionContextProvider encryptionContextProvider,
AbfsClientContext abfsClientContext) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.