| Package | Description | 
|---|---|
| org.apache.hadoop.fs.azurebfs | 
A distributed implementation of  FileSystemfor 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) | 
| void | AzureBlobFileSystemStore. breakLease(Path path)Break any current lease on an ABFS file. | 
| void | AzureBlobFileSystemStore. createDirectory(Path path,
               FsPermission permission,
               FsPermission umask) | 
| OutputStream | AzureBlobFileSystemStore. createFile(Path path,
          org.apache.hadoop.fs.FileSystem.Statistics statistics,
          boolean overwrite,
          FsPermission permission,
          FsPermission umask) | 
| void | AzureBlobFileSystemStore. createFilesystem() | 
| void | AzureBlobFileSystemStore. delete(Path path,
      boolean recursive) | 
| void | AzureBlobFileSystemStore. deleteFilesystem() | 
| Hashtable<String,String> | AzureBlobFileSystemStore. getFilesystemProperties() | 
| boolean | AzureBlobFileSystemStore. getIsNamespaceEnabled() | 
| Hashtable<String,String> | AzureBlobFileSystemStore. getPathStatus(Path path) | 
| void | AzureBlobFileSystemStore. modifyAclEntries(Path path,
                List<AclEntry> aclSpec) | 
| org.apache.hadoop.fs.azurebfs.services.AbfsInputStream | AzureBlobFileSystemStore. openFileForRead(Path path,
               org.apache.hadoop.fs.FileSystem.Statistics statistics) | 
| org.apache.hadoop.fs.azurebfs.services.AbfsInputStream | AzureBlobFileSystemStore. openFileForRead(Path path,
               Optional<Configuration> options,
               org.apache.hadoop.fs.FileSystem.Statistics statistics) | 
| OutputStream | AzureBlobFileSystemStore. openFileForWrite(Path path,
                org.apache.hadoop.fs.FileSystem.Statistics statistics,
                boolean overwrite) | 
| void | AzureBlobFileSystemStore. removeAcl(Path path) | 
| void | AzureBlobFileSystemStore. removeAclEntries(Path path,
                List<AclEntry> aclSpec) | 
| void | AzureBlobFileSystemStore. removeDefaultAcl(Path path) | 
| void | AzureBlobFileSystemStore. rename(Path source,
      Path destination) | 
| void | AzureBlobFileSystemStore. setAcl(Path path,
      List<AclEntry> aclSpec) | 
| void | AzureBlobFileSystemStore. setFilesystemProperties(Hashtable<String,String> properties) | 
| void | AzureBlobFileSystemStore. setOwner(Path path,
        String owner,
        String group) | 
| void | AzureBlobFileSystemStore. setPathProperties(Path path,
                 Hashtable<String,String> properties) | 
| void | AzureBlobFileSystemStore. setPermission(Path path,
             FsPermission permission) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbfsRestOperationExceptionException to wrap Azure service error responses. | 
| class  | ConcurrentWriteOperationDetectedExceptionThrown when a concurrent write operation is detected. | 
| class  | ConfigurationPropertyNotFoundExceptionThrown when a searched for element is not found | 
| class  | FileSystemOperationUnhandledExceptionThrown when an unhandled exception is occurred during a file system operation. | 
| class  | InvalidAbfsRestOperationExceptionException to wrap invalid Azure service error responses. | 
| class  | InvalidAclOperationExceptionThrown when there is an attempt to perform an invalid operation on an ACL. | 
| class  | InvalidConfigurationValueExceptionThrown when a configuration value is invalid | 
| class  | InvalidFileSystemPropertyExceptionThrown when a file system property is invalid. | 
| class  | InvalidUriAuthorityExceptionThrown when URI authority is invalid. | 
| class  | InvalidUriExceptionThrown when URI is invalid. | 
| class  | TimeoutExceptionThrown when a timeout happens. | 
| class  | TrileanConversionExceptionThrown when tried to convert Trilean.UNKNOWN to boolean. | 
Copyright © 2021 Apache Software Foundation. All rights reserved.