Uses of Class
org.apache.hadoop.fs.azurebfs.contracts.exceptions.AzureBlobFileSystemException
Packages that use AzureBlobFileSystemException
Package
Description
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage.-
Uses of AzureBlobFileSystemException in org.apache.hadoop.fs.azurebfs
Methods in org.apache.hadoop.fs.azurebfs that throw AzureBlobFileSystemExceptionModifier and TypeMethodDescriptionvoidAzureBlobFileSystemStore.access(Path path, FsAction mode, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.breakLease(Path path, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) Break any current lease on an ABFS file.voidAzureBlobFileSystemStore.createFilesystem(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.delete(Path path, boolean recursive, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.deleteFilesystem(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) AzureBlobFileSystemStore.getFilesystemProperties(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) booleanAzureBlobFileSystemStore.getIsNamespaceEnabled(org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) Resolves namespace information of the filesystem from the state ofAzureBlobFileSystemStore.isNamespaceEnabled().voidAzureBlobFileSystemStore.modifyAclEntries(Path path, List<AclEntry> aclSpec, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.removeAcl(Path path, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.removeAclEntries(Path path, List<AclEntry> aclSpec, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.removeDefaultAcl(Path path, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.setAcl(Path path, List<AclEntry> aclSpec, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.setFilesystemProperties(Hashtable<String, String> properties, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.setOwner(Path path, String owner, String group, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) voidAzureBlobFileSystemStore.setPermission(Path path, FsPermission permission, org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) -
Uses of AzureBlobFileSystemException in org.apache.hadoop.fs.azurebfs.contracts.exceptions
Modifier and TypeClassDescriptionclassException to be thrown if any Runtime Exception occurs.classException to wrap invalid checksum verification on client side.classException to wrap Azure service error responses.classThrown when a concurrent write operation is detected.classThrown when a searched for element is not foundfinal classThrown when an unhandled exception is occurred during a file system operation.classException to wrap invalid Azure service error responses and exceptions raised on network IO.final classThrown when there is an attempt to perform an invalid operation on an ACL.classThrown when a configuration value is invalidfinal classThrown when a file system property is invalid.final classException thrown when an invalid ingress service is encountered.final classThrown when URI authority is invalid.final classThrown when URI is invalid.final classThrown when a timeout happens.final classThrown when tried to convert Trilean.UNKNOWN to boolean.