| 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 |
|---|---|
void |
AzureBlobFileSystemStore.access(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.permission.FsAction mode,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.breakLease(org.apache.hadoop.fs.Path path,
TracingContext tracingContext)
Break any current lease on an ABFS file.
|
void |
AzureBlobFileSystemStore.createDirectory(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.permission.FsPermission permission,
org.apache.hadoop.fs.permission.FsPermission umask,
TracingContext tracingContext) |
OutputStream |
AzureBlobFileSystemStore.createFile(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem.Statistics statistics,
boolean overwrite,
org.apache.hadoop.fs.permission.FsPermission permission,
org.apache.hadoop.fs.permission.FsPermission umask,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.createFilesystem(TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.delete(org.apache.hadoop.fs.Path path,
boolean recursive,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.deleteFilesystem(TracingContext tracingContext) |
org.apache.hadoop.fs.permission.AclStatus |
AzureBlobFileSystemStore.getAclStatus(org.apache.hadoop.fs.Path path,
TracingContext tracingContext) |
org.apache.hadoop.fs.FileStatus |
AzureBlobFileSystemStore.getFileStatus(org.apache.hadoop.fs.Path path,
TracingContext tracingContext) |
Hashtable<String,String> |
AzureBlobFileSystemStore.getFilesystemProperties(TracingContext tracingContext) |
boolean |
AzureBlobFileSystemStore.getIsNamespaceEnabled(TracingContext tracingContext) |
Hashtable<String,String> |
AzureBlobFileSystemStore.getPathStatus(org.apache.hadoop.fs.Path path,
TracingContext tracingContext) |
String |
AzureBlobFileSystemStore.listStatus(org.apache.hadoop.fs.Path path,
String startFrom,
List<org.apache.hadoop.fs.FileStatus> fileStatuses,
boolean fetchAll,
String continuation,
TracingContext tracingContext) |
org.apache.hadoop.fs.FileStatus[] |
AzureBlobFileSystemStore.listStatus(org.apache.hadoop.fs.Path path,
String startFrom,
TracingContext tracingContext) |
org.apache.hadoop.fs.FileStatus[] |
AzureBlobFileSystemStore.listStatus(org.apache.hadoop.fs.Path path,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.modifyAclEntries(org.apache.hadoop.fs.Path path,
List<org.apache.hadoop.fs.permission.AclEntry> aclSpec,
TracingContext tracingContext) |
AbfsInputStream |
AzureBlobFileSystemStore.openFileForRead(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem.Statistics statistics,
TracingContext tracingContext) |
AbfsInputStream |
AzureBlobFileSystemStore.openFileForRead(org.apache.hadoop.fs.Path path,
Optional<org.apache.hadoop.fs.impl.OpenFileParameters> parameters,
org.apache.hadoop.fs.FileSystem.Statistics statistics,
TracingContext tracingContext) |
OutputStream |
AzureBlobFileSystemStore.openFileForWrite(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem.Statistics statistics,
boolean overwrite,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.removeAcl(org.apache.hadoop.fs.Path path,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.removeAclEntries(org.apache.hadoop.fs.Path path,
List<org.apache.hadoop.fs.permission.AclEntry> aclSpec,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.removeDefaultAcl(org.apache.hadoop.fs.Path path,
TracingContext tracingContext) |
boolean |
AzureBlobFileSystemStore.rename(org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.Path destination,
TracingContext tracingContext,
String sourceEtag)
Rename a file or directory.
|
void |
AzureBlobFileSystemStore.setAcl(org.apache.hadoop.fs.Path path,
List<org.apache.hadoop.fs.permission.AclEntry> aclSpec,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setFilesystemProperties(Hashtable<String,String> properties,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setOwner(org.apache.hadoop.fs.Path path,
String owner,
String group,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setPathProperties(org.apache.hadoop.fs.Path path,
Hashtable<String,String> properties,
TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setPermission(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.permission.FsPermission permission,
TracingContext tracingContext) |
| Modifier and Type | Method and Description |
|---|---|
TracingContext |
AbfsOutputStreamContext.getTracingContext() |
TracingContext |
AbfsLease.getTracingContext() |
TracingContext |
AbfsInputStream.getTracingContext() |
| Modifier and Type | Method and Description |
|---|---|
AbfsRestOperation |
AbfsClient.acquireLease(String path,
int duration,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.append(String path,
byte[] buffer,
AppendRequestParameters reqParams,
String cachedSasToken,
TracingContext tracingContext) |
boolean |
AbfsClient.appendSuccessCheckOp(AbfsRestOperation op,
String path,
long length,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.breakLease(String path,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.checkAccess(String path,
String rwx,
TracingContext tracingContext)
Talks to the server to check whether the permission specified in
the rwx parameter is present for the path specified in the path parameter.
|
AbfsRestOperation |
AbfsClient.createFilesystem(TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.createPath(String path,
boolean isFile,
boolean overwrite,
String permission,
String umask,
boolean isAppendBlob,
String eTag,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.deleteFilesystem(TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.deletePath(String path,
boolean recursive,
String continuation,
TracingContext tracingContext) |
void |
AbfsRestOperation.execute(TracingContext tracingContext)
Execute a AbfsRestOperation.
|
AbfsRestOperation |
AbfsClient.flush(String path,
long position,
boolean retainUncommittedData,
boolean isClose,
String cachedSasToken,
String leaseId,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.getAclStatus(String path,
boolean useUPN,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.getAclStatus(String path,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.getFilesystemProperties(TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.getPathStatus(String path,
boolean includeProperties,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.listPath(String relativePath,
boolean recursive,
int listMaxResults,
String continuation,
TracingContext tracingContext) |
String |
ListingSupport.listStatus(org.apache.hadoop.fs.Path path,
String startFrom,
List<org.apache.hadoop.fs.FileStatus> fileStatuses,
boolean fetchAll,
String continuation,
TracingContext tracingContext) |
org.apache.hadoop.fs.FileStatus[] |
ListingSupport.listStatus(org.apache.hadoop.fs.Path path,
String startFrom,
TracingContext tracingContext) |
org.apache.hadoop.fs.FileStatus[] |
ListingSupport.listStatus(org.apache.hadoop.fs.Path path,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.read(String path,
long position,
byte[] buffer,
int bufferOffset,
int bufferLength,
String eTag,
String cachedSasToken,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.releaseLease(String path,
String leaseId,
TracingContext tracingContext) |
boolean |
AbfsClient.renameIdempotencyCheckOp(String source,
String sourceEtag,
AbfsRestOperation op,
String destination,
TracingContext tracingContext)
Check if the rename request failure is post a retry and if earlier rename
request might have succeeded at back-end.
|
AbfsClientRenameResult |
AbfsClient.renamePath(String source,
String destination,
String continuation,
TracingContext tracingContext,
String sourceEtag,
boolean isMetadataIncompleteState,
boolean isNamespaceEnabled)
Rename a file or directory.
|
AbfsRestOperation |
AbfsClient.renewLease(String path,
String leaseId,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.setAcl(String path,
String aclSpecString,
String eTag,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.setAcl(String path,
String aclSpecString,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.setFilesystemProperties(String properties,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.setOwner(String path,
String owner,
String group,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.setPathProperties(String path,
String properties,
TracingContext tracingContext) |
AbfsRestOperation |
AbfsClient.setPermission(String path,
String permission,
TracingContext tracingContext) |
AbfsOutputStreamContext |
AbfsOutputStreamContext.withTracingContext(TracingContext tracingContext) |
| 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) |
AbfsListStatusRemoteIterator(org.apache.hadoop.fs.Path path,
ListingSupport listingSupport,
TracingContext tracingContext) |
| Constructor and Description |
|---|
TracingContext(TracingContext originalTracingContext) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.