- Abfs - Class in org.apache.hadoop.fs.azurebfs
-
Azure Blob File System implementation of AbstractFileSystem.
- ABFS_DNS_PREFIX - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- ABFS_EXTERNAL_AUTHORIZATION_CLASS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- ABFS_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- ABFS_SECURE_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- AbfsAclHelper - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsAclHelper provides convenience methods to implement modifyAclEntries / removeAclEntries / removeAcl / removeDefaultAcl
from setAcl and getAcl.
- AbfsAuthorizationException - Exception in org.apache.hadoop.fs.azurebfs.extensions
-
Exception raised on ABFS Authorization failures.
- AbfsAuthorizationException(String, Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.extensions.AbfsAuthorizationException
-
- AbfsAuthorizationException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.extensions.AbfsAuthorizationException
-
- AbfsAuthorizationException(Throwable) - Constructor for exception org.apache.hadoop.fs.azurebfs.extensions.AbfsAuthorizationException
-
- AbfsAuthorizer - Interface in org.apache.hadoop.fs.azurebfs.extensions
-
Interface to support authorization in Azure Blob File System.
- AbfsClient - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsClient.
- AbfsClient(URL, SharedKeyCredentials, AbfsConfiguration, ExponentialRetryPolicy, AccessTokenProvider) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- AbfsClientThrottlingIntercept - Class in org.apache.hadoop.fs.azurebfs.services
-
Throttles Azure Blob File System read and write operations to achieve maximum
throughput by minimizing errors.
- AbfsConfiguration - Class in org.apache.hadoop.fs.azurebfs
-
Configuration for Azure Blob FileSystem.
- AbfsConfiguration(Configuration, String) - Constructor for class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- AbfsDelegationTokenIdentifier - Class in org.apache.hadoop.fs.azurebfs.security
-
Delegation token Identifier for ABFS delegation tokens.
- AbfsDelegationTokenIdentifier() - Constructor for class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenIdentifier
-
- AbfsDelegationTokenIdentifier(Text) - Constructor for class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenIdentifier
-
- AbfsDelegationTokenIdentifier(Text, Text, Text, Text) - Constructor for class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenIdentifier
-
- AbfsDelegationTokenManager - Class in org.apache.hadoop.fs.azurebfs.security
-
Class for delegation token Manager.
- AbfsDelegationTokenManager(Configuration) - Constructor for class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
- AbfsHttpConstants - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all constant keys used in abfs rest client here.
- AbfsHttpHeader - Class in org.apache.hadoop.fs.azurebfs.services
-
The Http Request / Response Headers for Rest AbfsClient.
- AbfsHttpHeader(String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpHeader
-
- AbfsHttpOperation - Class in org.apache.hadoop.fs.azurebfs.services
-
Represents an HTTP operation.
- AbfsHttpOperation(URL, String, List<AbfsHttpHeader>) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Initializes a new HTTP request and opens the connection.
- AbfsInputStream - Class in org.apache.hadoop.fs.azurebfs.services
-
The AbfsInputStream for AbfsClient.
- AbfsInputStream(AbfsClient, FileSystem.Statistics, String, long, int, int, boolean, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- AbfsOutputStream - Class in org.apache.hadoop.fs.azurebfs.services
-
The BlobFsOutputStream for Rest AbfsClient.
- AbfsOutputStream(AbfsClient, String, long, int, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- AbfsPermission - Class in org.apache.hadoop.fs.azurebfs.services
-
The AbfsPermission for AbfsClient.
- AbfsPermission(Short, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
- AbfsPermission(FsAction, FsAction, FsAction) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
- AbfsRestOperation - Class in org.apache.hadoop.fs.azurebfs.services
-
The AbfsRestOperation for Rest AbfsClient.
- AbfsRestOperationException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Exception to wrap Azure service error responses.
- AbfsRestOperationException(int, String, String, Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
-
- AbfsRestOperationException(int, String, String, Exception, AbfsHttpOperation) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
-
- AbfsRestOperationException(AzureADAuthenticator.HttpException) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
-
- AbfsRestOperationType - Enum in org.apache.hadoop.fs.azurebfs.services
-
The REST operation type (Read, Append, Other ).
- Abfss - Class in org.apache.hadoop.fs.azurebfs
-
Azure Blob File System implementation of AbstractFileSystem.
- AbfsTokenRenewer - Class in org.apache.hadoop.fs.azurebfs.security
-
Token Renewer for renewing ABFS delegation tokens with remote service.
- AbfsTokenRenewer() - Constructor for class org.apache.hadoop.fs.azurebfs.security.AbfsTokenRenewer
-
- AbfsUriQueryBuilder - Class in org.apache.hadoop.fs.azurebfs.services
-
The UrlQueryBuilder for Rest AbfsClient.
- AbfsUriQueryBuilder() - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsUriQueryBuilder
-
- ACCEPT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- ACCEPT_CHARSET - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- access(Path, FsAction) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- access(Path, FsAction) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Checks if the user can access a path.
- ACCESS_GROUP - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ACCESS_MASK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ACCESS_OTHER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ACCESS_USER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- AccessTokenProvider - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Returns an Azure Active Directory token when requested.
- AccessTokenProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.AccessTokenProvider
-
- accountConf(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Appends an account name to a configuration key yielding the
account-specific form.
- accountProperty(String, String) - Static method in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- acquireLease(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Get a lease on the blob identified by key.
- acquireLease(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Get a self-renewing lease on the specified file.
- add(String, String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.QueryParams
-
- addQuery(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsUriQueryBuilder
-
- AND_MARK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
This optional operation is not yet supported.
- append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- append(String, long, byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- APPEND_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- APPEND_SUPPORT_ENABLE_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- APPLICATION_JSON - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- AT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- AUTHENTICATION_FAILED_ERROR_MESSAGE - Static variable in class org.apache.hadoop.fs.azure.security.Constants
-
Error message for Authentication failures.
- AUTHORIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- authorize(String, String, String) - Method in class org.apache.hadoop.fs.azure.RemoteWasbAuthorizerImpl
-
- authorize(String, String, String) - Method in interface org.apache.hadoop.fs.azure.WasbAuthorizerInterface
-
Authorizer API to authorize access in WASB.
- AuthType - Enum in org.apache.hadoop.fs.azurebfs.services
-
Auth Type Enum.
- available() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- AZURE_ABFS_ENDPOINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
End point of ABFS account: "fs.azure.abfs.endpoint".
- AZURE_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_BLOCK_LOCATION_HOST_DEFAULT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- AZURE_BLOCK_LOCATION_HOST_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_BLOCK_SIZE_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_CHMOD_USERLIST_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Configuration property used to specify list of users that can perform
chmod operation when authorization is enabled in WASB.
- AZURE_CHOWN_USERLIST_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Configuration property used to specify list of users that can perform
chown operation when authorization is enabled in WASB.
- AZURE_CONCURRENT_CONNECTION_VALUE_IN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_CONCURRENT_CONNECTION_VALUE_OUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_DAEMON_USERLIST_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Configuration property used to specify list of daemon users that can
perform chmod operation when authorization is enabled in WASB.
- AZURE_DELETE_THREADS - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
The configuration property to set number of threads to be used for delete operation.
- AZURE_DISTRIBUTED_FILE_SYSTEM_AUTHORITY_DELIMITER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- AZURE_ENABLE_SPNEGO_TOKEN_CACHE - Static variable in class org.apache.hadoop.fs.azure.security.Constants
-
The configuration property to enable SPNEGO token cache.
- AZURE_KERBEROS_SUPPORT_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.security.Constants
-
The configuration property to enable Kerberos support.
- AZURE_KEY_ACCOUNT_KEYPROVIDER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_KEY_ACCOUNT_SHELLKEYPROVIDER_SCRIPT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_MAX_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_MAX_IO_RETRIES - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_MIN_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_READ_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_RENAME_THREADS - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
The configuration property to set number of threads to be used for rename operation.
- AZURE_SKIP_USER_GROUP_METADATA_DURING_INITIALIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_TOLERATE_CONCURRENT_APPEND - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_WRITE_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AzureADAuthenticator - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
This class provides convenience methods to obtain AAD tokens.
- AzureADAuthenticator.HttpException - Exception in org.apache.hadoop.fs.azurebfs.oauth2
-
This exception class contains the http error code,
requestId and error message, it is thrown when AzureADAuthenticator
failed to get the Azure Active Directory token.
- AzureADToken - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Object representing the AAD access token to use when making HTTP requests to Azure Data Lake Storage.
- AzureADToken() - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.AzureADToken
-
- AzureBlobFileSystem - Class in org.apache.hadoop.fs.azurebfs
-
A
FileSystem for reading and writing files stored on
Windows Azure
- AzureBlobFileSystem() - Constructor for class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- AzureBlobFileSystemException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Base exception for any Azure Blob File System driver exceptions.
- AzureBlobFileSystemException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AzureBlobFileSystemException
-
- AzureBlobFileSystemException(String, Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AzureBlobFileSystemException
-
- AzureBlobFileSystemStore - Class in org.apache.hadoop.fs.azurebfs
-
Provides the bridging logic between Hadoop's abstract filesystem and Azure Storage.
- AzureBlobFileSystemStore(URI, boolean, Configuration) - Constructor for class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- AzureException - Exception in org.apache.hadoop.fs.azure
-
Thrown if there is a problem communicating with Azure Storage service.
- AzureException(String) - Constructor for exception org.apache.hadoop.fs.azure.AzureException
-
- AzureException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.AzureException
-
- AzureException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.AzureException
-
- AzureFileSystemInstrumentation - Class in org.apache.hadoop.fs.azure.metrics
-
A metrics source for the WASB file system to track all the metrics we care
about for getting a clear picture of the performance/reliability/interaction
of the Hadoop cluster with Azure Storage.
- AzureFileSystemInstrumentation(Configuration) - Constructor for class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- AzureFileSystemMetricsSystem - Class in org.apache.hadoop.fs.azure.metrics
-
AzureFileSystemMetricsSystem
- AzureFileSystemThreadTask - Interface in org.apache.hadoop.fs.azure
-
Interface for executing the file operation by a thread.
- AzureLinkedStack<E> - Class in org.apache.hadoop.fs.azure
-
A simple generic stack implementation using linked lists.
- AzureLinkedStack() - Constructor for class org.apache.hadoop.fs.azure.AzureLinkedStack
-
- AzureNativeFileSystemStore - Class in org.apache.hadoop.fs.azure
-
Core implementation of Windows Azure Filesystem for Hadoop.
- AzureNativeFileSystemStore() - Constructor for class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- AzureServiceErrorCode - Enum in org.apache.hadoop.fs.azurebfs.contracts.services
-
Azure service error codes.
- CachingAuthorizer<K,V> - Class in org.apache.hadoop.fs.azure
-
Class that provides caching for Authorize and getSasUri calls
- CachingAuthorizer(long, String) - Constructor for class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
Cancel the delegation token.
- cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsTokenRenewer
-
Cancel the delegation token.
- cancelDelegationToken(Token<?>) - Method in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
- cancelDelegationToken(Token<?>) - Method in interface org.apache.hadoop.fs.azure.security.WasbDelegationTokenManager
-
Cancel the delegation token
- cancelDelegationToken(Token<?>) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomDelegationTokenManager
-
Cancel the delegation token.
- cancelDelegationToken(Token<?>) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
- changePermissionStatus(String, PermissionStatus) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Changes the permission status on the given key.
- CHAR_EQUALS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_EXCLAMATION_POINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_FORWARD_SLASH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_HYPHEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_PLUS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_STAR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_UNDERSCORE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- checkPath(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- cleanup() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
Clean up after execution of rename.
- clear() - Method in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- CLIENT_VERSION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ClientCredsTokenProvider - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Provides tokens based on client credentials.
- ClientCredsTokenProvider(String, String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider
-
- clientErrorEncountered() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just encountered a client-side error.
- close() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- close() - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Force all data in the output stream to be written to Azure storage.
- close() - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
- close() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- close() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Force all data in the output stream to be written to Azure storage.
- COLON - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- COMMA - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- compute(byte[]) - Method in class org.apache.hadoop.fs.azurebfs.utils.CRC64
-
- ConfigurationKeys - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all the Azure Blob File System configurations keys in Hadoop configuration file.
- ConfigurationPropertyNotFoundException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when a searched for element is not found
- ConfigurationPropertyNotFoundException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.ConfigurationPropertyNotFoundException
-
- ConfigurationValidationAnnotations - Class in org.apache.hadoop.fs.azurebfs.contracts.annotations
-
Definitions of Annotations for all types of the validators.
- ConfigurationValidationAnnotations() - Constructor for class org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations
-
- ConfigurationValidationAnnotations.Base64StringConfigurationValidatorAnnotation - Annotation Type in org.apache.hadoop.fs.azurebfs.contracts.annotations
-
Describes the requirements when validating the annotated String field.
- ConfigurationValidationAnnotations.BooleanConfigurationValidatorAnnotation - Annotation Type in org.apache.hadoop.fs.azurebfs.contracts.annotations
-
Describes the requirements when validating the annotated boolean field.
- ConfigurationValidationAnnotations.IntegerConfigurationValidatorAnnotation - Annotation Type in org.apache.hadoop.fs.azurebfs.contracts.annotations
-
Describes the requirements when validating the annotated int field.
- ConfigurationValidationAnnotations.LongConfigurationValidatorAnnotation - Annotation Type in org.apache.hadoop.fs.azurebfs.contracts.annotations
-
Describes the requirements when validating the annotated long field.
- ConfigurationValidationAnnotations.StringConfigurationValidatorAnnotation - Annotation Type in org.apache.hadoop.fs.azurebfs.contracts.annotations
-
Describes the requirements when validating the annotated String field.
- ConfigurationValidator<T> - Interface in org.apache.hadoop.fs.azurebfs.contracts.diagnostics
-
ConfigurationValidator to validate the value of a configuration key
- Constants - Class in org.apache.hadoop.fs.azure.security
-
Constants for used with WASB security implementation.
- containsAbfsUrl(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.UriUtils
-
Checks whether a string includes abfs url.
- CONTENT_ENCODING - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_LANGUAGE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_LENGTH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_MD5 - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_TYPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- contentLength() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Get the contentLength value.
- CRC64 - Class in org.apache.hadoop.fs.azurebfs.utils
-
CRC64 implementation for AzureBlobFileSystem.
- CRC64() - Constructor for class org.apache.hadoop.fs.azurebfs.utils.CRC64
-
- create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createBlobClient(CloudStorageAccount) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- createBlobClient(URI) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- createBlobClient(URI, StorageCredentials) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- createDirectory(Path, FsPermission, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFile(Path, boolean, FsPermission, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- createInternal(Path, FsPermission, boolean, SelfRenewingLease) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
This is the version of the create call that is meant for internal usage.
- createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createPath(String, boolean, boolean, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- createSocket() - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- createSocket(Socket, String, int, boolean) - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- createSocket(InetAddress, int) - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- createSocket(String, int) - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- currentDownloadBytesPerSecond(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Record the current bytes-per-second download rate seen.
- currentUploadBytesPerSecond(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Record the current bytes-per-second upload rate seen.
- CustomDelegationTokenManager - Interface in org.apache.hadoop.fs.azurebfs.extensions
-
Interface for Managing the Delegation tokens.
- CustomTokenProviderAdaptee - Interface in org.apache.hadoop.fs.azurebfs.extensions
-
This interface provides an extensibility model for customizing the acquisition
of Azure Active Directory Access Tokens.
- CustomTokenProviderAdapter - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Provides tokens based on custom implementation, following the Adapter Design
Pattern.
- CustomTokenProviderAdapter(CustomTokenProviderAdaptee) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
Constructs a token provider based on the custom token provider.
- decode(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.Base64
-
Decodes a given Base64 string into its corresponding byte array.
- decodeAsByteObjectArray(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.Base64
-
Decodes a given Base64 string into its corresponding byte array.
- DEFAULT_AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_DELETE_THREADS - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
The default number of threads to be used for delete operation.
- DEFAULT_AZURE_RENAME_THREADS - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
The default number of threads to be used for rename operation.
- DEFAULT_AZURE_SKIP_USER_GROUP_METADATA_DURING_INITIALIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_CONTAINER_SAS_KEY_PERIOD - Static variable in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
Default value for the SAS key expiry period in days.
- DEFAULT_DOWNLOAD_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- DEFAULT_ENABLE_AUTOTHROTTLING - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_DELEGATION_TOKEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_FLAT_LISTING - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Enable flat listing of blobs as default option.
- DEFAULT_ENABLE_FLUSH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_HTTPS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_ATOMIC_RENAME_DIRECTORIES - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_SSL_CHANNEL_MODE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_GROUP - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_HADOOP_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- DEFAULT_MASK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_MAX_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_MAX_RETRY_ATTEMPTS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_MIN_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_OTHER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_READ_AHEAD_QUEUE_DEPTH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_READ_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_READ_TOLERATE_CONCURRENT_APPEND - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_SCOPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_TIMEOUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- DEFAULT_USE_SECURE_MODE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Default values to control SAS Key mode.
- DEFAULT_USE_UPN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_USER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_WRITE_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- delete(String, SelfRenewingLease) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
API implementation to delete a blob in the back end azure storage.
- delete(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
API implementation to delete a blob in the back end azure storage.
- delete(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Deprecated.
- delete(Path, boolean) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- delete(Path, boolean, boolean) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Delete the specified file or folder.
- delete(Path, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- delete(Path, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- deleteFilesWithDanglingTempData(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Looks under the given root path for any blob that are left "dangling",
meaning that they are place-holder blobs that we created while we upload
the data to a temporary blob, but for some reason we crashed in the middle
of the upload and left them there.
- deleteFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- deleteFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- deletePath(String, boolean, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- deserializeAclSpec(String) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- DIRECTORY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- directoryCreated() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just created a directory through WASB.
- directoryDeleted() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just deleted a directory through WASB.
- DOAS_PARAM - Static variable in class org.apache.hadoop.fs.azure.security.Constants
-
Parameter to be used for impersonation.
- DOT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DT_MANAGER_HTTP_CLIENT_RETRY_POLICY_ENABLED_KEY - Static variable in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
Configuration key to enable http retry policy for delegation token service calls.
- DT_MANAGER_HTTP_CLIENT_RETRY_POLICY_SPEC_KEY - Static variable in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
Configuration key for delegation token service http retry policy spec.
- dump() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- FILE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- fileCreated() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just created a file through WASB.
- fileDeleted() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just deleted a file through WASB.
- FILESYSTEM - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- fileSystemClosed() - Static method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemMetricsSystem
-
- FileSystemConfigurations - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all the Azure Blob File System related configurations.
- FileSystemOperationUnhandledException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when an unhandled exception is occurred during a file system operation.
- FileSystemOperationUnhandledException(Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.FileSystemOperationUnhandledException
-
- fileSystemStarted() - Static method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemMetricsSystem
-
- FileSystemUriSchemes - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all Azure Blob File System valid URI schemes.
- finalize() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- finalize() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- finalize() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- flush() - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Flushes this output stream and forces any buffered output bytes to be
written out.
- flush(String, long, boolean, boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- flush() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Flushes this output stream and forces any buffered output bytes to be
written out.
- FLUSH_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- FolderRenamePending(String, String, SelfRenewingLease, NativeAzureFileSystem) - Constructor for class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- FolderRenamePending(Path, NativeAzureFileSystem) - Constructor for class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- FORWARD_SLASH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- FORWARD_SLASH_ENCODE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- free() - Method in class org.apache.hadoop.fs.azure.SelfRenewingLease
-
Free the lease and stop the keep-alive thread.
- FS_AZURE_ACCOUNT_AUTH_TYPE_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for auth type properties: "fs.azure.account.auth.type".
- FS_AZURE_ACCOUNT_KEY_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ACCOUNT_KEY_PROPERTY_NAME_REGX - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ACCOUNT_OAUTH_CLIENT_ENDPOINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth AAD client endpoint: "fs.azure.account.oauth2.client.endpoint".
- FS_AZURE_ACCOUNT_OAUTH_CLIENT_ID - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth AAD client id: "fs.azure.account.oauth2.client.id".
- FS_AZURE_ACCOUNT_OAUTH_CLIENT_SECRET - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth AAD client secret: "fs.azure.account.oauth2.client.secret".
- FS_AZURE_ACCOUNT_OAUTH_MSI_TENANT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth msi tenant id: "fs.azure.account.oauth2.msi.tenant".
- FS_AZURE_ACCOUNT_OAUTH_REFRESH_TOKEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth refresh token: "fs.azure.account.oauth2.refresh.token".
- FS_AZURE_ACCOUNT_OAUTH_USER_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth user name: "fs.azure.account.oauth2.user.name".
- FS_AZURE_ACCOUNT_OAUTH_USER_PASSWORD - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth user password: "fs.azure.account.oauth2.user.password".
- FS_AZURE_ACCOUNT_TOKEN_PROVIDER_TYPE_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth token provider type: "fs.azure.account.oauth.provider.type".
- FS_AZURE_ALWAYS_USE_HTTPS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ATOMIC_RENAME_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_DELEGATION_TOKEN_PROVIDER_TYPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ENABLE_AUTOTHROTTLING - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ENABLE_DELEGATION_TOKEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ENABLE_FLUSH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_FILE_OWNER_DOMAINNAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
If the domain name is specified and “fs.azure.identity.transformer.enable.short.name”
is true, then the {alias} part of a UPN can be specified as input to APIs like setOwner and
setAcl and it will be transformed to a UPN by appending @ and the domain specified by
this configuration property.
- FS_AZURE_FILE_OWNER_ENABLE_SHORTNAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
User principal names (UPNs) have the format “{alias}@{domain}”.
- FS_AZURE_OVERRIDE_OWNER_SP - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
An Azure Active Directory object ID (oid) used as the replacement for names contained in the
list specified by “fs.azure.identity.transformer.service.principal.substitution.list.
- FS_AZURE_OVERRIDE_OWNER_SP_LIST - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
A comma separated list of names to be replaced with the service principal ID specified by
“fs.default.identity.transformer.service.principal.id”.
- FS_AZURE_READ_AHEAD_QUEUE_DEPTH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_SECURE_MODE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_SKIP_SUPER_USER_REPLACEMENT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
By default this is set as false, so “$superuser” is replaced with the current user when it appears as the owner
or owning group of a file or directory.
- FS_AZURE_SSL_CHANNEL_MODE_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_USE_UPN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_USER_AGENT_PREFIX_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- generateUniqueTestPath() - Static method in class org.apache.hadoop.fs.azurebfs.utils.UriUtils
-
Generate unique test path for multiple user tests.
- get(K) - Method in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- get(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific value if it exists, then looks for an
account-agnostic value.
- GET_ACCESS_CONTROL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- GET_STATUS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- getAbfsAuthorizer() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAbfsConfiguration() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getAbfsExternalAuthorizationClass() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAccessToken() - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomTokenProviderAdaptee
-
Obtain the access token that should be added to https connection's header.
- getAccessToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADToken
-
- getAccessToken() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getAccountKeyFromConfiguration(String, Configuration) - Static method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- getAclBit() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
- getAclStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Gets the ACL of a file or directory.
- getAclStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getAclStatus(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getAclStatus(String, boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getAuthType(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAzureAtomicRenameDirs() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAzureBlockLocationHost() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAzureBlockSize() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAzureServiceCode(int) - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- getAzureServiceCode(int, String) - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- getAzureServiceCode(int, String, String) - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- getBackoffIntervalMilliseconds() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getBandwidthGaugeUpdater() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- getBlockDownloadLatency() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current rolling average of the download latency.
- getBlockUploadLatency() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current rolling average of the upload latency.
- getBoolean(String, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific value if it exists, then looks for an
account-agnostic value, and finally tries the default value.
- getBytesReceived() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getBytesSent() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getClass(String, Class<? extends U>, Class<U>) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific Class if it exists, then looks for an
account-agnostic value, and finally tries the default value.
- getClientRequestId() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getCloudBlob() - Method in class org.apache.hadoop.fs.azure.SelfRenewingLease
-
- getConf() - Method in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
- getConnection() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getContainerReference(String) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- getContainerSASUri(String, String) - Method in class org.apache.hadoop.fs.azure.LocalSASKeyGeneratorImpl
-
Implementation to generate SAS Key for a container
- getContainerSASUri(String, String) - Method in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
- getContainerSASUri(String, String) - Method in interface org.apache.hadoop.fs.azure.SASKeyGeneratorInterface
-
Interface method to retrieve SAS Key for a container within the storage
account.
- getCreateRemoteFileSystemDuringInitialization() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getCredentials() - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- getCurrentMaximumDownloadBandwidth() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current maximum download bandwidth.
- getCurrentMaximumUploadBandwidth() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current maximum upload bandwidth.
- getCurrentWebResponses() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Gets the current number of web responses obtained from Azure Storage.
- getCustomUserAgentPrefix() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getDefaultCipherSuites() - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- getDefaultFactory() - Static method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
Singletone instance of the SSLSocketFactory.
- getDelegationToken(String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Get a delegation token from remote service endpoint if
'fs.azure.enable.kerberos.support' is set to 'true'.
- getDelegationToken(String) - Method in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
- getDelegationToken(String) - Method in interface org.apache.hadoop.fs.azure.security.WasbDelegationTokenManager
-
Get Delegation token
- getDelegationToken(String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Get a delegation token from remote service endpoint if
'fs.azure.enable.kerberos.support' is set to 'true', and
'fs.azure.enable.delegation.token' is set to 'true'.
- getDelegationToken(String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomDelegationTokenManager
-
Get Delegation token.
- getDelegationToken(String) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
- getDelegationTokenManager() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getDstKey() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getEncodedKey() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Get the blob name.
- getEnum(String, T) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific password in string form if it exists, then
looks for an account-agnostic value.
- getErrorCode() - Method in exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
-
- getErrorCode() - Method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- getErrorMessage() - Method in exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
-
- getExpiry() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADToken
-
- getExpiryTime() - Method in class org.apache.hadoop.fs.azure.security.SpnegoToken
-
- getExpiryTime() - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomTokenProviderAdaptee
-
Obtain expiry time of the token.
- getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Return an array containing hostnames, offset and size of
portions of the given file.
- getFiles() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getFileStatus(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getFileStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- getFileStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getFileSystem() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getFileSystemInstanceId() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
The unique identifier for this file system in the metrics.
- getFilesystemProperties() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getFilesystemProperties() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getFolderLease() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getHadoopBlockSize() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Returns the file block size.
- getHomeDirectory() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getHomeDirectory() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- getHttpErrorCode() - Method in exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
Gets Http error status code.
- getHttpRequest(String[], String, List<NameValuePair>, int, String, boolean) - Method in class org.apache.hadoop.fs.azure.SecureWasbRemoteCallHelper
-
- getHttpRequest(String[], String, List<NameValuePair>, int, String, boolean) - Method in class org.apache.hadoop.fs.azure.WasbRemoteCallHelper
-
- getInstrumentation() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Gets the metrics source for this file system.
- getIsNamespaceEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getKey() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Get the blob name.
- getKind() - Method in class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- getKind() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenIdentifier
-
- getLeaseID() - Method in class org.apache.hadoop.fs.azure.SelfRenewingLease
-
- getLinkInFileMetadata(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
If the blob with the given key exists and has a link in its metadata to a
temporary file (see storeEmptyLinkFile), this method returns the key to
that temporary file.
- getListResultSchema() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getLong(String, long) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific value if it exists, then looks for an
account-agnostic value, and finally tries the default value.
- getMaxBackoffIntervalMilliseconds() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getMaxConcurrentReadThreads() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getMaxConcurrentWriteThreads() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getMaxIoRetries() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getMethod() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getMetrics(MetricsCollector, boolean) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- getMetricsRegistryInfo() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the metrics registry information.
- getMinBackoffIntervalMilliseconds() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getName() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpHeader
-
- getOutStream() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Get a reference to the wrapped output stream.
- getOutStream() - Method in class org.apache.hadoop.fs.azure.SyncableDataOutputStream
-
Get a reference to the wrapped output stream.
- getOwnerForPath(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getOwnerUser() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Get the username of the FS.
- getOwnerUserPrimaryGroup() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Get the group name of the owner of the FS.
- getPasswordString(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific password in string form if it exists, then
looks for an account-agnostic value.
- getPath() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getPathNameWarning() - Method in class org.apache.hadoop.fs.azure.WasbFsck
-
- getPathStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getPathStatus(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getPos() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Return the current offset from the start of the file
- getPreferredSSLFactoryOption() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getPrimaryGroup() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getProviderName() - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- getRawConfiguration() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getReadAheadQueueDepth() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getReadBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getRelativeBlobSASUri(String, String, String) - Method in class org.apache.hadoop.fs.azure.LocalSASKeyGeneratorImpl
-
Implementation for generation of Relative Path Blob SAS Uri.
- getRelativeBlobSASUri(String, String, String) - Method in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
- getRelativeBlobSASUri(String, String, String) - Method in interface org.apache.hadoop.fs.azure.SASKeyGeneratorInterface
-
Interface method to retrieve SAS Key for a blob within the container of the
storage account.
- getRequestId() - Method in exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
Gets http request id .
- getRequestId() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getResponseHeader(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getResult() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
- getRetryInterval(int) - Method in class org.apache.hadoop.fs.azurebfs.services.ExponentialRetryPolicy
-
Returns backoff interval between 80% and 120% of the desired backoff,
multiply by 2^n-1 for exponential.
- getSasKeyExpiryPeriod() - Method in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
- getScheme() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getScheme() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.Secure
-
- getScheme() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- getScheme() - Method in class org.apache.hadoop.fs.azurebfs.SecureAzureBlobFileSystem
-
- getSkipUserGroupMetadataDuringInitialization() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getSourceMetadata() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getSrcKey() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getStatusCode() - Method in exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
-
- getStatusCode() - Method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- getStatusCode() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getStatusDescription() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getStorageAccountKey(String, Configuration) - Method in interface org.apache.hadoop.fs.azure.KeyProvider
-
Key providers must implement this method.
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azure.ShellDecryptionKeyProvider
-
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azure.SimpleKeyProvider
-
- getStorageAccountKey() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getStorageAccountKey(String, Configuration) - Method in interface org.apache.hadoop.fs.azurebfs.services.KeyProvider
-
Key providers must implement this method.
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.services.ShellDecryptionKeyProvider
-
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.services.SimpleKeyProvider
-
- getStorageAccountKeyName(String) - Method in class org.apache.hadoop.fs.azure.SimpleKeyProvider
-
- getStorageErrorCode() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getStorageErrorMessage() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getStore() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
For unit test purposes, retrieves the AzureNativeFileSystemStore store
backing this file system.
- getString(String, String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific value if it exists, then looks for an
account-agnostic value.
- getSupportedCipherSuites() - Method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
- getThreadPoolExecutor(int, String, String, String, String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getToken() - Method in class org.apache.hadoop.fs.azure.security.SpnegoToken
-
- getToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AccessTokenProvider
-
returns the
AzureADToken cached (or retrieved) by this instance.
- getTokenFromMsi(String, String, boolean) - Static method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator
-
Gets AAD token from the local virtual machine's VM extension.
- getTokenProvider() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getTokenUsingClientCreds(String, String, String) - Static method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator
-
gets Azure Active Directory token using the user ID and password of
a service principal (that is, Web App in Azure Active Directory).
- getTokenUsingRefreshToken(String, String) - Static method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator
-
Gets Azure Active Directory token using refresh token.
- getTolerateOobAppends() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getUri() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getUri() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- getUriDefaultPort() - Method in class org.apache.hadoop.fs.azure.Wasb
-
- getUriDefaultPort() - Method in class org.apache.hadoop.fs.azure.Wasbs
-
- getUriDefaultPort() - Method in class org.apache.hadoop.fs.azurebfs.Abfs
-
- getUriDefaultPort() - Method in class org.apache.hadoop.fs.azurebfs.Abfss
-
- getUrl() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getUser() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getValue() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpHeader
-
- getWorkingDirectory() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getWorkingDirectory() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- getWriteBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- GMT_TIMEZONE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- GMT_ZONE - Static variable in class org.apache.hadoop.fs.azurebfs.services.SharedKeyCredentials
-
- group() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Get the group value.
- handleKind(Text) - Method in class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
Checks if this particular object handles the Kind of token passed.
- handleKind(Text) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsTokenRenewer
-
Checks if this particular object handles the Kind of token passed.
- hasCapability(String) - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
The Synchronization capabilities of this stream depend upon the compaction
policy.
- hasCapability(String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Propagate probe of stream capabilities to nested stream
(if supported), else return false.
- hasCapability(String) - Method in class org.apache.hadoop.fs.azure.SyncableDataOutputStream
-
- hasCapability(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Query the stream for a specific capability.
- hashCode() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
- hflush() - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Force all data in the output stream to be written to Azure storage.
- hflush() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
- hflush() - Method in class org.apache.hadoop.fs.azure.SyncableDataOutputStream
-
- hflush() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Flush out the data in client's user buffer.
- hook(OperationContext, AzureFileSystemInstrumentation) - Static method in class org.apache.hadoop.fs.azure.metrics.ErrorMetricUpdater
-
Hooks a new listener to the given operationContext that will update the
error metrics for the WASB file system appropriately in response to
ResponseReceived events.
- hook(OperationContext, AzureFileSystemInstrumentation, BandwidthGaugeUpdater) - Static method in class org.apache.hadoop.fs.azure.metrics.ResponseReceivedMetricUpdater
-
Hooks a new listener to the given operationContext that will update the
metrics for the WASB file system appropriately in response to
ResponseReceived events.
- hook(OperationContext, float, float) - Static method in class org.apache.hadoop.fs.azure.SelfThrottlingIntercept
-
- hsync() - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Force all data in the output stream to be written to Azure storage.
- hsync() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
- hsync() - Method in class org.apache.hadoop.fs.azure.SyncableDataOutputStream
-
- hsync() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Similar to posix fsync, flush out the data in client's user buffer
all the way to the disk device (but the disk may have it in its cache).
- HTTP_HEADER_PREFIX - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- HTTP_METHOD_DELETE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- HTTP_METHOD_GET - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- HTTP_METHOD_HEAD - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- HTTP_METHOD_PATCH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- HTTP_METHOD_POST - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- HTTP_METHOD_PUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- HTTP_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- HttpException(int, String, String) - Constructor for exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
- HttpHeaderConfigurations - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all abfs http headers here.
- HttpQueryParams - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all Http Query params here.
- HTTPS_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- IdentityTransformer - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Perform transformation for Azure Active Directory identities used in owner, group and acls.
- IdentityTransformer(Configuration) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformer
-
- IF_MATCH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- IF_MODIFIED_SINCE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- IF_NONE_MATCH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- IF_UNMODIFIED_SINCE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- init(Configuration) - Method in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- init(Configuration) - Method in class org.apache.hadoop.fs.azure.RemoteWasbAuthorizerImpl
-
- init(Configuration) - Method in interface org.apache.hadoop.fs.azure.WasbAuthorizerInterface
-
Initializer method
- init() - Method in interface org.apache.hadoop.fs.azurebfs.extensions.AbfsAuthorizer
-
Initialize authorizer for Azure Blob File System.
- initialize(URI, Configuration, AzureFileSystemInstrumentation) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Method for the URI and configuration object necessary to create a storage
session with an Azure session.
- initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- initialize(Configuration) - Method in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
- initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- initialize(Configuration) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomDelegationTokenManager
-
Initialize with supported configuration.
- initialize(Configuration, String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomTokenProviderAdaptee
-
Initialize with supported configuration.
- initializeDefaultFactory(SSLSocketFactoryEx.SSLChannelMode) - Static method in class org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx
-
Initialize a singleton SSL socket factory.
- initializeSingleton(boolean) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientThrottlingIntercept
-
- IntegerConfigurationBasicValidator - Class in org.apache.hadoop.fs.azurebfs.diagnostics
-
Integer configuration value Validator.
- IntegerConfigurationBasicValidator(int, int, int, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.IntegerConfigurationBasicValidator
-
- InvalidAbfsRestOperationException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Exception to wrap invalid Azure service error responses.
- InvalidAbfsRestOperationException(Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidAbfsRestOperationException
-
- InvalidAclOperationException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when there is an attempt to perform an invalid operation on an ACL.
- InvalidAclOperationException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidAclOperationException
-
- InvalidConfigurationValueException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when a configuration value is invalid
- InvalidConfigurationValueException(String, Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidConfigurationValueException
-
- InvalidConfigurationValueException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidConfigurationValueException
-
- InvalidFileSystemPropertyException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when a file system property is invalid.
- InvalidFileSystemPropertyException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidFileSystemPropertyException
-
- InvalidUriAuthorityException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when URI authority is invalid.
- InvalidUriAuthorityException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidUriAuthorityException
-
- InvalidUriException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when URI is invalid.
- InvalidUriException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidUriException
-
- isAtomicRenameKey(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Checks if the given key in Azure storage should have synchronized
atomic folder rename createNonRecursive implemented.
- isAtomicRenameKey(String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- isAuthorized(FsAction, Path...) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.AbfsAuthorizer
-
Checks if the provided FsAction is allowed on the provided Paths.
- isAutoThrottlingEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isBlockBlobWithCompactionKey(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Checks if the given key in Azure Storage should be stored as a block blobs
with compaction enabled instead of normal block blob.
- isDelegationTokenManagerEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isDirectory() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Get the isDirectory value.
- isEmpty() - Method in class org.apache.hadoop.fs.azure.AzureLinkedStack
-
- isExtendedAcl(String) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
Check whether abfs symbolic permission string is a extended Acl
- isFlushEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isFreed() - Method in class org.apache.hadoop.fs.azure.SelfRenewingLease
-
- isHttpsAlwaysUsed() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isKeyForDirectorySet(String, Set<String>) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- isManaged(Token<?>) - Method in class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
Checks if passed token is managed.
- isManaged(Token<?>) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsTokenRenewer
-
Checks if passed token is managed.
- isPageBlobKey(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Checks if the given key in Azure Storage should be stored as a page
blob instead of block blob.
- isSecureMode() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isSecureScheme() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- isSecureScheme() - Method in class org.apache.hadoop.fs.azurebfs.SecureAzureBlobFileSystem
-
- isTokenValid() - Method in class org.apache.hadoop.fs.azure.security.SpnegoToken
-
- isUpnFormatAclEntries(Map<String, String>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- isUpnUsed() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- KEY_ACCOUNT_KEY_PREFIX - Static variable in class org.apache.hadoop.fs.azure.SimpleKeyProvider
-
- KEY_ATOMIC_RENAME_DIRECTORIES - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Configuration key to indicate the set of directories in WASB where
we should do atomic folder rename synchronized with createNonRecursive.
- KEY_AUTH_SERVICE_CACHING_ENABLE - Static variable in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- KEY_AUTH_SERVICE_CACHING_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- KEY_AUTH_SERVICE_CACHING_MAX_ENTRIES - Static variable in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- KEY_AUTH_SERVICE_CACHING_MAX_ENTRIES_DEFAULT - Static variable in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- KEY_AZURE_AUTHORIZATION - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Configuration key to enable authorization support in WASB.
- KEY_BLOCK_BLOB_WITH_COMPACTION_DIRECTORIES - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Configuration key to indicate the set of directories in WASB where we
should store files as block blobs with block compaction enabled.
- KEY_CRED_SERVICE_URLS - Static variable in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
Configuration parameter name expected in the Configuration
object to provide the url of the remote service "fs.azure.cred.service.urls"
- KEY_DELEGATION_TOKEN_SERVICE_URLS - Static variable in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
Configuration parameter name expected in the configuration
object to provide the url of the delegation token service to fetch the delegation tokens.
- KEY_ENABLE_FLAT_LISTING - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Configuration key to enable flat listing of blobs.
- KEY_PAGE_BLOB_DIRECTORIES - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Configuration key to indicate the set of directories in WASB where we
should store files as page blobs instead of block blobs.
- KEY_REMOTE_AUTH_SERVICE_URLS - Static variable in class org.apache.hadoop.fs.azure.RemoteWasbAuthorizerImpl
-
Configuration parameter name expected in the Configuration object to
provide the urls of the remote service instances.
- KEY_SAS_KEY_EXPIRY_PERIOD - Static variable in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
Configuration key to be used to specify the expiry period for SAS keys
This value currently is specified in days.
- KEY_USE_CONTAINER_SASKEY_FOR_ALL_ACCESS - Static variable in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
Configuration key to specify if containerSasKey should be used for all accesses
- KEY_USE_LOCAL_SAS_KEY_MODE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
By default the SAS Key mode is expected to run in Romote key mode.
- KEY_USE_SECURE_MODE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Configuration keys to identify if WASB needs to run in Secure mode.
- KeyProvider - Interface in org.apache.hadoop.fs.azure
-
The interface that every Azure file system key provider must implement.
- KeyProvider - Interface in org.apache.hadoop.fs.azurebfs.services
-
The interface that every Azure file system key provider must implement.
- KeyProviderException - Exception in org.apache.hadoop.fs.azure
-
Thrown if there is a problem instantiating a KeyProvider or retrieving a key
using a KeyProvider object.
- KeyProviderException(String) - Constructor for exception org.apache.hadoop.fs.azure.KeyProviderException
-
- KeyProviderException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.KeyProviderException
-
- KeyProviderException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.KeyProviderException
-
- KeyProviderException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown if there is a problem instantiating a KeyProvider or retrieving a key
using a KeyProvider object.
- KeyProviderException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.KeyProviderException
-
- KeyProviderException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.KeyProviderException
-
- KeyProviderException(Throwable) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.KeyProviderException
-
- RANGE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- rawBytesDownloaded(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just downloaded some data to Azure storage.
- rawBytesUploaded(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just uploaded some data to Azure storage.
- read(String, long, byte[], int, int, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- read() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- read(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- ReadBufferStatus - Enum in org.apache.hadoop.fs.azurebfs.contracts.services
-
The ReadBufferStatus for Rest AbfsClient
- recoverFilesWithDanglingTempData(Path, Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Looks under the given root path for any blob that are left "dangling",
meaning that they are place-holder blobs that we created while we upload
the data to a temporary blob, but for some reason we crashed in the middle
of the upload and left them there.
- redo() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
Recover from a folder rename failure by redoing the intended work,
as recorded in the -RenamePending.json file.
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AccessTokenProvider
-
the method to fetch the access token.
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.MsiTokenProvider
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.RefreshTokenBasedTokenProvider
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.UserPasswordTokenProvider
-
- RefreshTokenBasedTokenProvider - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Provides tokens based on refresh token.
- RefreshTokenBasedTokenProvider(String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.RefreshTokenBasedTokenProvider
-
Constructs a token provider based on the refresh token provided.
- registerSource(String, String, MetricsSource) - Static method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemMetricsSystem
-
- REMOTE_CALL_SUCCESS_CODE - Static variable in class org.apache.hadoop.fs.azure.WasbRemoteCallHelper
-
Return code when the remote call is successful.
- RemoteSASKeyGeneratorImpl - Class in org.apache.hadoop.fs.azure
-
Class implementing a RemoteSASKeyGenerator.
- RemoteSASKeyGeneratorImpl(Configuration) - Constructor for class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
- RemoteWasbAuthorizerImpl - Class in org.apache.hadoop.fs.azure
-
Class implementing WasbAuthorizerInterface using a remote
service that implements the authorization operation.
- RemoteWasbAuthorizerImpl() - Constructor for class org.apache.hadoop.fs.azure.RemoteWasbAuthorizerImpl
-
- RemoteWasbDelegationTokenManager - Class in org.apache.hadoop.fs.azure.security
-
Class to manage delegation token operations by making rest call to remote service.
- RemoteWasbDelegationTokenManager(Configuration) - Constructor for class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
- removeAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Removes all but the base ACL entries of files and directories.
- removeAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Removes ACL entries from files and directories.
- removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- removeAclEntriesInternal(Map<String, String>, Map<String, String>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Removes all default ACL entries from files and directories.
- removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- rename(String, String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- rename(String, String, boolean, SelfRenewingLease) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- rename(String, String, boolean, SelfRenewingLease, boolean) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- rename(Path, Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- rename(Path, Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- rename(Path, Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- renamePath(String, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- renew(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
Renew the delegation token.
- renew(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsTokenRenewer
-
Renew the delegation token.
- renewDelegationToken(Token<?>) - Method in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
- renewDelegationToken(Token<?>) - Method in interface org.apache.hadoop.fs.azure.security.WasbDelegationTokenManager
-
Renew the delegation token
- renewDelegationToken(Token<?>) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomDelegationTokenManager
-
Renew the delegation token.
- renewDelegationToken(Token<?>) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
- reset() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Not supported by this stream.
- responseReceived(ResponseReceivedEvent) - Method in class org.apache.hadoop.fs.azure.SelfThrottlingIntercept
-
- ResponseReceivedMetricUpdater - Class in org.apache.hadoop.fs.azure.metrics
-
An event listener to the ResponseReceived event from Azure Storage that will
update metrics appropriately when it gets that event.
- resumeAutoUpdate() - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
Resumes auto-update (undo suppressAutoUpdate).
- retrieve(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retrieve(String, long) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retrieveAppendStream(String, int) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retrieveMetadata(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retryableRequest(String[], String, List<NameValuePair>, String) - Method in class org.apache.hadoop.fs.azure.WasbRemoteCallHelper
-
- ROOT_PATH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- run(String[]) - Method in class org.apache.hadoop.fs.azure.WasbFsck
-
- SAS_ERROR_CODE - Static variable in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- SAS_KEY_GENERATOR_HTTP_CLIENT_RETRY_POLICY_ENABLED_KEY - Static variable in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
Configuration key to enable http retry policy for SAS Key generation.
- SAS_KEY_GENERATOR_HTTP_CLIENT_RETRY_POLICY_SPEC_KEY - Static variable in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
Configuration key for SAS Key Generation http retry policy spec.
- SASKeyGenerationException - Exception in org.apache.hadoop.fs.azure
-
Exception that gets thrown during generation of SAS Key.
- SASKeyGenerationException(String) - Constructor for exception org.apache.hadoop.fs.azure.SASKeyGenerationException
-
- SASKeyGenerationException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.SASKeyGenerationException
-
- SASKeyGenerationException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.SASKeyGenerationException
-
- SASKeyGeneratorImpl - Class in org.apache.hadoop.fs.azure
-
Abstract base class for the SAS Key Generator implementation
- SASKeyGeneratorImpl(Configuration) - Constructor for class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
- SASKeyGeneratorInterface - Interface in org.apache.hadoop.fs.azure
-
Iterface used by AzureNativeFileSysteStore to retrieve SAS Keys for the
respective azure storage entity.
- Secure() - Constructor for class org.apache.hadoop.fs.azure.NativeAzureFileSystem.Secure
-
- SecureAzureBlobFileSystem - Class in org.apache.hadoop.fs.azurebfs
-
A secure
FileSystem for reading and writing files stored on
Windows Azure
- SecureAzureBlobFileSystem() - Constructor for class org.apache.hadoop.fs.azurebfs.SecureAzureBlobFileSystem
-
- SecureModeException - Exception in org.apache.hadoop.fs.azure
-
Exception that is thrown when any error is encountered
is SAS Mode operation of WASB.
- SecureModeException(String) - Constructor for exception org.apache.hadoop.fs.azure.SecureModeException
-
- SecureModeException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.SecureModeException
-
- SecureModeException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.SecureModeException
-
- SecureStorageInterfaceImpl - Class in org.apache.hadoop.fs.azure
-
An implementation of the StorageInterface for SAS Key mode.
- SecureStorageInterfaceImpl(boolean, Configuration) - Constructor for class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- SecureWasbRemoteCallHelper - Class in org.apache.hadoop.fs.azure
-
Helper class the has constants and helper methods
used in WASB when integrating with a remote http cred
service which uses Kerberos and delegation tokens.
- SecureWasbRemoteCallHelper(RetryPolicy, boolean, boolean) - Constructor for class org.apache.hadoop.fs.azure.SecureWasbRemoteCallHelper
-
- seek(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Seek to given position in stream.
- seekToNewSource(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Seeks a different copy of the data.
- SelfRenewingLease - Class in org.apache.hadoop.fs.azure
-
An Azure blob lease that automatically renews itself indefinitely
using a background thread.
- SelfRenewingLease(StorageInterface.CloudBlobWrapper, boolean) - Constructor for class org.apache.hadoop.fs.azure.SelfRenewingLease
-
- SelfThrottlingIntercept - Class in org.apache.hadoop.fs.azure
-
Introduces delays in our Azure traffic to prevent overrunning the server-side throttling limits.
- SelfThrottlingIntercept(OperationContext, float, float) - Constructor for class org.apache.hadoop.fs.azure.SelfThrottlingIntercept
-
- SEMICOLON - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- sendingRequest(SendingRequestEvent) - Method in class org.apache.hadoop.fs.azure.SelfThrottlingIntercept
-
- sendRequest(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sends the HTTP request.
- SendRequestIntercept - Class in org.apache.hadoop.fs.azure
-
Manages the lifetime of binding on the operation contexts to intercept send
request events to Azure storage and allow concurrent OOB I/Os.
- serialize() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.QueryParams
-
- serializeAclSpec(Map<String, String>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- serverErrorEncountered() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just encountered a server-caused error.
- set(String, String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Sets String in the underlying Configuration object.
- SET_ACCESS_CONTROL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- SET_PROPERTIES_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- setAccessToken(String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADToken
-
- setAccountName(String) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Sets the account name to tag all the metrics with.
- setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Fully replaces ACL of files and directories, discarding all existing
entries.
- setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setAcl(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setAcl(String, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setAclEntriesInternal(Map<String, String>, Map<String, String>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- setApiVersion(String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.QueryParams
-
- setBoolean(String, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Sets boolean in the underlying Configuration object.
- setContainerName(String) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Sets the container name to tag all the metrics with.
- setEncodedKey(String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Set the blob name.
- setExpiry(Date) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADToken
-
- setFilesystemProperties(Hashtable<String, String>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setFilesystemProperties(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setKey(String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Set the blob name.
- setMockFileSystemForTesting(FileSystem) - Method in class org.apache.hadoop.fs.azure.WasbFsck
-
For testing purposes, set the file system to use here instead of relying on
getting it from the FileSystem class based on the URI.
- setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Set owner of a path (i.e.
- setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setOwner(String, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setPathProperties(Path, Hashtable<String, String>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setPathProperties(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Set permission of a path.
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setPermission(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setRetryPolicyFactory(RetryPolicyFactory) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setStorageAccountName(String) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setTimeoutInMs(int) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Set the working directory to the given directory.
- setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- SharedKeyCredentials - Class in org.apache.hadoop.fs.azurebfs.services
-
Represents the shared key credentials used to access an Azure Storage
account.
- SharedKeyCredentials(String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.SharedKeyCredentials
-
- ShellDecryptionKeyProvider - Class in org.apache.hadoop.fs.azure
-
Shell decryption key provider which invokes an external script that will
perform the key decryption.
- ShellDecryptionKeyProvider() - Constructor for class org.apache.hadoop.fs.azure.ShellDecryptionKeyProvider
-
- ShellDecryptionKeyProvider - Class in org.apache.hadoop.fs.azurebfs.services
-
Shell decryption key provider which invokes an external script that will
perform the key decryption.
- ShellDecryptionKeyProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.services.ShellDecryptionKeyProvider
-
- shouldRetry(int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.ExponentialRetryPolicy
-
Returns if a request should be retried based on the retry count, current response,
and the current strategy.
- signRequest(HttpURLConnection, long) - Method in class org.apache.hadoop.fs.azurebfs.services.SharedKeyCredentials
-
- SimpleKeyProvider - Class in org.apache.hadoop.fs.azure
-
Key provider that simply returns the storage account key from the
configuration as plaintext.
- SimpleKeyProvider() - Constructor for class org.apache.hadoop.fs.azure.SimpleKeyProvider
-
- SimpleKeyProvider - Class in org.apache.hadoop.fs.azurebfs.services
-
Key provider that simply returns the storage account key from the
configuration as plaintext.
- SimpleKeyProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.services.SimpleKeyProvider
-
- SINGLE_WHITE_SPACE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- size() - Method in class org.apache.hadoop.fs.azure.AzureLinkedStack
-
- skip(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- SKIP_AZURE_METRICS_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- SpnegoToken - Class in org.apache.hadoop.fs.azure.security
-
Class to represent SPNEGO token.
- SpnegoToken(AuthenticatedURL.Token) - Constructor for class org.apache.hadoop.fs.azure.security.SpnegoToken
-
- SSLSocketFactoryEx - Class in org.apache.hadoop.fs.azurebfs.utils
-
Extension to use native OpenSSL library instead of JSSE for better
performance.
- SSLSocketFactoryEx.SSLChannelMode - Enum in org.apache.hadoop.fs.azurebfs.utils
-
Default indicates Ordered, preferred OpenSSL, if failed to load then fall
back to Default_JSSE
- STAR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- storeEmptyFolder(String, PermissionStatus) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- storeEmptyLinkFile(String, String, PermissionStatus) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Stores an empty blob that's linking to the temporary file where're we're
uploading the initial data.
- storefile(String, PermissionStatus, String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- StringConfigurationBasicValidator - Class in org.apache.hadoop.fs.azurebfs.diagnostics
-
String configuration value Validator.
- StringConfigurationBasicValidator(String, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.StringConfigurationBasicValidator
-
- SUFFIX - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- SUPER_USER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- suppressAutoUpdate() - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
For unit test purposes, suppresses auto-update of the metrics
from the dedicated thread.
- SyncableDataOutputStream - Class in org.apache.hadoop.fs.azure
-
Support the Syncable interface on top of a DataOutputStream.
- SyncableDataOutputStream(OutputStream) - Constructor for class org.apache.hadoop.fs.azure.SyncableDataOutputStream
-
- validate(String) - Method in interface org.apache.hadoop.fs.azurebfs.contracts.diagnostics.ConfigurationValidator
-
Validates a configuration value.
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.Base64StringConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.BooleanConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.IntegerConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.LongConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.StringConfigurationBasicValidator
-
- validateIsBase64String(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.Base64
-
Determines whether the given string contains only Base64 characters.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azure.WasbAuthorizationOperations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.ReadBufferStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
Create a AbfsPermission from a abfs symbolic permission string
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.services.AuthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx.SSLChannelMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hadoop.fs.azure.WasbAuthorizationOperations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.ReadBufferStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.fs.azurebfs.services.AuthType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.fs.azurebfs.utils.SSLSocketFactoryEx.SSLChannelMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- waitForPendingUploads() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- Wasb - Class in org.apache.hadoop.fs.azure
-
WASB implementation of AbstractFileSystem.
- WASB_BYTES_READ - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_BYTES_WRITTEN - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_CLIENT_ERRORS - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DIRECTORIES_CREATED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DIRECTORIES_DELETED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DNS_PREFIX - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- WASB_DOWNLOAD_LATENCY - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DOWNLOAD_RATE - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_FILES_CREATED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_FILES_DELETED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_RAW_BYTES_DOWNLOADED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_RAW_BYTES_UPLOADED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- WASB_SECURE_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- WASB_SERVER_ERRORS - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_UPLOAD_LATENCY - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_UPLOAD_RATE - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_WEB_RESPONSES - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WasbAuthorizationException - Exception in org.apache.hadoop.fs.azure
-
Exception that gets thrown during the authorization failures
in WASB.
- WasbAuthorizationException(String) - Constructor for exception org.apache.hadoop.fs.azure.WasbAuthorizationException
-
- WasbAuthorizationException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbAuthorizationException
-
- WasbAuthorizationException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbAuthorizationException
-
- WasbAuthorizationOperations - Enum in org.apache.hadoop.fs.azure
-
Different authorization operations supported
in WASB.
- WasbAuthorizerInterface - Interface in org.apache.hadoop.fs.azure
-
Interface to implement authorization support in WASB.
- WasbDelegationTokenIdentifier - Class in org.apache.hadoop.fs.azure.security
-
Delegation token Identifier for WASB delegation tokens.
- WasbDelegationTokenIdentifier() - Constructor for class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- WasbDelegationTokenIdentifier(Text) - Constructor for class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- WasbDelegationTokenIdentifier(Text, Text, Text, Text) - Constructor for class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- WasbDelegationTokenManager - Interface in org.apache.hadoop.fs.azure.security
-
Interface for Managing the Delegation tokens.
- WasbFsck - Class in org.apache.hadoop.fs.azure
-
An fsck tool implementation for WASB that does various admin/cleanup/recovery
tasks on the WASB file system.
- WasbFsck(Configuration) - Constructor for class org.apache.hadoop.fs.azure.WasbFsck
-
- WasbRemoteCallException - Exception in org.apache.hadoop.fs.azure
-
Exception that gets thrown when a remote call
made from WASB to external cred service fails.
- WasbRemoteCallException(String) - Constructor for exception org.apache.hadoop.fs.azure.WasbRemoteCallException
-
- WasbRemoteCallException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbRemoteCallException
-
- WasbRemoteCallException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbRemoteCallException
-
- WasbRemoteCallHelper - Class in org.apache.hadoop.fs.azure
-
Helper class the has constants and helper methods
used in WASB when integrating with a remote http cred
service.
- WasbRemoteCallHelper(RetryPolicy) - Constructor for class org.apache.hadoop.fs.azure.WasbRemoteCallHelper
-
- Wasbs - Class in org.apache.hadoop.fs.azure
-
WASB implementation of AbstractFileSystem for wasbs scheme.
- WasbTokenRenewer - Class in org.apache.hadoop.fs.azure.security
-
Token Renewer for renewing WASB delegation tokens with remote service.
- WasbTokenRenewer() - Constructor for class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
- webResponse() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just got a web response from Azure Storage.
- withContentLength(Long) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the contentLength value.
- withETag(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the eTag value.
- withGroup(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the group value.
- withIsDirectory(Boolean) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the isDirectory value.
- withLastModified(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the lastModified value.
- withName(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the name value.
- withOwner(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the owner value.
- withPaths(List<ListResultEntrySchema>) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultSchema
-
Set the paths value.
- withPermissions(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the permissions value.
- write(int) - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Writes the specified byte to this output stream.
- write(byte[], int, int) - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Writes length bytes from the specified byte array starting at offset to
this output stream.
- write(int) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Writes b.length bytes from the specified byte array to this output
stream.
- write(byte[], int, int) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Writes len from the specified byte array starting at offset
off to the output stream.
- write(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Writes the specified byte to this output stream.
- write(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Writes length bytes from the specified byte array starting at off to
this output stream.
- writeFile(NativeAzureFileSystem) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
Write to disk the information needed to redo folder rename,
in JSON format.