| 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.security |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.fs.azurebfs.services |
| Modifier and Type | Method | Description |
|---|---|---|
EncryptionContextProvider |
AbfsConfiguration.createEncryptionContextProvider() |
| Constructor | Description |
|---|---|
ContextProviderEncryptionAdapter(EncryptionContextProvider provider,
java.lang.String path) |
Following constructor called in case of createPath.
|
ContextProviderEncryptionAdapter(EncryptionContextProvider provider,
java.lang.String path,
byte[] encryptionContext) |
Following constructor called when the encryptionContext of file is known.
|
| Modifier and Type | Method | Description |
|---|---|---|
EncryptionContextProvider |
AbfsClient.getEncryptionContextProvider() |
| Constructor | Description |
|---|---|
AbfsClient(java.net.URL baseUrl,
SharedKeyCredentials sharedKeyCredentials,
AbfsConfiguration abfsConfiguration,
SASTokenProvider sasTokenProvider,
EncryptionContextProvider encryptionContextProvider,
AbfsClientContext abfsClientContext) |
|
AbfsClient(java.net.URL baseUrl,
SharedKeyCredentials sharedKeyCredentials,
AbfsConfiguration abfsConfiguration,
AccessTokenProvider tokenProvider,
EncryptionContextProvider encryptionContextProvider,
AbfsClientContext abfsClientContext) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.