| Package | Description |
|---|---|
| org.apache.hadoop.fs.azure |
A distributed implementation of
FileSystem for reading and writing files on
Azure Block Storage. |
| Modifier and Type | Method and Description |
|---|---|
URI |
SASKeyGeneratorInterface.getContainerSASUri(String accountName,
String container)
Interface method to retrieve SAS Key for a container within the storage
account.
|
URI |
RemoteSASKeyGeneratorImpl.getContainerSASUri(String storageAccount,
String container) |
URI |
LocalSASKeyGeneratorImpl.getContainerSASUri(String accountName,
String container)
Implementation to generate SAS Key for a container
|
URI |
SASKeyGeneratorInterface.getRelativeBlobSASUri(String accountName,
String container,
String relativePath)
Interface method to retrieve SAS Key for a blob within the container of the
storage account.
|
URI |
RemoteSASKeyGeneratorImpl.getRelativeBlobSASUri(String storageAccount,
String container,
String relativePath) |
URI |
LocalSASKeyGeneratorImpl.getRelativeBlobSASUri(String accountName,
String container,
String relativePath)
Implementation for generation of Relative Path Blob SAS Uri.
|
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.