| 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 | |
| org.apache.hadoop.fs.azurebfs.utils |
| Modifier and Type | Method and Description |
|---|---|
AbfsClient |
AzureBlobFileSystemStore.getClient() |
| Modifier and Type | Method and Description |
|---|---|
AbfsClient |
AbfsOutputStreamContext.getClient() |
| Modifier and Type | Method and Description |
|---|---|
AbfsOutputStreamContext |
AbfsOutputStreamContext.withClient(AbfsClient client) |
| Constructor and Description |
|---|
AbfsInputStream(AbfsClient client,
org.apache.hadoop.fs.FileSystem.Statistics statistics,
String path,
long contentLength,
AbfsInputStreamContext abfsInputStreamContext,
String eTag,
TracingContext tracingContext) |
AbfsLease(AbfsClient client,
String path,
int acquireMaxRetries,
int acquireRetryInterval,
TracingContext tracingContext) |
AbfsLease(AbfsClient client,
String path,
TracingContext tracingContext) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
NamespaceUtil.isNamespaceEnabled(AbfsClient abfsClient,
TracingContext tracingContext)
Return if the account used in the provided abfsClient object namespace enabled
or not.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.