| 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 |
|---|---|
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) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.