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) |
void |
AzureBlobFileSystemStore.createDirectory(Path path,
FsPermission permission,
FsPermission umask) |
OutputStream |
AzureBlobFileSystemStore.createFile(Path path,
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) |
OutputStream |
AzureBlobFileSystemStore.openFileForWrite(Path path,
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 |
AbfsRestOperationException
Exception to wrap Azure service error responses.
|
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.
|
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.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.