| 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 and Description |
|---|---|
EncryptionContextProvider |
AbfsConfiguration.createEncryptionContextProvider() |
| Constructor and Description |
|---|
ContextProviderEncryptionAdapter(EncryptionContextProvider provider,
String path)
Following constructor called in case of createPath.
|
ContextProviderEncryptionAdapter(EncryptionContextProvider provider,
String path,
byte[] encryptionContext)
Following constructor called when the encryptionContext of file is known.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionContextProvider |
AbfsClient.getEncryptionContextProvider() |
| Constructor and Description |
|---|
AbfsClient(URL baseUrl,
SharedKeyCredentials sharedKeyCredentials,
AbfsConfiguration abfsConfiguration,
AccessTokenProvider tokenProvider,
EncryptionContextProvider encryptionContextProvider,
AbfsClientContext abfsClientContext) |
AbfsClient(URL baseUrl,
SharedKeyCredentials sharedKeyCredentials,
AbfsConfiguration abfsConfiguration,
SASTokenProvider sasTokenProvider,
EncryptionContextProvider encryptionContextProvider,
AbfsClientContext abfsClientContext) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.