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.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)
Resolves namespace information of the filesystem from the state of
AzureBlobFileSystemStore.isNamespaceEnabled . |
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) |
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.setPermission(Path path,
FsPermission permission,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
Modifier and Type | Class and Description |
---|---|
class |
AbfsDriverException
Exception to be thrown if any Runtime Exception occurs.
|
class |
AbfsInvalidChecksumException
Exception to wrap invalid checksum verification on client side.
|
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 © 2024 Apache Software Foundation. All rights reserved.