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.contracts.exceptions |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobFileSystemStore.access(Path path,
FsAction mode,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.breakLease(Path path,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext)
Break any current lease on an ABFS file.
|
void |
AzureBlobFileSystemStore.createDirectory(Path path,
FsPermission permission,
FsPermission umask,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.createFilesystem(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.delete(Path path,
boolean recursive,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.deleteFilesystem(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
Hashtable<String,String> |
AzureBlobFileSystemStore.getFilesystemProperties(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
boolean |
AzureBlobFileSystemStore.getIsNamespaceEnabled(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
Hashtable<String,String> |
AzureBlobFileSystemStore.getPathStatus(Path path,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.modifyAclEntries(Path path,
List<AclEntry> aclSpec,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.removeAcl(Path path,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.removeAclEntries(Path path,
List<AclEntry> aclSpec,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.removeDefaultAcl(Path path,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
boolean |
AzureBlobFileSystemStore.rename(Path source,
Path destination,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext,
String sourceEtag)
Rename a file or directory.
|
void |
AzureBlobFileSystemStore.setAcl(Path path,
List<AclEntry> aclSpec,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setFilesystemProperties(Hashtable<String,String> properties,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setOwner(Path path,
String owner,
String group,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setPathProperties(Path path,
Hashtable<String,String> properties,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
void |
AzureBlobFileSystemStore.setPermission(Path path,
FsPermission permission,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
Modifier and Type | Class and Description |
---|---|
class |
AbfsRestOperationException
Exception to wrap Azure service error responses.
|
class |
ConcurrentWriteOperationDetectedException
Thrown when a concurrent write operation is detected.
|
class |
ConfigurationPropertyNotFoundException
Thrown when a searched for element is not found
|
class |
FileSystemOperationUnhandledException
Thrown when an unhandled exception is occurred during a file system operation.
|
class |
InvalidAbfsRestOperationException
Exception to wrap invalid Azure service error responses and exceptions
raised on network IO.
|
class |
InvalidAclOperationException
Thrown when there is an attempt to perform an invalid operation on an ACL.
|
class |
InvalidConfigurationValueException
Thrown when a configuration value is invalid
|
class |
InvalidFileSystemPropertyException
Thrown when a file system property is invalid.
|
class |
InvalidUriAuthorityException
Thrown when URI authority is invalid.
|
class |
InvalidUriException
Thrown when URI is invalid.
|
class |
TimeoutException
Thrown when a timeout happens.
|
class |
TrileanConversionException
Thrown when tried to convert Trilean.UNKNOWN to boolean.
|
Copyright © 2023 Apache Software Foundation. All rights reserved.