- 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_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.
- AbfsAHCHttpOperation - Class in org.apache.hadoop.fs.azurebfs.services
-
Implementation of
AbfsHttpOperation for orchestrating server calls using
Apache Http Client.
- AbfsAHCHttpOperation(URL, String, List<AbfsHttpHeader>, Duration, Duration, AbfsApacheHttpClient) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
-
- AbfsApacheHttpExpect100Exception - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Exception that marks expect100 handshake error.
- AbfsApacheHttpExpect100Exception(HttpResponse) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsApacheHttpExpect100Exception
-
- AbfsClient - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsClient.
- AbfsClient(URL, SharedKeyCredentials, AbfsConfiguration, SASTokenProvider, EncryptionContextProvider, AbfsClientContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- AbfsClient(URL, SharedKeyCredentials, AbfsConfiguration, AccessTokenProvider, EncryptionContextProvider, AbfsClientContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- AbfsClientContext - Class in org.apache.hadoop.fs.azurebfs.services
-
Class to hold extra configurations for AbfsClient and further classes
inside AbfsClient.
- AbfsClientContextBuilder - Class in org.apache.hadoop.fs.azurebfs.services
-
A builder for AbfsClientContext class with different options to select and
build from.
- AbfsClientContextBuilder() - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsClientContextBuilder
-
- AbfsClientRenameResult - Class in org.apache.hadoop.fs.azurebfs.services
-
A class to store the Result of an AbfsClient rename operation, signifying the
AbfsRestOperation result and the rename recovery.
- AbfsClientRenameResult(AbfsRestOperation, boolean, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsClientRenameResult
-
Constructing an ABFS rename operation result.
- 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.
- AbfsClientThrottlingIntercept(String, AbfsConfiguration) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsClientThrottlingIntercept
-
- 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
-
- AbfsCounters - Interface in org.apache.hadoop.fs.azurebfs.services
-
An interface for Abfs counters.
- AbfsCountersImpl - Class in org.apache.hadoop.fs.azurebfs
-
Instrumentation of Abfs counters.
- AbfsCountersImpl(URI) - Constructor for class org.apache.hadoop.fs.azurebfs.AbfsCountersImpl
-
- 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
-
- AbfsDriverException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Exception to be thrown if any Runtime Exception occurs.
- AbfsDriverException(Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsDriverException
-
- AbfsDriverException(Exception, String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsDriverException
-
- AbfsDtFetcher - Class in org.apache.hadoop.fs.azurebfs.security
-
A DT fetcher for Abfs.
- AbfsDtFetcher() - Constructor for class org.apache.hadoop.fs.azurebfs.security.AbfsDtFetcher
-
- AbfsErrors - Class in org.apache.hadoop.fs.azurebfs.services
-
ABFS error constants.
- AbfsHttpClientConnectionFactory - Class in org.apache.hadoop.fs.azurebfs.services
-
Custom implementation of ManagedHttpClientConnectionFactory and overrides
ManagedHttpClientConnectionFactory.create(HttpRoute, ConnectionConfig) to return
AbfsManagedApacheHttpConnection.
- AbfsHttpClientConnectionFactory() - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpClientConnectionFactory
-
- AbfsHttpConstants - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all constant keys used in abfs rest client here.
- AbfsHttpConstants.ApiVersion - Enum in org.apache.hadoop.fs.azurebfs.constants
-
Specifies the version of the REST protocol used for processing the request.
- 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
-
Base Http operation class for orchestrating server IO calls.
- AbfsHttpOperation(URL, String, int) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Constructor for FixedResult instance, avoiding connection init.
- AbfsHttpOperation(Logger, URL, String, List<AbfsHttpHeader>, Duration, Duration) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- AbfsHttpOperation.AbfsHttpOperationWithFixedResult - Class in org.apache.hadoop.fs.azurebfs.services
-
- AbfsHttpOperationWithFixedResult(URL, String, int) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.AbfsHttpOperationWithFixedResult
-
Creates an instance to represent fixed results.
- AbfsInputStream - Class in org.apache.hadoop.fs.azurebfs.services
-
The AbfsInputStream for AbfsClient.
- AbfsInputStream(AbfsClient, FileSystem.Statistics, String, long, AbfsInputStreamContext, String, TracingContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- AbfsInputStreamContext - Class in org.apache.hadoop.fs.azurebfs.services
-
Class to hold extra input stream configs.
- AbfsInputStreamContext(long) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- AbfsInputStreamStatistics - Interface in org.apache.hadoop.fs.azurebfs.services
-
Interface for statistics for the AbfsInputStream.
- AbfsInputStreamStatisticsImpl - Class in org.apache.hadoop.fs.azurebfs.services
-
Stats for the AbfsInputStream.
- AbfsInputStreamStatisticsImpl() - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- AbfsInvalidChecksumException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Exception to wrap invalid checksum verification on client side.
- AbfsInvalidChecksumException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsInvalidChecksumException
-
- AbfsInvalidChecksumException(AbfsRestOperationException) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsInvalidChecksumException
-
- AbfsIoUtils - Class in org.apache.hadoop.fs.azurebfs.services
-
Utility classes to work with the remote store.
- AbfsJdkHttpOperation - Class in org.apache.hadoop.fs.azurebfs.services
-
Implementation of
AbfsHttpOperation for orchestrating calls using JDK's HttpURLConnection.
- AbfsJdkHttpOperation(URL, String, List<AbfsHttpHeader>, Duration, Duration) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsJdkHttpOperation
-
Initializes a new HTTP request and opens the connection.
- ABFSKey - Class in org.apache.hadoop.fs.azurebfs.security
-
Implementation of SecretKey that would be used by EncryptionAdapter object,
implementations of encryptionContextProvider to maintain the byteArrays of
encryptionContext and encryptionKey.
- ABFSKey(byte[]) - Constructor for class org.apache.hadoop.fs.azurebfs.security.ABFSKey
-
- AbfsLease - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsLease manages an Azure blob lease.
- AbfsLease(AbfsClient, String, int, int, TracingContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- AbfsLease(AbfsClient, String, TracingContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- AbfsLease.LeaseException - Exception in org.apache.hadoop.fs.azurebfs.services
-
- AbfsListResult - Class in org.apache.hadoop.fs.azurebfs.services
-
Class to store listStatus results for AbfsListStatusRemoteIterator.
- AbfsListStatusRemoteIterator - Class in org.apache.hadoop.fs.azurebfs.services
-
- AbfsListStatusRemoteIterator(Path, ListingSupport, TracingContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsListStatusRemoteIterator
-
- AbfsLocatedFileStatus - Class in org.apache.hadoop.fs.azurebfs.services
-
LocatedFileStatus extended to also carry an ETag.
- AbfsLocatedFileStatus(FileStatus, BlockLocation[]) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsLocatedFileStatus
-
- AbfsManagedHttpClientContext - Class in org.apache.hadoop.fs.azurebfs.services
-
Registers the latency of different phases of a network call.
- AbfsManagedHttpClientContext() - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
- AbfsManagedHttpRequestExecutor - Class in org.apache.hadoop.fs.azurebfs.services
-
This class extends HttpRequestExecutor to intercept the connection
activity and register the latency of different phases of a network call.
- AbfsManagedHttpRequestExecutor(int) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpRequestExecutor
-
- AbfsManifestStoreOperations - Class in org.apache.hadoop.fs.azurebfs.commit
-
Extension of StoreOperationsThroughFileSystem with ABFS awareness.
- AbfsManifestStoreOperations() - Constructor for class org.apache.hadoop.fs.azurebfs.commit.AbfsManifestStoreOperations
-
- AbfsOutputStream - Class in org.apache.hadoop.fs.azurebfs.services
-
The BlobFsOutputStream for Rest AbfsClient.
- AbfsOutputStream(AbfsOutputStreamContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- AbfsOutputStreamContext - Class in org.apache.hadoop.fs.azurebfs.services
-
Class to hold extra output stream configs.
- AbfsOutputStreamContext(long) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- AbfsOutputStreamStatistics - Interface in org.apache.hadoop.fs.azurebfs.services
-
- AbfsOutputStreamStatisticsImpl - Class in org.apache.hadoop.fs.azurebfs.services
-
OutputStream statistics implementation for Abfs.
- AbfsOutputStreamStatisticsImpl() - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
- AbfsPerfInfo - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsPerfInfo holds information on ADLS Gen 2 API performance observed by AbfsClient.
- AbfsPerfInfo(AbfsPerfTracker, String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- AbfsPerfLoggable - Interface in org.apache.hadoop.fs.azurebfs.contracts.services
-
The AbfsPerfLoggable contract.
- AbfsPerfTracker - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsPerfTracker keeps track of service latencies observed by AbfsClient.
- AbfsPerfTracker(String, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsPerfTracker
-
- AbfsPerfTracker(String, String, AbfsConfiguration) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsPerfTracker
-
- 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 ).
- AbfsRetryPolicy - Class in org.apache.hadoop.fs.azurebfs.services
-
Abstract Class for Retry policy to be used by
AbfsClient
Implementation to be used is based on retry cause.
- AbfsRetryPolicy(int, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsRetryPolicy
-
- Abfss - Class in org.apache.hadoop.fs.azurebfs
-
Azure Blob File System implementation of AbstractFileSystem.
- AbfssDtFetcher - Class in org.apache.hadoop.fs.azurebfs.security
-
The DT Fetcher for abfss.
- AbfssDtFetcher() - Constructor for class org.apache.hadoop.fs.azurebfs.security.AbfssDtFetcher
-
- AbfsStatistic - Enum in org.apache.hadoop.fs.azurebfs
-
Statistic which are collected in Abfs.
- AbfsStreamContext - Class in org.apache.hadoop.fs.azurebfs.services
-
Base stream configuration class which is going
to store common configs among input and output streams.
- AbfsStreamContext(long) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsStreamContext
-
- AbfsThrottlingIntercept - Interface in org.apache.hadoop.fs.azurebfs.services
-
An interface for Abfs Throttling Interface.
- 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(Path, FsAction, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- ACCESS - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- 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
-
- ACCOUNT_REQUIRES_HTTPS - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- 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
-
- accountThrottlingEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- ACQUIRE_LEASE_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- acquireLease(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Get a lease on the blob identified by key.
- acquireLease(String, int, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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
-
- addCallback(ListenableFuture<V>, FutureCallback<V>) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- addDelegationTokens(Configuration, Credentials, String, String) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDtFetcher
-
Returns Token object via FileSystem, null if bad argument.
- addQuery(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsUriQueryBuilder
-
- addReadTime(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
- addSendTime(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
- ALL_ID_FORMAT - org.apache.hadoop.fs.azurebfs.utils.TracingHeaderFormat
-
- AND_MARK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- APACHE_HTTP_CLIENT - org.apache.hadoop.fs.azurebfs.constants.HttpOperationType
-
- APACHE_IMPL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- APN_VERSION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- append(String, byte[], AppendRequestParameters, String, ContextEncryptionAdapter, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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 - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- APPEND - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- APPEND_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- APPEND_BLOB_TYPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- APPEND_MODE - org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters.Mode
-
- APPEND_SUPPORT_ENABLE_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- APPENDBLOB_MAX_WRITE_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- AppendRequestParameters - Class in org.apache.hadoop.fs.azurebfs.contracts.services
-
Saves the different request parameters for append
- AppendRequestParameters(long, int, int, AppendRequestParameters.Mode, boolean, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- AppendRequestParameters.Mode - Enum in org.apache.hadoop.fs.azurebfs.contracts.services
-
- appendSuccessCheckOp(AbfsRestOperation, String, long, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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
-
- APR_10_2021 - org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants.ApiVersion
-
- AT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- AUG_03_2023 - org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants.ApiVersion
-
- AuthConfigurations - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all the Azure Blob File System auth related
configurations.
- 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
-
- AUTHORIZATION_PERMISSION_MISS_MATCH - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- 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
-
Return the size of the remaining available bytes
if the size is less than or equal to Integer.MAX_VALUE,
otherwise, return Integer.MAX_VALUE.
- AVAILABLE - org.apache.hadoop.fs.azurebfs.contracts.services.ReadBufferStatus
-
- 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_CUSTOM_TOKEN_FETCH_RETRY_COUNT - 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_SMALL_WRITE_OPTIMIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
If the data size written by Hadoop app is small, i.e.
- 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_FOOTER_READ_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
In case of footer reads it was not required to read full buffer size.
- AZURE_HTTP_CONNECTION_TIMEOUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Config to set HTTP Connection Timeout Value for Rest Operations.
- AZURE_HTTP_READ_TIMEOUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Config to set HTTP Read Timeout Value for Rest Operations.
- 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_LIST_MAX_RESULTS - 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_OAUTH_TOKEN_FETCH_RETRY_COUNT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_OAUTH_TOKEN_FETCH_RETRY_DELTA_BACKOFF - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_OAUTH_TOKEN_FETCH_RETRY_MAX_BACKOFF - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_OAUTH_TOKEN_FETCH_RETRY_MIN_BACKOFF - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_READ_AHEAD_RANGE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Read ahead range parameter which can be set by user.
- AZURE_READ_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_READ_OPTIMIZE_FOOTER_READ - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
When parquet files are read, first few read are metadata reads before
reading the actual data.
- AZURE_READ_SMALL_FILES_COMPLETELY - 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_STATIC_RETRY_FOR_CONNECTION_TIMEOUT_ENABLED - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_STATIC_RETRY_INTERVAL - 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
-
- AZURE_WRITE_MAX_CONCURRENT_REQUESTS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_WRITE_MAX_REQUESTS_TO_QUEUE - 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.
- AzureADAuthenticator.UnexpectedResponseException - Exception in org.apache.hadoop.fs.azurebfs.oauth2
-
An unexpected HTTP response was raised, such as text coming back
from what should be an OAuth endpoint.
- 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
-
- AzureBlobFileSystem.ResilientCommitByRenameImpl - Class in org.apache.hadoop.fs.azurebfs
-
Resilient commit support.
- 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
-
- AzureBlobFileSystemException(String, Throwable) - 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(AzureBlobFileSystemStore.AzureBlobFileSystemStoreBuilder) - Constructor for class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- AzureBlobFileSystemStore.AzureBlobFileSystemStoreBuilder - Class in org.apache.hadoop.fs.azurebfs
-
A builder class for AzureBlobFileSystemStore.
- AzureBlobFileSystemStore.Permissions - Class in org.apache.hadoop.fs.azurebfs
-
Permissions class contain provided permission and umask in octalNotation.
- AzureBlobFileSystemStoreBuilder() - Constructor for class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.AzureBlobFileSystemStoreBuilder
-
- 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
-
- AzureManifestCommitterFactory - Class in org.apache.hadoop.fs.azurebfs.commit
-
A Committer for the manifest committer which performs all bindings needed
to work best with abfs.
- AzureManifestCommitterFactory() - Constructor for class org.apache.hadoop.fs.azurebfs.commit.AzureManifestCommitterFactory
-
- 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.
- CachedSASToken - Class in org.apache.hadoop.fs.azurebfs.utils
-
CachedSASToken provides simple utility for managing renewal
of SAS tokens used by Input/OutputStream.
- CachedSASToken() - Constructor for class org.apache.hadoop.fs.azurebfs.utils.CachedSASToken
-
Create instance with default minimum expiration.
- CachedSASToken(long) - Constructor for class org.apache.hadoop.fs.azurebfs.utils.CachedSASToken
-
Create instance with specified minimum expiration.
- 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
-
- CALL_APPEND - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_CREATE - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_CREATE_NON_RECURSIVE - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_DELETE - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_EXIST - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_GET_DELEGATION_TOKEN - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_GET_FILE_STATUS - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_LIST_STATUS - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_MKDIRS - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_OPEN - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- CALL_RENAME - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- callTracingHeaderValidator(String, TracingHeaderFormat) - Method in interface org.apache.hadoop.fs.azurebfs.utils.Listener
-
- 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
-
- CAPABILITY_SAFE_READAHEAD - Static variable in class org.apache.hadoop.fs.azurebfs.constants.InternalConstants
-
Does this version of the store have safe readahead?
Possible combinations of this and the probe
"fs.capability.etags.available".
- captureAndGetAbbreviation(Exception, Integer, String) - Method in class org.apache.hadoop.fs.azurebfs.services.retryReasonCategories.RetryReasonCategory
-
Converts the server-error response to an abbreviation if the response can be
categorised by the implementation.
- 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
-
- CHECK_ACCESS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHECK_ACCESS_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- checkAccess(String, String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Talks to the server to check whether the permission specified in
the rwx parameter is present for the path specified in the path parameter.
- CheckAccess - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- checkException(Path, AzureBlobFileSystemException, AzureServiceErrorCode...) - Static method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Given a path and exception, choose which IOException subclass
to create.
- 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_CORRELATION_ID_PATTERN - Static variable in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- 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.
- ClientErrorRetryReason - Class in org.apache.hadoop.fs.azurebfs.services.retryReasonCategories
-
Category that can capture server-response errors for 4XX status-code.
- ClientErrorRetryReason() - Constructor for class org.apache.hadoop.fs.azurebfs.services.retryReasonCategories.ClientErrorRetryReason
-
- 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.azure.SyncableDataOutputStream
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
Close.
- close() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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.
- close() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- close(Object) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
Close an extension if it is closeable.
- COLON - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- COMMA - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- commitFile(FileEntry) - Method in class org.apache.hadoop.fs.azurebfs.commit.AbfsManifestStoreOperations
-
Commit a file through an internal ABFS operation.
- commitSingleFileByRename(Path, Path, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.ResilientCommitByRenameImpl
-
Perform the rename.
- commitSingleFileByRename(Path, Path, String) - Method in interface org.apache.hadoop.fs.azurebfs.commit.ResilientCommitByRename
-
Rename source file to dest path *Exactly*; no subdirectory games here.
- compute(byte[]) - Method in class org.apache.hadoop.fs.azurebfs.utils.CRC64
-
- computeMD5Hash(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Compute MD5Hash of the given byte array starting from given offset up to given length.
- ConcurrentWriteOperationDetectedException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when a concurrent write operation is detected.
- ConcurrentWriteOperationDetectedException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.ConcurrentWriteOperationDetectedException
-
- ConfigurationKey() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.Base64StringConfigurationValidatorAnnotation
-
- ConfigurationKey() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.BooleanConfigurationValidatorAnnotation
-
- ConfigurationKey() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.IntegerConfigurationValidatorAnnotation
-
- ConfigurationKey() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.IntegerWithOutlierConfigurationValidatorAnnotation
-
- ConfigurationKey() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.LongConfigurationValidatorAnnotation
-
- ConfigurationKey() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.StringConfigurationValidatorAnnotation
-
- 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.IntegerWithOutlierConfigurationValidatorAnnotation - Annotation Type in org.apache.hadoop.fs.azurebfs.contracts.annotations
-
- 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
- CONNECTION_RESET_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- CONNECTION_RESET_MESSAGE - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- CONNECTION_TIMEOUT_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- CONNECTION_TIMEOUT_JDK_MESSAGE - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- ConnectionResetRetryReason - Class in org.apache.hadoop.fs.azurebfs.services.retryReasonCategories
-
Category that can capture server-response errors for connection-reset exception.
- ConnectionResetRetryReason() - Constructor for class org.apache.hadoop.fs.azurebfs.services.retryReasonCategories.ConnectionResetRetryReason
-
- CONNECTIONS_MADE - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- ConnectionTimeoutRetryReason - Class in org.apache.hadoop.fs.azurebfs.services.retryReasonCategories
-
Category that can capture server-response errors for connection-timeout.
- ConnectionTimeoutRetryReason() - Constructor for class org.apache.hadoop.fs.azurebfs.services.retryReasonCategories.ConnectionTimeoutRetryReason
-
- Constants - Class in org.apache.hadoop.fs.azure.security
-
Constants for used with WASB security implementation.
- constructHeader(AbfsHttpOperation, String, String) - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
Concatenate all identifiers separated by (:) into a string and set into
X_MS_CLIENT_REQUEST_ID header of the http operation
- 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.
- ContextEncryptionAdapter - Class in org.apache.hadoop.fs.azurebfs.security
-
Provides APIs to get encryptionKey from encryptionContext for a given path.
- ContextEncryptionAdapter() - Constructor for class org.apache.hadoop.fs.azurebfs.security.ContextEncryptionAdapter
-
- ContextProviderEncryptionAdapter - Class in org.apache.hadoop.fs.azurebfs.security
-
Class manages the encryptionContext and encryptionKey that needs to be added
to the headers to server request if Customer-Encryption-Context is enabled in
the configuration.
- ContextProviderEncryptionAdapter(EncryptionContextProvider, String) - Constructor for class org.apache.hadoop.fs.azurebfs.security.ContextProviderEncryptionAdapter
-
Following constructor called in case of createPath.
- ContextProviderEncryptionAdapter(EncryptionContextProvider, String, byte[]) - Constructor for class org.apache.hadoop.fs.azurebfs.security.ContextProviderEncryptionAdapter
-
Following constructor called when the encryptionContext of file is known.
- CPK_IN_NON_HNS_ACCOUNT_ERROR_MESSAGE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
Exception message on filesystem init if customer-provided-keys configs are provided
for a non-hierarchical-namespace account: "Non hierarchical-namespace account can not have configs enabled for Customer Provided Keys. Following configs can not be given with non-hierarchical-namespace account:fs.azure.encryption.context.provider.type, fs.azure.encryption.encoded.client-provided-key, fs.azure.encryption.encoded.client-provided-key-sha"
- 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
-
- create(HttpRoute, ConnectionConfig) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpClientConnectionFactory
-
Creates a new AbfsManagedApacheHttpConnection instance which has to
be connected.
- CREATE - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- CREATE_DIRECTORY_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- CREATE_FILE_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- CREATE_FILESYSTEM - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- CREATE_NON_RECURSIVE - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- 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
-
- createDefaultHeaders() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Create request headers for Rest Operation using the current API version.
- createDirectory(Path, FsPermission, FsPermission, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createEncryptionContextProvider() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- createFile(Path, FileSystem.Statistics, boolean, FsPermission, FsPermission, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFilesystem(TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFilesystem(TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- CreateFileSystem - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- 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.
- createNewTracingContext(TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
Creates a new Tracing context before entering the retry loop of a rest operation.
- createNonRecursive(Path, boolean, 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.azurebfs.AzureBlobFileSystem
-
- createNonRecursive(Path, FsPermission, 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.azure.NativeAzureFileSystem
-
- createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createOutputCommitter(Path, TaskAttemptContext) - Method in class org.apache.hadoop.fs.azurebfs.commit.AzureManifestCommitterFactory
-
- createPath(String, boolean, boolean, AzureBlobFileSystemStore.Permissions, boolean, String, ContextEncryptionAdapter, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Method for calling createPath API to the backend.
- CreatePath - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- createRequestUrl(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- createResilientCommitSupport(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Private method to create resilient commit support.
- 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.
- Custom - org.apache.hadoop.fs.azurebfs.services.AuthType
-
- 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, int) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
Constructs a token provider based on the custom token provider.
- FALSE - org.apache.hadoop.fs.azurebfs.enums.Trilean
-
- FILE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- FILE_SYSTEM_ALREADY_EXISTS - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- FILE_SYSTEM_NOT_FOUND - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- 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.
- FILES_CREATED - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- FILES_DELETED - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- 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.Abfs
-
Close the file system; the FileContext API doesn't have an explicit close.
- finalize() - Method in class org.apache.hadoop.fs.azurebfs.Abfss
-
Close the file system; the FileContext API doesn't have an explicit close.
- finalize() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- finishTracking() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- FixedSASTokenProvider - Class in org.apache.hadoop.fs.azurebfs.services
-
- FixedSASTokenProvider(String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.FixedSASTokenProvider
-
- 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() - 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(String, long, boolean, boolean, String, String, ContextEncryptionAdapter, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- Flush - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- FLUSH_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- FLUSH_CLOSE_MODE - org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters.Mode
-
- FLUSH_MODE - org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters.Mode
-
- 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
-
- FOOTER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- formString(String, String, String, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsCountersImpl
-
Form a String of the all the statistics and present in an organized manner.
- formString(String, String, String, boolean) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsCounters
-
Form a String of the all the statistics and present in an organized manner.
- 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.
- free() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
Cancel future and free the lease.
- FS_AZURE_ABFS_ENABLE_CHECKSUM_VALIDATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Add extra layer of verification of the integrity of the request content during transport: "fs.azure.enable.checksum.validation".
- FS_AZURE_ABFS_IO_RATE_LIMIT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for rate limit capacity, as used by IO operations which try to throttle themselves.
- FS_AZURE_ABFS_LATENCY_TRACK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for enabling the tracking of ABFS API latency and sending the latency numbers to the ABFS API service
- FS_AZURE_ABFS_RENAME_RESILIENCE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Add extra resilience to rename failures, at the expense of performance.
- 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_IS_EXPECT_HEADER_ENABLED - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Enable or disable expect hundred continue header.
- FS_AZURE_ACCOUNT_IS_HNS_ENABLED - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Config to specify if the configured account is HNS enabled or not.
- 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_LEVEL_THROTTLING_ENABLED - 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_AUTHORITY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth msi Authority: "fs.azure.account.oauth2.msi.authority".
- FS_AZURE_ACCOUNT_OAUTH_MSI_ENDPOINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth msi endpoint: "fs.azure.account.oauth2.msi.endpoint".
- 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_REFRESH_TOKEN_ENDPOINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth AAD refresh token endpoint: "fs.azure.account.oauth2.refresh.token.endpoint".
- FS_AZURE_ACCOUNT_OAUTH_TOKEN_FILE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth AAD workload identity token file path: "fs.azure.account.oauth2.token.file".
- 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_OPERATION_IDLE_TIMEOUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- 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_READ_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ALWAYS_USE_HTTPS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ANALYSIS_PERIOD - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_APACHE_HTTP_CLIENT_IDLE_CONNECTION_TTL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Maximum idle time for a ApacheHttpClient-connection: "fs.azure.apache.http.client.idle.connection.ttl"
- FS_AZURE_APACHE_HTTP_CLIENT_MAX_CACHE_CONNECTION_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Maximum ApacheHttpClient-connection cache size at filesystem level: "fs.azure.apache.http.client.max.cache.connection.size"
- FS_AZURE_APACHE_HTTP_CLIENT_MAX_IO_EXCEPTION_RETRIES - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Maximum number of IOExceptions retries for a single server call on ApacheHttpClient.
- FS_AZURE_APPEND_BLOB_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Provides a config to provide comma separated path prefixes on which Appendblob based files are created
Default is empty.
- FS_AZURE_ATOMIC_RENAME_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_BLOCK_BLOB_BUFFERED_PREAD_DISABLE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Optional config to enable a lock free pread which will bypass buffer in
BlockBlobInputStream.
- FS_AZURE_BLOCK_UPLOAD_ACTIVE_BLOCKS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Maximum Number of blocks a single output stream can have
active (uploading, or queued to the central FileSystem
instance's pool of queued operations.
- FS_AZURE_BLOCK_UPLOAD_BUFFER_DIR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Buffer directory path for uploading AbfsOutputStream data blocks.
- FS_AZURE_BUFFERED_PREAD_DISABLE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Optional config to enable a lock free pread which will bypass buffer in AbfsInputStream.
- FS_AZURE_CLIENT_CORRELATIONID - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
The client correlation ID provided over config that will be added to
x-ms-client-request-Id header.
- FS_AZURE_CLUSTER_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_CLUSTER_TYPE - 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_DISABLE_OUTPUTSTREAM_FLUSH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Provides a config control to disable or enable OutputStream Flush API
operations in AbfsOutputStream.
- FS_AZURE_ENABLE_ABFS_LIST_ITERATOR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Setting this true will make the driver use it's own RemoteIterator implementation
- FS_AZURE_ENABLE_AUTOTHROTTLING - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ENABLE_CHECK_ACCESS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Provides a config to enable/disable the checkAccess API.
- FS_AZURE_ENABLE_CONDITIONAL_CREATE_OVERWRITE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
This config ensures that during create overwrite an existing file will be
overwritten only if there is a match on the eTag of existing file.
- 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
-
Provides a config control to enable or disable ABFS Flush operations -
HFlush and HSync.
- FS_AZURE_ENABLE_MKDIR_OVERWRITE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_ENABLE_PAGINATED_DELETE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Specify whether paginated behavior is to be expected or not in delete path.
- FS_AZURE_ENABLE_READAHEAD - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Enable or disable readahead buffer in AbfsInputStream.
- FS_AZURE_ENCRYPTION_CONTEXT_PROVIDER_TYPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Custom EncryptionContextProvider type
- FS_AZURE_ENCRYPTION_ENCODED_CLIENT_PROVIDED_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Server side encryption key encoded in Base6format "fs.azure.encryption.encoded.client-provided-key".
- FS_AZURE_ENCRYPTION_ENCODED_CLIENT_PROVIDED_KEY_SHA - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
SHA256 hash of encryption key encoded in Base64format
- 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_IDENTITY_TRANSFORM_CLASS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key to enable custom identity transformation.
- FS_AZURE_INFINITE_LEASE_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Provides a config to provide comma separated path prefixes which support infinite leases.
- FS_AZURE_LEASE_THREADS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Provides a number of threads to use for lease operations for infinite lease directories.
- FS_AZURE_LOCAL_GROUP_SG_MAPPING_FILE_PATH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for Local Group to Service Group file location.
- FS_AZURE_LOCAL_USER_SP_MAPPING_FILE_PATH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for Local User to Service Principal file location.
- FS_AZURE_NETWORKING_LIBRARY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Defines what network library to use for server IO calls: "fs.azure.networking.library"
- 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_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_READ_AHEAD_QUEUE_DEPTH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_SAS_FIXED_TOKEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for fixed SAS token: "fs.azure.sas.fixed.token".
- FS_AZURE_SAS_TOKEN_PROVIDER_TYPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for SAS token provider: "fs.azure.sas.token.provider.type".
- FS_AZURE_SAS_TOKEN_RENEW_PERIOD_FOR_STREAMS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
For performance, AbfsInputStream/AbfsOutputStream re-use SAS tokens until the expiry is within this number of seconds.
- 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_TRACINGHEADER_FORMAT - 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
-
- FSOperationType - Enum in org.apache.hadoop.fs.azurebfs.constants
-
- generateUniqueTestPath() - Static method in class org.apache.hadoop.fs.azurebfs.utils.UriUtils
-
Generate unique test path for multiple user tests.
- get() - Method in class org.apache.hadoop.fs.azurebfs.utils.CachedSASToken
-
Gets the token if still valid.
- 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(K) - Method in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- GET_ACCESS_CONTROL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- GET_ACL_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- GET_ACL_STATUS - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- GET_ATTR - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- GET_FILESTATUS - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- GET_PROPERTIES_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- GET_RESPONSES - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- GET_STATUS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- GET_STATUS_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- getAbbreviation() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRetryPolicy
-
Returns a String value of the abbreviation
denoting which type of retry policy is used
- getAbfsConfiguration() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getAbfsConfiguration() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Getter for abfsConfiguration from AbfsClient.
- getAbfsCounters() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Getter for abfsCounters from AbfsClient.
- getAbfsCounters() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContext
-
- getAbfsHttpOperationWithFixedResult(URL, String, int) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getAbfsPerfTracker() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getAbfsPerfTracker() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContext
-
- getAbfsStore() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- 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
-
- getAccountAgnosticClass(String, Class<? extends U>, Class<U>) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns account-agnostic Class if it exists, else returns the default value.
- getAccountAgnosticEnum(String, T) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-agnostic enum value if it exists, else
return default.
- getAccountKeyFromConfiguration(String, Configuration) - Static method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- getAccountName() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Gets the Azure Storage account name corresponding to this instance of configuration.
- getAccountOperationIdleTimeout() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAccountSpecificClass(String, Class<? extends U>, Class<U>) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific class if it exists, else returns default value.
- GetAcl - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- getAclBit() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
Deprecated.
- getAclStatus(String, boolean, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getAclStatus(String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getAclStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Gets the ACL of a file or directory.
- getAclStatus(Path, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getAcquireRetryCount() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- getActionHttpGetRequest() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Getter for the mean value of the time taken to complete a HTTP GET
request by AbfsInputStream.
- getAggregateCount() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getAggregateStart() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getAlgorithm() - Method in class org.apache.hadoop.fs.azurebfs.security.ABFSKey
-
- getAnalysisPeriod() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAppendBlobDirs() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAuthType() - 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
-
- getAzureInfiniteLeaseDirs() - 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
-
- getBackwardSeekOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getBandwidthGaugeUpdater() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- getBase64EncodedString(byte[]) - Static method in class org.apache.hadoop.fs.azurebfs.security.EncodingHelper
-
- getBlockDownloadLatency() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current rolling average of the download latency.
- getBlockFactory() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getBlockOutputActiveBlocks() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getBlockUploadLatency() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current rolling average of the upload latency.
- getBody() - Method in exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
- 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.
- getBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getBytesBackwardsOnSeek() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getBytesFromReadAhead() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Getter for bytes read from readAhead buffer that fills asynchronously.
- getBytesFromRemoteRead() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Getter for bytes read remotely from the data store.
- getBytesRead() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getBytesReadFromBuffer() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getBytesReceived() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getBytesSent() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getBytesSkippedOnSeek() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getBytesToUpload() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
- getBytesUploadFailed() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
- getBytesUploadSuccessful() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
- getCalleeName() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getCallerName() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getCanonicalServiceName() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
If fs.azure.override.canonical.service.name is set as true, return URI of
the WASB filesystem, otherwise use the default implementation.
- getCanonicalServiceName() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
If Delegation tokens are enabled, the canonical service name of
this filesystem is the filesystem URI.
- getCanonicalServiceName() - Method in interface org.apache.hadoop.fs.azurebfs.extensions.BoundDTExtension
-
Get the canonical service name, which will be
returned by FileSystem.getCanonicalServiceName() and so used to
map the issued DT in credentials, including credential files collected
for job submission.
- getCanonicalServiceName() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
Query the token manager for the service name; if it does not implement
the extension interface, null is returned.
- getCanonicalServiceName(Object, String) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
- getClient() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getClient() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getClientCorrelationId() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Gets client correlation ID provided in config.
- getClientLatency() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfTracker
-
- getClientRequestId() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getClone() - Method in interface org.apache.hadoop.fs.azurebfs.utils.Listener
-
- getCloudBlob() - Method in class org.apache.hadoop.fs.azure.SelfRenewingLease
-
- getClusterName() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getClusterType() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getConf() - Method in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
- getConnectTime() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
- 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.
- getContentInputStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
-
Get the response stream from the connection.
- getContentInputStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.AbfsHttpOperationWithFixedResult
-
- getContentInputStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Get the response stream from the connection.
- getContentInputStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsJdkHttpOperation
-
Get the response stream from the connection.
- getContentType() - Method in exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
- 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.
- getCurrentVersion() - Static method in enum org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants.ApiVersion
-
- getCurrentWebResponses() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Gets the current number of web responses obtained from Azure Storage.
- getCustomerProvidedKeySha256() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Get the customer-provided sha-256 key
- getCustomTokenFetchRetryCount() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getCustomTokenProviderAdaptee() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
- getCustomUserAgentPrefix() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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
-
- getDirectoryQueryParameter(String) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Get the directory query parameter used by the List Paths REST API and used
as the path in the continuation token.
- getDstKey() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getEncoded() - Method in class org.apache.hadoop.fs.azurebfs.security.ABFSKey
-
This method to be called by implementations of EncryptionContextProvider interface.
- getEncodedClientProvidedEncryptionKey() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getEncodedClientProvidedEncryptionKeySHA() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getEncodedContext() - Method in class org.apache.hadoop.fs.azurebfs.security.ContextEncryptionAdapter
-
- getEncodedContext() - Method in class org.apache.hadoop.fs.azurebfs.security.ContextProviderEncryptionAdapter
-
- getEncodedContext() - Method in class org.apache.hadoop.fs.azurebfs.security.NoContextEncryptionAdapter
-
- getEncodedKey() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Get the blob name.
- getEncodedKey() - Method in class org.apache.hadoop.fs.azurebfs.security.ContextEncryptionAdapter
-
- getEncodedKey() - Method in class org.apache.hadoop.fs.azurebfs.security.ContextProviderEncryptionAdapter
-
- getEncodedKey() - Method in class org.apache.hadoop.fs.azurebfs.security.NoContextEncryptionAdapter
-
- getEncodedKeySHA() - Method in class org.apache.hadoop.fs.azurebfs.security.ContextEncryptionAdapter
-
- getEncodedKeySHA() - Method in class org.apache.hadoop.fs.azurebfs.security.ContextProviderEncryptionAdapter
-
- getEncodedKeySHA() - Method in class org.apache.hadoop.fs.azurebfs.security.NoContextEncryptionAdapter
-
- getEncryptionAdapter() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getEncryptionAdapter() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getEncryptionContext(String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.EncryptionContextProvider
-
Fetch encryption context for a given path.
- getEncryptionContextProvider() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getEncryptionKey(String, ABFSKey) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.EncryptionContextProvider
-
Fetch encryption key in-exchange for encryption context.
- getEncryptionType() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getEnum(String, T) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific enum value 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
-
- getErrorMessage() - Method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- getErrorStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
-
Get the error stream from the connection.
- getErrorStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.AbfsHttpOperationWithFixedResult
-
- getErrorStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Get the error stream from the connection.
- getErrorStream() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsJdkHttpOperation
-
Get the error stream from the connection.
- getEtag() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLocatedFileStatus
-
- getExecutorService() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getExpectedAppendPos() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getExpectedBytesToBeSent() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- 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.
- getExponentialRetryPolicy() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContext
-
- 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, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getFileSystem() - Method in class org.apache.hadoop.fs.azurebfs.commit.AbfsManifestStoreOperations
-
- 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(TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getFilesystemProperties(TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- GetFileSystemProperties - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- getFolderLease() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getFooterReadBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getFooterReadBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getFooterReadBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getFormat() - Method in class org.apache.hadoop.fs.azurebfs.security.ABFSKey
-
- getForwardSeekOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getFsBackRef() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getFsBackRef() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getHadoopBlockSize() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Returns the file block size.
- getHeader() - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
Return header representing the request associated with the tracingContext
- getHomeDirectory() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getHomeDirectory() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- getHost() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getHttpCall() - Method in enum org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
Getter for http call for HTTP duration trackers.
- getHttpConnectionTimeout() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getHttpErrorCode() - Method in exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
Gets Http error status code.
- getHttpReadTimeout() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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
-
- getHttpResponse() - Method in exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.HttpResponseException
-
- getInstance() - Static method in class org.apache.hadoop.fs.azurebfs.security.NoContextEncryptionAdapter
-
- getInstrumentation() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Gets the metrics source for this file system.
- getInt(String, int) - 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.
- getIOStatistics() - Method in class org.apache.hadoop.fs.azurebfs.AbfsCountersImpl
-
Returning the instance of IOStatisticsStore used to collect the metrics
in AbfsCounters.
- getIOStatistics() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Getter for IOStatistic instance in AzureBlobFilesystem.
- getIOStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getIOStatistics() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Get the IOStatisticsStore instance from AbfsInputStreamStatistics.
- getIOStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Getter for IOStatistics instance used.
- getIOStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- getIOStatistics() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatistics
-
Get the IOStatisticsStore instance from AbfsOutputStreamStatistics.
- getIOStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
Get the IOStatisticsStore instance from AbfsOutputStreamStatistics.
- getIsChecksumValidationEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getIsNamespaceEnabled(TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getIsNamespaceEnabledAccount() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getIsPaginatedDeleteEnabled() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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
-
Get the token kind.
- getLastTracingContext() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
Returns the tracing contest used for last rest operation made.
- getLatencyInstant() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfTracker
-
- getLease() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getLeaseId() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- getLeaseId() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getLeaseID() - Method in class org.apache.hadoop.fs.azure.SelfRenewingLease
-
- getLeaseID() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- getLength() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- 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.
- getListMaxResults() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getListResultSchema() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getLogString() - Method in interface org.apache.hadoop.fs.azurebfs.contracts.services.AbfsPerfLoggable
-
Gets the string to log to the Abfs Logging API.
- getLogString() - 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.
- getMaskedEncodedUrl() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getMaskedUrl() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getMaskedUrl(URL) - Static method in class org.apache.hadoop.fs.azurebfs.utils.UriUtils
-
- getMaxApacheHttpClientConnectionIdleTime() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getMaxApacheHttpClientIoExceptionsRetries() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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
-
- getMaxRetryCount() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRetryPolicy
-
Returns maximum number of retries allowed in this retry policy
- getMaxWriteRequestsToQueue() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getMaxWriteRequestsToQueue() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getMessage() - Method in exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
- 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
-
- getMode() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- getName() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpHeader
-
- getNumLeaseThreads() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getNumLeaseThreads() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getOauthTokenFetchRetryPolicy() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getoffset() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- getOp() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientRenameResult
-
- getOutputStreamStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Getter method for AbfsOutputStream statistics.
- 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
-
- getPath() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getPathNameWarning() - Method in class org.apache.hadoop.fs.azure.WasbFsck
-
- GetPathProperties - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- getPathStatus(String, boolean, TracingContext, ContextEncryptionAdapter) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getPathStatus(Path, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- GetPathStatus - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- getPermission() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.Permissions
-
- getPos() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Return the current offset from the start of the file
- getPosition() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- getPosition() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getPreferredHttpOperationType() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getPreferredSSLFactoryOption() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getPrimaryGroup() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getQueueShrunkOps() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
- getRateLimit() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getRawConfiguration() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getReadAheadBlockSize() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getReadAheadBlockSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getReadAheadBytesRead() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getReadAheadQueueDepth() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getReadAheadQueueDepth() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getReadAheadQueueDepth() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getReadAheadRange() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getReadAheadRange() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getReadAheadRange() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getReadBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getReadBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getReadOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getReadTime() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
- getRecvLatency() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- 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.
- getRelativePath(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getRemoteBytesRead() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getRemoteReadOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getRenameResilience() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getRequestHeaders() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
- 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
-
- getRequestProperty(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
- getResponseHeader(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
-
Get response header value for the given headerKey.
- getResponseHeader(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.AbfsHttpOperationWithFixedResult
-
- getResponseHeader(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Get response header value for the given headerKey.
- getResponseHeader(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsJdkHttpOperation
-
Get response header value for the given headerKey.
- getResult() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getResult() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
- getRetryCount() - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- getRetryInterval(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRetryPolicy
-
Returns backoff interval to be used for a particular retry count
Child class should define how they want to calculate retry interval
- 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.
- getRetryInterval(int) - Method in class org.apache.hadoop.fs.azurebfs.services.StaticRetryPolicy
-
Returns a constant backoff interval independent of retry count;
- getRetryPolicy(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Returns the retry policy to be used for Abfs Rest Operation Failure.
- getSasKeyExpiryPeriod() - Method in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
- getSASToken(String, String, String, String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
Invokes the authorizer to obtain a SAS token.
- getSASToken(String, String, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.FixedSASTokenProvider
-
Returns the fixed SAS Token configured.
- getSasTokenProvider() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getSASTokenProvider() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the SASTokenProvider implementation to be used to generate SAS token.
Users can choose between a custom implementation of
SASTokenProvider
or an in house implementation
FixedSASTokenProvider.
For Custom implementation "fs.azure.sas.token.provider.type" needs to be provided.
For Fixed SAS Token use "fs.azure.sas.fixed.token" needs to be provided.
In case both are provided, Preference will be given to Custom implementation.
Avoid using a custom tokenProvider implementation just to read the configured
fixed token, as this could create confusion.
- getSasTokenRenewPeriodForStreamsInSeconds() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getSasTokenRenewPeriodForStreamsInSeconds() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsStreamContext
-
- 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
-
- getScheme() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDtFetcher
-
Get the scheme for this specific fetcher.
- getScheme() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfssDtFetcher
-
Get the scheme for this specific fetcher.
- getSeekInBuffer() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getSeekOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getSendLatency() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getSendTime() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
- getServiceName() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDtFetcher
-
Returns the service name for the scheme..
- getSHA256Hash(byte[]) - Static method in class org.apache.hadoop.fs.azurebfs.security.EncodingHelper
-
- 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
-
- getStatDescription() - Method in enum org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
Getter for statistic description.
- getStaticRetryForConnectionTimeoutEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getStaticRetryInterval() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getStaticRetryPolicy() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContext
-
- getStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getStatName() - Method in enum org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
Getter for statistic name.
- getStatNameFromHttpCall(String) - Static method in enum org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
Get the statistic name using the http call name.
- 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() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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(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.
- getStreamID() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getStreamID() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- getStreamStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Getter for AbfsInputStreamStatistics.
- getStreamStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- getStreamStatistics() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- 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.
- getSuccess() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getThreadPoolExecutor(int, String, String, String, String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getTimeSpentOnPutRequest() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
Getter for mean value of time taken to complete a PUT request by
AbfsOutputStream.
- getTimeSpentOnTaskWait() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
- 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, 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.
- getTokenManager() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
- getTokenProvider() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getTokenProvider() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getTokenProviderClass(AuthType, String, Class<? extends U>, Class<U>) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns account-specific token provider class if it exists, else checks if
an account-agnostic setting is present for token provider class if AuthType
matches with authType passed.
- 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).
- getTokenUsingJWTAssertion(String, String, String) - Static method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator
-
Gets Azure Active Directory token using the user ID and a JWT assertion
generated by a federated authentication process.
- getTokenUsingRefreshToken(String, 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
-
- getTracingContext() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- getTracingContext() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- getTracingContext() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getTracingContextSuffix() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
-
Get the suffix to add to the tracing context that defines what http-client is
used to make the network call
- getTracingContextSuffix() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.AbfsHttpOperationWithFixedResult
-
- getTracingContextSuffix() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Get the suffix to add to the tracing context that defines what http-client is
used to make the network call
- getTracingContextSuffix() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsJdkHttpOperation
-
Get the suffix to add to the tracing context that defines what http-client is
used to make the network call
- getTracingHeaderFormat() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Enum config to allow user to pick format of x-ms-client-request-id header
- getTrackingEnd() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getTrackingStart() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getTrilean(boolean) - Static method in enum org.apache.hadoop.fs.azurebfs.enums.Trilean
-
Converts boolean to Trilean.
- getTrilean(String) - Static method in enum org.apache.hadoop.fs.azurebfs.enums.Trilean
-
Converts String to Trilean.
- getUmask() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.Permissions
-
- 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 exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
- getUrl() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getUrl() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
- getUser() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getUserAgentSuffix() - Method in interface org.apache.hadoop.fs.azurebfs.extensions.BoundDTExtension
-
Get a suffix for the UserAgent suffix of HTTP requests, which
can be used to identify the principal making ABFS requests.
- getUserAgentSuffix() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
Get a suffix for the UserAgent suffix of HTTP requests, which
can be used to identify the principal making ABFS requests.
- getUserAgentSuffix(Object, String) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
- 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
-
- getWriteBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getWriteCurrentBufferOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
- getWriteMaxConcurrentRequestCount() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getWriteMaxConcurrentRequestCount() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- getWriteOperationsSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Getter to get the size of the task queue.
- getXAttr(Path, String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Get the value of an attribute for a path.
- getXAttr(Path, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Get the value of an attribute for a non-root path.
- getXMsEncryptionContext() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Get the x-ms-encryption-context value.
- getxMsVersion() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- GLOBAL_KEY - org.apache.hadoop.fs.azurebfs.utils.EncryptionType
-
- 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.
- IdentityHandler - Interface in org.apache.hadoop.fs.azurebfs.utils
-
IdentityHandler defines the set of methods to support various
identity lookup services.
- 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
-
- IdentityTransformerInterface - Interface in org.apache.hadoop.fs.azurebfs.oauth2
-
IdentityTransformerInterface defines the set of translation
operations that any identity transformer implementation must provide.
- 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
-
- ifBoundDTExtension(Object, Function<? super BoundDTExtension, ? extends V>) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
Invoke an operation on an object if it implements the BoundDTExtension
interface; returns an optional value.
- incrementCounter(AbfsStatistic, long) - Method in class org.apache.hadoop.fs.azurebfs.AbfsCountersImpl
-
Increment a AbfsStatistic by a long value.
- incrementCounter(AbfsStatistic, long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsCounters
-
Increment a AbfsStatistic by a long value.
- INFINITE_LEASE_DURATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- INGRESS_LIMIT_BREACH_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- INGRESS_OVER_ACCOUNT_LIMIT - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- 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(AbfsConfiguration) - Static method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator
-
- initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- 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(Configuration) - Method in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
- 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.
- initialize(Configuration, String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
Initialize authorizer for Azure Blob File System.
- initialize(Configuration, String) - Method in class org.apache.hadoop.fs.azurebfs.services.FixedSASTokenProvider
-
- initialize(Configuration, String, String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.EncryptionContextProvider
-
Initialize instance.
- IntegerConfigurationBasicValidator - Class in org.apache.hadoop.fs.azurebfs.diagnostics
-
Integer configuration value Validator.
- IntegerConfigurationBasicValidator(int, int, int, int, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.IntegerConfigurationBasicValidator
-
- IntegerConfigurationBasicValidator(int, int, int, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.IntegerConfigurationBasicValidator
-
- interceptConnectionActivity(HttpClientConnection) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
This to be used only in tests to get connection level activity.
- INTERNAL_OPERATION_ABORT - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- InternalConstants - Class in org.apache.hadoop.fs.azurebfs.constants
-
Constants which are used internally and which don't fit into the other
classes.
- INVALID_QUERY_PARAMETER_VALUE - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- INVALID_RENAME_SOURCE_PATH - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- INVALID_SOURCE_OR_DESTINATION_RESOURCE_TYPE - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- InvalidAbfsRestOperationException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Exception to wrap invalid Azure service error responses and exceptions
raised on network IO.
- InvalidAbfsRestOperationException(Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidAbfsRestOperationException
-
- InvalidAbfsRestOperationException(Exception, int) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidAbfsRestOperationException
-
Adds the retry count along with the exception.
- 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) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidConfigurationValueException
-
- InvalidConfigurationValueException(String, Exception) - 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
-
- IO_EXCEPTION_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- isAppendBlob() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- isAppendBlob() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- isAppendBlobKey(String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
Checks if the given key in Azure Storage should be stored as a page
blob instead of block blob.
- isARetriedRequest() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
- 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
-
- 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.
- isBufferedPreadDisabled() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- isCheckAccessEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isConditionalCreateOverwriteEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isConnectionDisconnectedOnError() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- 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.
- isDisableOutputStreamFlush() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- isEmpty() - Method in class org.apache.hadoop.fs.azure.AzureLinkedStack
-
- isEnabledMkdirOverwrite() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isEnableFlush() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- isEnableSmallWriteOptimization() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- isExpectHeaderEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isExpectHeaderEnabled() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- isExpectHeaderEnabled() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- 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
-
- isFreed() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- isHttpsAlwaysUsed() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isIncompleteMetadataState() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientRenameResult
-
- isInfiniteLeaseKey(String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- isKeyForDirectorySet(String, Set<String>) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- isLeaseFreed() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- 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.
- isOutputStreamFlushDisabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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.
- isPaginatedDeleteEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isReadAheadEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isReadAheadEnabled() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- isReadAheadEnabled() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- isReadAheadEnabled(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- isRecentlyModified(String, Instant) - Static method in class org.apache.hadoop.fs.azurebfs.utils.DateTimeUtils
-
Tries to identify if an operation was recently executed based on the LMT of
a file or folder.
- isRenameRecovered() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientRenameResult
-
- isRetryDueToExpect() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- 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
-
- isSmallWriteOptimizationEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- isTokenAboutToExpire() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AccessTokenProvider
-
Checks if the token is about to expire in the next 5 minutes.
- isTokenAboutToExpire() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.MsiTokenProvider
-
Checks if the token is about to expire as per base expiry logic.
- isTokenAboutToExpire() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.WorkloadIdentityTokenProvider
-
Checks if the token is about to expire as per base expiry logic.
- isTokenRequired() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDtFetcher
-
- isTokenValid() - Method in class org.apache.hadoop.fs.azure.security.SpnegoToken
-
- isTolerateOobAppends() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- 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
-
- RANGE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- RATE_LIMIT_DEFAULT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
IO rate limit.
- 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() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- read(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- read(long, byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- read(String, long, byte[], int, int, String, String, ContextEncryptionAdapter, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- READ - org.apache.hadoop.fs.azure.WasbAuthorizationOperations
-
- READ - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- READ_FAILED - org.apache.hadoop.fs.azurebfs.contracts.services.ReadBufferStatus
-
- READ_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- READ_THROTTLES - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- READ_TIMEOUT_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- READ_TIMEOUT_JDK_MESSAGE - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- readAheadBytesRead(long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Records the bytes read from readAhead buffer.
- readAheadBytesRead(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Total bytes read from readAhead buffer during a read operation.
- ReadBufferStatus - Enum in org.apache.hadoop.fs.azurebfs.contracts.services
-
The ReadBufferStatus for Rest AbfsClient
- ReadFile - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- READING_IN_PROGRESS - org.apache.hadoop.fs.azurebfs.contracts.services.ReadBufferStatus
-
- readOperationStarted() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
A read(byte[] buf, int off, int len) operation has started.
- readOperationStarted() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
A read(byte[] buf, int off, int len) operation has started.
- readSmallFilesCompletely() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- readSmallFilesCompletely() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- ReadTimeoutRetryReason - Class in org.apache.hadoop.fs.azurebfs.services.retryReasonCategories
-
Category that can capture server-response errors for read-timeout.
- ReadTimeoutRetryReason() - Constructor for class org.apache.hadoop.fs.azurebfs.services.retryReasonCategories.ReadTimeoutRetryReason
-
- 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
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.WorkloadIdentityTokenProvider
-
- RefreshTokenBasedTokenProvider - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Provides tokens based on refresh token.
- RefreshTokenBasedTokenProvider(String, String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.RefreshTokenBasedTokenProvider
-
Constructs a token provider based on the refresh token provided.
- registerAggregates(Instant, long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- registerCallee(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- registerListener(Listener) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- registerListener(Listener) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- registerListener(Listener) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- registerResult(AbfsPerfLoggable) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- registerSource(String, String, MetricsSource) - Static method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemMetricsSystem
-
- registerSuccess(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- RELEASE_LEASE - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- RELEASE_LEASE_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- releaseLease(String, String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- REMOTE_CALL_SUCCESS_CODE - Static variable in class org.apache.hadoop.fs.azure.WasbRemoteCallHelper
-
Return code when the remote call is successful.
- remoteBytesRead(long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Records bytes read remotely after nothing from readAheadBuffer was read.
- remoteBytesRead(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Total bytes read remotely after nothing was read from readAhead buffer.
- remoteReadOperation() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Records a successful remote read operation.
- remoteReadOperation() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Records a successful remote read operation.
- 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
-
- REMOVE_ACL - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- REMOVE_ACL_ENTRIES - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- REMOVE_DEFAULT_ACL - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- removeAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Removes all but the base ACL entries of files and directories.
- removeAcl(Path, TracingContext) - 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>, TracingContext) - 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, TracingContext) - 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, TracingContext, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
Rename a file or directory.
- RENAME - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- RENAME_DESTINATION_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- RENAME_DESTINATION_PARENT_PATH_NOT_FOUND - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- RENAME_PATH_ATTEMPTS - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- RENAME_RECOVERY - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- RENAME_SOURCE_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- renameIdempotencyCheckOp(String, String, AbfsRestOperation, String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Check if the rename request failure is post a retry and if earlier rename
request might have succeeded at back-end.
- renamePath(String, String, String, TracingContext, String, boolean, boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Rename a file or directory.
- RenamePath - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- 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.
- RENEW_LEASE_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- 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
-
- renewLease(String, String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- reset() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Not supported by this stream.
- ResilientCommitByRename - Interface in org.apache.hadoop.fs.azurebfs.commit
-
API exclusively for committing files.
- ResilientCommitByRenameImpl() - Constructor for class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem.ResilientCommitByRenameImpl
-
- 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.
- RESUME - org.apache.hadoop.fs.azurebfs.services.TimerFunctionality
-
- 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
-
- retrieve(String, long, Optional<Configuration>) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retrieveAppendStream(String, int) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retrieveAttribute(String, String) - 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
-
- RetryPolicyConstants - Class in org.apache.hadoop.fs.azurebfs.services
-
- RetryReasonCategory - Class in org.apache.hadoop.fs.azurebfs.services.retryReasonCategories
-
Provides methods to define if given exception can be categorised to certain category.
- RetryReasonCategory() - Constructor for class org.apache.hadoop.fs.azurebfs.services.retryReasonCategories.RetryReasonCategory
-
- RetryReasonConstants - Class in org.apache.hadoop.fs.azurebfs.services
-
- RETURN_URI_AS_CANONICAL_SERVICE_NAME_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- 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 - org.apache.hadoop.fs.azurebfs.services.AuthType
-
- 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.
- SASTokenProvider - Interface in org.apache.hadoop.fs.azurebfs.extensions
-
Interface to support SAS authorization.
- SASTokenProviderException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown if there is an error instantiating the SASTokenProvider or getting
a SAS token.
- SASTokenProviderException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.SASTokenProviderException
-
- SASTokenProviderException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.SASTokenProviderException
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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.
- seek(long, long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Record a forward or backward seek, adding a seek operation, a forward or
a backward seek operation, and number of bytes skipped.
- seek(long, long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Record a forward or backward seek, adding a seek operation, a forward or
a backward seek operation, and number of bytes skipped.
- seekBackwards(long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Seek backwards, incrementing the seek and backward seek counters.
- seekBackwards(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Seek backwards, incrementing the seek and backward seek counters.
- seekForwards(long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Record a forward seek, adding a seek operation, a forward
seek operation, and any bytes skipped.
- seekForwards(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Record a forward seek, adding a seek operation, a forward
seek operation, and any bytes skipped.
- seekInBuffer() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Records the total number of seeks done in the buffer.
- seekInBuffer() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Records the total number of seeks done in the buffer.
- 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
-
- SEND_REQUESTS - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- sendingRequest(SendingRequestEvent) - Method in class org.apache.hadoop.fs.azure.SelfThrottlingIntercept
-
- sendingRequest(AbfsRestOperationType, AbfsCounters) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientThrottlingIntercept
-
Called before the request is sent.
- sendingRequest(AbfsRestOperationType, AbfsCounters) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsThrottlingIntercept
-
Called before the request is sent.
- sendPayload(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
-
Sends the HTTP request.
- sendPayload(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.AbfsHttpOperationWithFixedResult
-
- sendPayload(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sends the HTTP request.
- sendPayload(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsJdkHttpOperation
-
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
-
- SERVER_SIDE_ENCRYPTION_ALGORITHM - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- SERVER_UNAVAILABLE - org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
- serverErrorEncountered() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just encountered a server-caused error.
- ServerErrorRetryReason - Class in org.apache.hadoop.fs.azurebfs.services.retryReasonCategories
-
Category that can capture server-response errors for 5XX status-code.
- ServerErrorRetryReason() - Constructor for class org.apache.hadoop.fs.azurebfs.services.retryReasonCategories.ServerErrorRetryReason
-
- 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_ACL - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- SET_ACL_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- SET_ATTR - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- SET_OWNER - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- SET_OWNER_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- SET_PERMISSION - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- SET_PERMISSION_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- SET_PROPERTIES_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- SET_PROPERTIES_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- 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(String, String, String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setAcl(String, String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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>, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- SetAcl - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- 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.
- setBytesSent(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sets byteSent metric.
- setCachedSasToken(CachedSASToken) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- setConnectionDisconnectedOnError() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Marks network error and expect100 failures for send-payload phase.
- setConnectionTimeMs(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sets connection time in milliseconds taken to establish the connection.
- setConnectTime(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsManagedHttpClientContext
-
- setContainerName(String) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Sets the container name to tag all the metrics with.
- setEnableAbfsListIterator(boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- setEncodedKey(String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Set the blob name.
- setEncryptionType(EncryptionType) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setExpectedBytesToBeSent(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sets expected bytes to be sent.
- setExpectHeaderEnabled(boolean) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- setExpiry(Date) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADToken
-
- setFilesystemProperties(String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setFilesystemProperties(Hashtable<String, String>, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- SetFileSystemProperties - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- setIsChecksumValidationEnabled(boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- setKey(String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Set the blob name.
- setListener(Listener) - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- setMaskForSAS() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- setMaxIoRetries(int) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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.
- setOperation(FSOperationType) - Method in interface org.apache.hadoop.fs.azurebfs.utils.Listener
-
- setOperation(FSOperationType) - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- setOptimizeFooterRead(boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- setOwner(String, String, String, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- SetOwner - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- setPathProperties(String, String, TracingContext, ContextEncryptionAdapter) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setPathProperties(Path, Hashtable<String, String>, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- SetPathProperties - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- setPermission(String, String, TracingContext) - 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, TracingContext) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- SetPermissions - org.apache.hadoop.fs.azurebfs.services.AbfsRestOperationType
-
- setPrimaryRequestID() - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- setReadSmallFilesCompletely(boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- setRecvResponseTimeMs(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sets receive response time in milliseconds.
- setRequestId() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Set x-ms-request-id value from the server call response header.
- setRequestProperty(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsAHCHttpOperation
-
Set request header.
- setRequestProperty(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.AbfsHttpOperationWithFixedResult
-
- setRequestProperty(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Set request header.
- setRequestProperty(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsJdkHttpOperation
-
Set request header.
- setRetryCount(int) - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- setRetryDueToExpect(boolean) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- setRetryPolicyFactory(RetryPolicyFactory) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setSASToken(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsUriQueryBuilder
-
- setSendRequestTimeMs(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sets send request time in milliseconds.
- setStatusCode(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Set response status code for the server call.
- setStatusDescription(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sets response status description for the server call.
- setStorageAccountName(String) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setStreamID(String) - Method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- 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
-
- setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Set the value of an attribute for a path.
- setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Set the value of an attribute for a non-root path.
- SharedKey - org.apache.hadoop.fs.azurebfs.services.AuthType
-
- 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 - 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.azure.ShellDecryptionKeyProvider
-
- ShellDecryptionKeyProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.services.ShellDecryptionKeyProvider
-
- shouldAlwaysReadBufferSize() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- shouldReadBufferSizeAlways() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- shouldReadBufferSizeAlways() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- shouldRetry(int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRetryPolicy
-
Returns if a request should be retried based on the retry count, current response,
and the current strategy.
- shouldTrackLatency() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Whether AbfsClient should track and send latency info back to storage servers.
- signRequest(AbfsHttpOperation, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
Sign an operation.
- signRequest(AbfsHttpOperation, 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 - 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.azure.SimpleKeyProvider
-
- SimpleKeyProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.services.SimpleKeyProvider
-
- SINGLE_ID_FORMAT - org.apache.hadoop.fs.azurebfs.utils.TracingHeaderFormat
-
- 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
-
- SOCKET_EXCEPTION_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- SOURCE_PATH_NOT_FOUND - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- 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
-
- STAR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- STATIC_RETRY_POLICY_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryPolicyConstants
-
Constant for Static Retry Policy Abbreviation.
- StaticRetryPolicy - Class in org.apache.hadoop.fs.azurebfs.services
-
Retry policy used by AbfsClient for Network Errors.
- StaticRetryPolicy(AbfsConfiguration) - Constructor for class org.apache.hadoop.fs.azurebfs.services.StaticRetryPolicy
-
- storeAttribute(String, String, byte[]) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- 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
-
- storePreservesEtagsThroughRenames(Path) - Method in class org.apache.hadoop.fs.azurebfs.commit.AbfsManifestStoreOperations
-
Etags are preserved through Gen2 stores, but not wasb stores.
- storeSupportsResilientCommit() - Method in class org.apache.hadoop.fs.azurebfs.commit.AbfsManifestStoreOperations
-
Resilient commits available on hierarchical stores.
- STREAM_ID_LEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- 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
-
- submit(Runnable) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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.
- SUSPEND - org.apache.hadoop.fs.azurebfs.services.TimerFunctionality
-
- sync() - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Deprecated.
- sync() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Deprecated.
- sync() - Method in class org.apache.hadoop.fs.azure.SyncableDataOutputStream
-
Deprecated.
- sync() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Deprecated.
- 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
-
- TEST_OP - org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- TextFileBasedIdentityHandler - Class in org.apache.hadoop.fs.azurebfs.utils
-
TextFileBasedIdentityHandler is a
IdentityHandler implements
translation operation which returns identity mapped to AAD identity by
loading the mapping file from the configured location.
- TextFileBasedIdentityHandler(String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.utils.TextFileBasedIdentityHandler
-
- THOUSAND - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- THREAD_NAME - Static variable in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
- ThrowIfInvalid() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.Base64StringConfigurationValidatorAnnotation
-
- ThrowIfInvalid() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.BooleanConfigurationValidatorAnnotation
-
- ThrowIfInvalid() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.IntegerConfigurationValidatorAnnotation
-
- ThrowIfInvalid() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.IntegerWithOutlierConfigurationValidatorAnnotation
-
- ThrowIfInvalid() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.LongConfigurationValidatorAnnotation
-
- ThrowIfInvalid() - Method in annotation type org.apache.hadoop.fs.azurebfs.contracts.annotations.ConfigurationValidationAnnotations.StringConfigurationValidatorAnnotation
-
- TimeoutException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when a timeout happens.
- TimeoutException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.TimeoutException
-
- TimerFunctionality - Enum in org.apache.hadoop.fs.azurebfs.services
-
- timeSpentTaskWait() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatistics
-
Time spent in waiting for tasks to be completed in the blocking queue.
- timeSpentTaskWait() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
Time spent in waiting for tasks to be completed in the blocking queue.
- toBoolean() - Method in enum org.apache.hadoop.fs.azurebfs.enums.Trilean
-
Converts the Trilean enum to boolean.
- toDelegationToken(Map<?, ?>) - Static method in class org.apache.hadoop.fs.azure.security.TokenUtils
-
- TOKEN_KIND - Static variable in class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- TOKEN_KIND - Static variable in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenIdentifier
-
The token kind of these tokens: ""ABFS delegation".
- TOKEN_VERSION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- TokenAccessProviderException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown if there is a problem instantiating a TokenAccessProvider or retrieving a configuration
using a TokenAccessProvider object.
- TokenAccessProviderException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException
-
- TokenAccessProviderException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException
-
- TokenUtils - Class in org.apache.hadoop.fs.azure.security
-
Utility methods common for token management
- toMap() - Method in class org.apache.hadoop.fs.azurebfs.AbfsCountersImpl
-
Convert all the statistics into a key-value pair map to be used for
testing.
- toMap() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsCounters
-
Convert all the statistics into a key-value pair map to be used for
testing.
- toString() - Method in class org.apache.hadoop.fs.azure.AzureLinkedStack
-
- toString() - Method in enum org.apache.hadoop.fs.azure.WasbAuthorizationOperations
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore.Permissions
-
- toString() - Method in enum org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants.ApiVersion
-
- toString() - Method in enum org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
- toString() - Method in exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.AzureBlobFileSystemException
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientRenameResult
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Get the statistics of the stream.
- toString() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Makes the string of all the AbfsInputStream statistics.
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
String operator describes all the current statistics.
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLocatedFileStatus
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Appending AbfsOutputStream statistics to base toString().
- toString() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatistics
-
Method to form a string of all AbfsOutputStream statistics and their
values.
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
String to show AbfsOutputStream statistics values in AbfsOutputStream.
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRetryPolicy
-
- toString() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsUriQueryBuilder
-
- toToken(Map<?, ?>) - Static method in class org.apache.hadoop.fs.azure.security.TokenUtils
-
- TPS_LIMIT_BREACH_ABBREVIATION - Static variable in class org.apache.hadoop.fs.azurebfs.services.RetryReasonConstants
-
- TPS_OVER_ACCOUNT_LIMIT - org.apache.hadoop.fs.azurebfs.contracts.services.AzureServiceErrorCode
-
- TracingContext - Class in org.apache.hadoop.fs.azurebfs.utils
-
The TracingContext class to correlate Store requests using unique
identifiers and resources common to requests (e.g.
- TracingContext(String, String, FSOperationType, boolean, TracingHeaderFormat, Listener) - Constructor for class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- TracingContext(String, String, FSOperationType, TracingHeaderFormat, Listener) - Constructor for class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
Initialize TracingContext
- TracingContext(TracingContext) - Constructor for class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- TracingHeaderFormat - Enum in org.apache.hadoop.fs.azurebfs.utils
-
- trackDuration(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsCountersImpl
-
Tracks the duration of a statistic.
- trackDuration(String) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsCounters
-
Start a DurationTracker for a request.
- trackInfo(AbfsPerfInfo) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfTracker
-
- TRANSFER_ENCODING - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- transformAclEntriesForGetRequest(List<AclEntry>, String, String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformer
-
Perform Identity transformation when calling GetAclStatus()
If the AclEntry type is a user or group, and its name is one of the following:
- transformAclEntriesForGetRequest(List<AclEntry>, String, String) - Method in interface org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformerInterface
-
Perform Identity transformation when calling GetAclStatus().
- transformAclEntriesForSetRequest(List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformer
-
Perform Identity transformation when calling setAcl(),removeAclEntries() and modifyAclEntries()
If the AclEntry type is a user or group, and its name is one of the following:
1.short name; 2.$superuser; 3.Fully qualified name; 4.
- transformAclEntriesForSetRequest(List<AclEntry>) - Method in interface org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformerInterface
-
Perform Identity transformation when calling setAcl(),removeAclEntries() and modifyAclEntries().
- transformIdentityForGetRequest(String, boolean, String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformer
-
Perform identity transformation for the Get request results in AzureBlobFileSystemStore:
getFileStatus(), listStatus(), getAclStatus().
- transformIdentityForGetRequest(String, boolean, String) - Method in interface org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformerInterface
-
Perform identity transformation for the Get request.
- transformIdentityForGetRequest(String, boolean, String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.LocalIdentityTransformer
-
Perform identity transformation for the Get request results.
- transformUserOrGroupForSetRequest(String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformer
-
Perform Identity transformation when setting owner on a path.
- transformUserOrGroupForSetRequest(String) - Method in interface org.apache.hadoop.fs.azurebfs.oauth2.IdentityTransformerInterface
-
Perform Identity transformation when setting owner on a path.
- triggerUpdate(boolean) - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
Triggers the update of the metrics gauge based on all the blocks
uploaded/downloaded so far.
- Trilean - Enum in org.apache.hadoop.fs.azurebfs.enums
-
Enum to represent 3 values, TRUE, FALSE and UNKNOWN.
- TrileanConversionException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when tried to convert Trilean.UNKNOWN to boolean.
- TrileanConversionException() - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.TrileanConversionException
-
- TRUE - org.apache.hadoop.fs.azurebfs.enums.Trilean
-
- TRUE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- TWO_ID_FORMAT - org.apache.hadoop.fs.azurebfs.utils.TracingHeaderFormat
-
- 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
-
- validateClientCorrelationID(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.TracingContext
-
- 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.AbfsStatistic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants.ApiVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.constants.FSOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.constants.HttpOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters.Mode
-
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 enum org.apache.hadoop.fs.azurebfs.enums.Trilean
-
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.services.TimerFunctionality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.utils.EncryptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.utils.TracingHeaderFormat
-
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.AbfsStatistic
-
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.constants.AbfsHttpConstants.ApiVersion
-
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.constants.FSOperationType
-
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.constants.HttpOperationType
-
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.AppendRequestParameters.Mode
-
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.enums.Trilean
-
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.services.TimerFunctionality
-
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.EncryptionType
-
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.TracingHeaderFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.