- 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.
- AbfsClient - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsClient.
- AbfsClient(URL, SharedKeyCredentials, AbfsConfiguration, AccessTokenProvider, AbfsClientContext) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- AbfsClient(URL, SharedKeyCredentials, AbfsConfiguration, SASTokenProvider, 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
-
- AbfsClientThrottlingIntercept - Class in org.apache.hadoop.fs.azurebfs.services
-
Throttles Azure Blob File System read and write operations to achieve maximum
throughput by minimizing errors.
- AbfsConfiguration - Class in org.apache.hadoop.fs.azurebfs
-
Configuration for Azure Blob FileSystem.
- AbfsConfiguration(Configuration, String) - Constructor for class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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
-
- 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.
- AbfsHttpConstants - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all constant keys used in abfs rest client here.
- AbfsHttpHeader - Class in org.apache.hadoop.fs.azurebfs.services
-
The Http Request / Response Headers for Rest AbfsClient.
- AbfsHttpHeader(String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpHeader
-
- AbfsHttpOperation - Class in org.apache.hadoop.fs.azurebfs.services
-
Represents an HTTP operation.
- AbfsHttpOperation(URL, String, int) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Constructor for FixedResult instance, avoiding connection init.
- AbfsHttpOperation(URL, String, List<AbfsHttpHeader>) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Initializes a new HTTP request and opens the connection.
- 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) - 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
-
- AbfsIoUtils - Class in org.apache.hadoop.fs.azurebfs.services
-
Utility classes to work with the remote store.
- AbfsLease - Class in org.apache.hadoop.fs.azurebfs.services
-
AbfsLease manages an Azure blob lease.
- AbfsLease(AbfsClient, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- AbfsLease(AbfsClient, String, int, int) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- AbfsLease.LeaseException - Exception in org.apache.hadoop.fs.azurebfs.services
-
- AbfsListStatusRemoteIterator - Class in org.apache.hadoop.fs.azurebfs.services
-
- AbfsListStatusRemoteIterator(FileStatus, ListingSupport) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsListStatusRemoteIterator
-
- AbfsOutputStream - Class in org.apache.hadoop.fs.azurebfs.services
-
The BlobFsOutputStream for Rest AbfsClient.
- AbfsOutputStream(AbfsClient, FileSystem.Statistics, String, long, 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, AbfsConfiguration) - Constructor for class org.apache.hadoop.fs.azurebfs.services.AbfsPerfTracker
-
- AbfsPerfTracker(String, String, boolean) - 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 ).
- 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
-
- 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) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- ACCESS_GROUP - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ACCESS_MASK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ACCESS_OTHER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ACCESS_USER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- AccessTokenProvider - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Returns an Azure Active Directory token when requested.
- AccessTokenProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.AccessTokenProvider
-
- accountConf(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Appends an account name to a configuration key yielding the
account-specific form.
- accountProperty(String, String) - Static method in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- 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(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Get a self-renewing lease on the specified file.
- acquireLease(String, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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
-
- AND_MARK - 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(Path, int, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
This optional operation is not yet supported.
- append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- append(String, byte[], AppendRequestParameters, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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_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) - 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) - 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
-
- AT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- 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
-
- authorize(String, String, String) - Method in class org.apache.hadoop.fs.azure.RemoteWasbAuthorizerImpl
-
- authorize(String, String, String) - Method in interface org.apache.hadoop.fs.azure.WasbAuthorizerInterface
-
Authorizer API to authorize access in WASB.
- AuthType - Enum in org.apache.hadoop.fs.azurebfs.services
-
Auth Type Enum.
- available() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- AZURE_ABFS_ENDPOINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
End point of ABFS account: "fs.azure.abfs.endpoint".
- AZURE_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_BLOCK_LOCATION_HOST_DEFAULT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- AZURE_BLOCK_LOCATION_HOST_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_BLOCK_SIZE_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_CHMOD_USERLIST_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Configuration property used to specify list of users that can perform
chmod operation when authorization is enabled in WASB.
- AZURE_CHOWN_USERLIST_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Configuration property used to specify list of users that can perform
chown operation when authorization is enabled in WASB.
- AZURE_CONCURRENT_CONNECTION_VALUE_IN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_CONCURRENT_CONNECTION_VALUE_OUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- AZURE_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_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_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
-
- 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_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
-
- 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(URI, boolean, Configuration, AbfsCounters) - Constructor for class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- AzureException - Exception in org.apache.hadoop.fs.azure
-
Thrown if there is a problem communicating with Azure Storage service.
- AzureException(String) - Constructor for exception org.apache.hadoop.fs.azure.AzureException
-
- AzureException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.AzureException
-
- AzureException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.AzureException
-
- AzureFileSystemInstrumentation - Class in org.apache.hadoop.fs.azure.metrics
-
A metrics source for the WASB file system to track all the metrics we care
about for getting a clear picture of the performance/reliability/interaction
of the Hadoop cluster with Azure Storage.
- AzureFileSystemInstrumentation(Configuration) - Constructor for class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- AzureFileSystemMetricsSystem - Class in org.apache.hadoop.fs.azure.metrics
-
AzureFileSystemMetricsSystem
- AzureFileSystemThreadTask - Interface in org.apache.hadoop.fs.azure
-
Interface for executing the file operation by a thread.
- AzureLinkedStack<E> - Class in org.apache.hadoop.fs.azure
-
A simple generic stack implementation using linked lists.
- AzureLinkedStack() - Constructor for class org.apache.hadoop.fs.azure.AzureLinkedStack
-
- AzureNativeFileSystemStore - Class in org.apache.hadoop.fs.azure
-
Core implementation of Windows Azure Filesystem for Hadoop.
- AzureNativeFileSystemStore() - Constructor for class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- AzureServiceErrorCode - Enum in org.apache.hadoop.fs.azurebfs.contracts.services
-
Azure service error codes.
- BandwidthGaugeUpdater - Class in org.apache.hadoop.fs.azure.metrics
-
Internal implementation class to help calculate the current bytes
uploaded/downloaded and the maximum bandwidth gauges.
- BandwidthGaugeUpdater(AzureFileSystemInstrumentation) - Constructor for class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
Create a new updater object with default values.
- BandwidthGaugeUpdater(AzureFileSystemInstrumentation, int, boolean) - Constructor for class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
Create a new updater object with some overrides (used in unit tests).
- Base64 - Class in org.apache.hadoop.fs.azurebfs.utils
-
Base64
- Base64StringConfigurationBasicValidator - Class in org.apache.hadoop.fs.azurebfs.diagnostics
-
String Base64 configuration value Validator.
- Base64StringConfigurationBasicValidator(String, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.Base64StringConfigurationBasicValidator
-
- bind(OperationContext) - Static method in class org.apache.hadoop.fs.azure.SendRequestIntercept
-
Binds a new lister to the operation context so the WASB file system can
appropriately intercept sends and allow concurrent OOB I/Os.
- bind(URI, Configuration) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.BoundDTExtension
-
Bind the extension to the specific instance of ABFS.
- bind(Object, URI, Configuration) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
- bind(URI, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
Bind to the filesystem by passing the binding call on
to any custom token provider adaptee which implements
BoundDTExtension.
- bind(URI, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
Bind to a filesystem instance by passing the binding information down
to any token manager which implements
BoundDTExtension.
- BlockBlobAppendStream - Class in org.apache.hadoop.fs.azure
-
Stream object that implements append for Block Blobs in WASB.
- BlockBlobAppendStream(StorageInterface.CloudBlockBlobWrapper, String, int, boolean, OperationContext) - Constructor for class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
BlockBlobAppendStream constructor.
- blockDownloaded(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just downloaded a block and record its latency.
- blockDownloaded(Date, Date, long) - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
Indicate that a block has been downloaded.
- blockUploaded(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just uploaded a block and record its latency.
- blockUploaded(Date, Date, long) - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
Indicate that a block has been uploaded.
- BooleanConfigurationBasicValidator - Class in org.apache.hadoop.fs.azurebfs.diagnostics
-
Boolean configuration value validator.
- BooleanConfigurationBasicValidator(String, boolean, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.BooleanConfigurationBasicValidator
-
- BoundDTExtension - Interface in org.apache.hadoop.fs.azurebfs.extensions
-
An optional extension for custom extensions, so as to support
tighter integration.
- BREAK_LEASE_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- breakLease(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Break the current lease on an ABFS file if it exists.
- breakLease(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
Break any current lease on an ABFS file.
- breakLease(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- build() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContextBuilder
-
Build the context and get the instance with the properties selected.
- build() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- build() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- bytesRead(long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Increment the bytes read counter by the number of bytes;
no-op if the argument is negative.
- bytesRead(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Increment the bytes read counter by the number of bytes;
no-op if the argument is negative.
- bytesReadFromBuffer(long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatistics
-
Record the total bytes read from buffer.
- bytesReadFromBuffer(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
Record the total bytes read from buffer.
- bytesToUpload(long) - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatistics
-
Number of bytes to be uploaded.
- bytesToUpload(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
Records the need to upload bytes and increments the total bytes that
needs to be uploaded.
- 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
-
- cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
Cancel the delegation token.
- cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsTokenRenewer
-
Cancel the delegation token.
- cancelDelegationToken(Token<?>) - Method in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
- cancelDelegationToken(Token<?>) - Method in interface org.apache.hadoop.fs.azure.security.WasbDelegationTokenManager
-
Cancel the delegation token
- cancelDelegationToken(Token<?>) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomDelegationTokenManager
-
Cancel the delegation token.
- cancelDelegationToken(Token<?>) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDelegationTokenManager
-
- changePermissionStatus(String, PermissionStatus) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Changes the permission status on the given key.
- CHAR_EQUALS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_EXCLAMATION_POINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_FORWARD_SLASH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_HYPHEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_PLUS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_STAR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- CHAR_UNDERSCORE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- 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) - 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.
- checkPath(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- cleanup() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
Clean up after execution of rename.
- clear() - Method in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- CLIENT_VERSION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- ClientCredsTokenProvider - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Provides tokens based on client credentials.
- ClientCredsTokenProvider(String, String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider
-
- clientErrorEncountered() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just encountered a client-side error.
- close() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- close() - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Force all data in the output stream to be written to Azure storage.
- close() - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
- close() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- close() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
- close() - Method in class org.apache.hadoop.fs.azure.SyncableDataOutputStream
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- close() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- close(Object) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
Close an extension if it is closeable.
- 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
-
- COLON - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- COMMA - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- compute(byte[]) - Method in class org.apache.hadoop.fs.azurebfs.utils.CRC64
-
- 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
-
- 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
- Constants - Class in org.apache.hadoop.fs.azure.security
-
Constants for used with WASB security implementation.
- containsAbfsUrl(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.UriUtils
-
Checks whether a string includes abfs url.
- CONTENT_ENCODING - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_LANGUAGE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_LENGTH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_MD5 - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- CONTENT_TYPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.HttpHeaderConfigurations
-
- contentLength() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Get the contentLength value.
- CRC64 - Class in org.apache.hadoop.fs.azurebfs.utils
-
CRC64 implementation for AzureBlobFileSystem.
- CRC64() - Constructor for class org.apache.hadoop.fs.azurebfs.utils.CRC64
-
- create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- 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
-
- createBlobClient(CloudStorageAccount) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- createBlobClient(URI) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- createBlobClient(URI, StorageCredentials) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- createDirectory(Path, FsPermission, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFile(Path, FileSystem.Statistics, boolean, FsPermission, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- createFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- createInternal(Path, FsPermission, boolean, SelfRenewingLease) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
This is the version of the create call that is meant for internal usage.
- createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- createPath(String, boolean, boolean, String, String, boolean, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- createRequestUrl(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- currentDownloadBytesPerSecond(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Record the current bytes-per-second download rate seen.
- currentUploadBytesPerSecond(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Record the current bytes-per-second upload rate seen.
- CustomDelegationTokenManager - Interface in org.apache.hadoop.fs.azurebfs.extensions
-
Interface for Managing the Delegation tokens.
- CustomTokenProviderAdaptee - Interface in org.apache.hadoop.fs.azurebfs.extensions
-
This interface provides an extensibility model for customizing the acquisition
of Azure Active Directory Access Tokens.
- CustomTokenProviderAdapter - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Provides tokens based on custom implementation, following the Adapter Design
Pattern.
- CustomTokenProviderAdapter(CustomTokenProviderAdaptee, int) - Constructor for class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
Constructs a token provider based on the custom token provider.
- DateTimeUtils - Class in org.apache.hadoop.fs.azurebfs.utils
-
- decode(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.Base64
-
Decodes a given Base64 string into its corresponding byte array.
- decodeAsByteObjectArray(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.Base64
-
Decodes a given Base64 string into its corresponding byte array.
- DEFAULT_ABFS_LATENCY_TRACK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ALWAYS_READ_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_DELETE_THREADS - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
The default number of threads to be used for delete operation.
- DEFAULT_AZURE_ENABLE_SMALL_WRITE_OPTIMIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_LIST_MAX_RESULTS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_OAUTH_TOKEN_FETCH_RETRY_DELTA_BACKOFF - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_OAUTH_TOKEN_FETCH_RETRY_MAX_ATTEMPTS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_OAUTH_TOKEN_FETCH_RETRY_MAX_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_OAUTH_TOKEN_FETCH_RETRY_MIN_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_AZURE_RENAME_THREADS - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
The default number of threads to be used for rename operation.
- DEFAULT_AZURE_SKIP_USER_GROUP_METADATA_DURING_INITIALIZATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_CLOCK_SKEW_WITH_SERVER_IN_MS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_CONTAINER_SAS_KEY_PERIOD - Static variable in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
Default value for the SAS key expiry period in days.
- DEFAULT_CUSTOM_TOKEN_FETCH_RETRY_COUNT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_DELETE_CONSIDERED_IDEMPOTENT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_DISABLE_OUTPUTSTREAM_FLUSH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_DOWNLOAD_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- DEFAULT_ENABLE_ABFS_LIST_ITERATOR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_AUTOTHROTTLING - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_CHECK_ACCESS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_DELEGATION_TOKEN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_FLAT_LISTING - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Enable flat listing of blobs as default option.
- DEFAULT_ENABLE_FLUSH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_ENABLE_HTTPS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_ACCOUNT_IS_HNS_ENABLED - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_ACCOUNT_OAUTH_MSI_AUTHORITY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AuthConfigurations
-
Default value for authority for the MSI flow.
- DEFAULT_FS_AZURE_ACCOUNT_OAUTH_MSI_ENDPOINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AuthConfigurations
-
Default OAuth token end point for the MSI flow.
- DEFAULT_FS_AZURE_ACCOUNT_OAUTH_REFRESH_TOKEN_ENDPOINT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AuthConfigurations
-
Default OAuth token end point for the refresh token flow.
- DEFAULT_FS_AZURE_APPEND_BLOB_DIRECTORIES - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_ATOMIC_RENAME_DIRECTORIES - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_ENABLE_CONDITIONAL_CREATE_OVERWRITE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_ENABLE_MKDIR_OVERWRITE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_INFINITE_LEASE_DIRECTORIES - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_SSL_CHANNEL_MODE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_FS_AZURE_USER_AGENT_PREFIX - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_GROUP - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_HADOOP_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- DEFAULT_LEASE_BREAK_PERIOD - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_LEASE_DURATION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_LEASE_THREADS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_MASK - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_MAX_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_MAX_RETRY_ATTEMPTS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_MIN_BACKOFF_INTERVAL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_OPTIMIZE_FOOTER_READ - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_OTHER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_READ_AHEAD_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_READ_AHEAD_QUEUE_DEPTH - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_READ_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_READ_SMALL_FILES_COMPLETELY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_READ_TOLERATE_CONCURRENT_APPEND - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_SAS_TOKEN_RENEW_PERIOD_FOR_STREAMS_IN_SECONDS - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_SCOPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_TIMEOUT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- DEFAULT_USE_SECURE_MODE - Static variable in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Default values to control SAS Key mode.
- DEFAULT_USE_UPN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_USER - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DEFAULT_VALUE_UNKNOWN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- DEFAULT_WRITE_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- delete(String, SelfRenewingLease) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
API implementation to delete a blob in the back end azure storage.
- delete(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
API implementation to delete a blob in the back end azure storage.
- delete(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Deprecated.
- delete(Path, boolean) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- delete(Path, boolean, boolean) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Delete the specified file or folder.
- delete(Path, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- delete(Path, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- DELETE_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- DELETE_RECURSIVE_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- deleteFilesWithDanglingTempData(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Looks under the given root path for any blob that are left "dangling",
meaning that they are place-holder blobs that we created while we upload
the data to a temporary blob, but for some reason we crashed in the middle
of the upload and left them there.
- deleteFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- deleteFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- deleteIdempotencyCheckOp(AbfsRestOperation) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
Check if the delete request failure is post a retry and if delete failure
qualifies to be a success response assuming idempotency.
- deletePath(String, boolean, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- deserializeAclSpec(String) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- DIRECTORY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- directoryCreated() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just created a directory through WASB.
- directoryDeleted() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just deleted a directory through WASB.
- disableOutputStreamFlush(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- DOAS_PARAM - Static variable in class org.apache.hadoop.fs.azure.security.Constants
-
Parameter to be used for impersonation.
- DOT - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- DT_MANAGER_HTTP_CLIENT_RETRY_POLICY_ENABLED_KEY - Static variable in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
Configuration key to enable http retry policy for delegation token service calls.
- DT_MANAGER_HTTP_CLIENT_RETRY_POLICY_SPEC_KEY - Static variable in class org.apache.hadoop.fs.azure.security.RemoteWasbDelegationTokenManager
-
Configuration key for delegation token service http retry policy spec.
- dump() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- dumpHeadersToDebugLog(String, Map<String, List<String>>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsIoUtils
-
Dump the headers of a request/response to the log at DEBUG level.
- FILE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- fileCreated() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just created a file through WASB.
- fileDeleted() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just deleted a file through WASB.
- FILESYSTEM - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- fileSystemClosed() - Static method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemMetricsSystem
-
- FileSystemConfigurations - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all the Azure Blob File System related configurations.
- FileSystemOperationUnhandledException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when an unhandled exception is occurred during a file system operation.
- FileSystemOperationUnhandledException(Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.FileSystemOperationUnhandledException
-
- fileSystemStarted() - Static method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemMetricsSystem
-
- FileSystemUriSchemes - Class in org.apache.hadoop.fs.azurebfs.constants
-
Responsible to keep all Azure Blob File System valid URI schemes.
- finalize() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- finalize() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- finalize() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- finishTracking() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- flush() - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Flushes this output stream and forces any buffered output bytes to be
written out.
- flush(String, long, boolean, boolean, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- flush() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Flushes this output stream and forces any buffered output bytes to be
written out.
- FLUSH_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- FolderRenamePending(String, String, SelfRenewingLease, NativeAzureFileSystem) - Constructor for class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- FolderRenamePending(Path, NativeAzureFileSystem) - Constructor for class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- 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_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_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_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_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_USER_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth user name: "fs.azure.account.oauth2.user.name".
- FS_AZURE_ACCOUNT_OAUTH_USER_PASSWORD - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth user password: "fs.azure.account.oauth2.user.password".
- FS_AZURE_ACCOUNT_TOKEN_PROVIDER_TYPE_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for oauth token provider type: "fs.azure.account.oauth.provider.type".
- FS_AZURE_ALWAYS_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_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_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_PROVIDED_ENCRYPTION_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Server side encryption key
- 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_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_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_TOKEN_PROVIDER_TYPE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
Key for SAS token provider
- 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_USE_UPN - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- FS_AZURE_USER_AGENT_PREFIX_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.constants.ConfigurationKeys
-
- generateUniqueTestPath() - Static method in class org.apache.hadoop.fs.azurebfs.utils.UriUtils
-
Generate unique test path for multiple user tests.
- get(K) - Method in class org.apache.hadoop.fs.azure.CachingAuthorizer
-
- get(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific value if it exists, then looks for an
account-agnostic value.
- get() - Method in class org.apache.hadoop.fs.azurebfs.utils.CachedSASToken
-
Gets the token if still valid.
- 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_PROPERTIES_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- 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
-
- getAbfsConfiguration() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- 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
-
- 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.
- 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.
- getAclBit() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPermission
-
- getAclStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Gets the ACL of a file or directory.
- getAclStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getAclStatus(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getAclStatus(String, boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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
-
- getAppendBlobDirs() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAuthType(String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getAuthType() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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
-
- getBlockDownloadLatency() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current rolling average of the download latency.
- getBlockUploadLatency() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Get the current rolling average of the upload latency.
- 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(Object, String) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
- 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.
- getClientLatency() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfTracker
-
- getClientProvidedEncryptionKey() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getClientRequestId() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- 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
-
- getConnection() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getContainerReference(String) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- getContainerSASUri(String, String) - Method in class org.apache.hadoop.fs.azure.LocalSASKeyGeneratorImpl
-
Implementation to generate SAS Key for a container
- getContainerSASUri(String, String) - Method in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
- getContainerSASUri(String, String) - Method in interface org.apache.hadoop.fs.azure.SASKeyGeneratorInterface
-
Interface method to retrieve SAS Key for a container within the storage
account.
- 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.
- getCurrentWebResponses() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Gets the current number of web responses obtained from Azure Storage.
- getCustomTokenFetchRetryCount() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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
-
- getEncodedKey() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Get the blob name.
- getEnum(String, T) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Returns the account-specific 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
-
- getExpectedAppendPos() - 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) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getFileSystem() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getFileSystemInstanceId() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
The unique identifier for this file system in the metrics.
- getFilesystemProperties() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getFilesystemProperties() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getFolderLease() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
- getForwardSeekOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getHadoopBlockSize() - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Returns the file block size.
- getHomeDirectory() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- getHomeDirectory() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- 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.
- getHttpErrorCode() - Method in exception org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException
-
Gets Http error status code.
- getHttpRequest(String[], String, List<NameValuePair>, int, String, boolean) - Method in class org.apache.hadoop.fs.azure.SecureWasbRemoteCallHelper
-
- getHttpRequest(String[], String, List<NameValuePair>, int, String, boolean) - Method in class org.apache.hadoop.fs.azure.WasbRemoteCallHelper
-
- getInstrumentation() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Gets the metrics source for this file system.
- 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.
- getIsNamespaceEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getIsNamespaceEnabledAccount() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- 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.
- 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.azure.SelfRenewingLease
-
- getLeaseId() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- getLeaseID() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsLease
-
- getLeaseId() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- 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.
- 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
-
- 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
-
- 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
-
- getPathNameWarning() - Method in class org.apache.hadoop.fs.azure.WasbFsck
-
- getPathStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- getPathStatus(String, boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- getPos() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
Return the current offset from the start of the file
- getPosition() - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.AppendRequestParameters
-
- 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
-
- 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
-
- 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
-
- 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.
- getRemoteBytesRead() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- getRemoteReadOperations() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamStatisticsImpl
-
- 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
-
- 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
-
- getResult() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsPerfInfo
-
- getResult() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsRestOperation
-
- getRetryInterval(int) - Method in class org.apache.hadoop.fs.azurebfs.services.ExponentialRetryPolicy
-
Returns backoff interval between 80% and 120% of the desired backoff,
multiply by 2^n-1 for exponential.
- getSasKeyExpiryPeriod() - Method in class org.apache.hadoop.fs.azure.SASKeyGeneratorImpl
-
- getSASToken(String, String, String, String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
Invokes the authorizer to obtain a SAS token.
- getSASTokenProvider() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getSasTokenProvider() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- 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
-
- getServiceName() - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsDtFetcher
-
Returns the service name for the scheme..
- getSignatureMaskedEncodedUrl() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getSignatureMaskedUrl(String) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getSignatureMaskedUrl() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- 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.
- 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(String, Configuration) - Method in interface org.apache.hadoop.fs.azure.KeyProvider
-
Key providers must implement this method.
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azure.ShellDecryptionKeyProvider
-
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azure.SimpleKeyProvider
-
- getStorageAccountKey() - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- getStorageAccountKey(String, Configuration) - Method in interface org.apache.hadoop.fs.azurebfs.services.KeyProvider
-
Key providers must implement this method.
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.services.ShellDecryptionKeyProvider
-
- getStorageAccountKey(String, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.services.SimpleKeyProvider
-
- getStorageAccountKeyName(String) - Method in class org.apache.hadoop.fs.azure.SimpleKeyProvider
-
- getStorageErrorCode() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getStorageErrorMessage() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- getStore() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
For unit test purposes, retrieves the AzureNativeFileSystemStore store
backing this file system.
- 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
-
- 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).
- 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
-
- 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.
- 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.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(Object, String) - Static method in class org.apache.hadoop.fs.azurebfs.extensions.ExtensionHelper
-
- 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.
- 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 path.
- 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
-
- 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, AzureFileSystemInstrumentation) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
Method for the URI and configuration object necessary to create a storage
session with an Azure session.
- initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- initialize(Configuration) - Method in class org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl
-
- initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- initialize(Configuration) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomDelegationTokenManager
-
Initialize with supported configuration.
- initialize(Configuration, String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.CustomTokenProviderAdaptee
-
Initialize with supported configuration.
- initialize(Configuration, String) - Method in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
Initialize authorizer for Azure Blob File System.
- initializeSingleton(boolean) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientThrottlingIntercept
-
- IntegerConfigurationBasicValidator - Class in org.apache.hadoop.fs.azurebfs.diagnostics
-
Integer configuration value Validator.
- IntegerConfigurationBasicValidator(int, int, int, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.IntegerConfigurationBasicValidator
-
- IntegerConfigurationBasicValidator(int, int, int, int, String, boolean) - Constructor for class org.apache.hadoop.fs.azurebfs.diagnostics.IntegerConfigurationBasicValidator
-
- InvalidAbfsRestOperationException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Exception to wrap invalid Azure service error responses.
- InvalidAbfsRestOperationException(Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidAbfsRestOperationException
-
- InvalidAclOperationException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when there is an attempt to perform an invalid operation on an ACL.
- InvalidAclOperationException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidAclOperationException
-
- InvalidConfigurationValueException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when a configuration value is invalid
- InvalidConfigurationValueException(String, Exception) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidConfigurationValueException
-
- InvalidConfigurationValueException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidConfigurationValueException
-
- InvalidFileSystemPropertyException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when a file system property is invalid.
- InvalidFileSystemPropertyException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidFileSystemPropertyException
-
- InvalidUriAuthorityException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when URI authority is invalid.
- InvalidUriAuthorityException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidUriAuthorityException
-
- InvalidUriException - Exception in org.apache.hadoop.fs.azurebfs.contracts.exceptions
-
Thrown when URI is invalid.
- InvalidUriException(String) - Constructor for exception org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidUriException
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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.
- 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
-
- rawBytesDownloaded(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just downloaded some data to Azure storage.
- rawBytesUploaded(long) - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just uploaded some data to Azure storage.
- read(String, long, byte[], int, int, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- read(long, byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- 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_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- 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
- 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
-
- recoverFilesWithDanglingTempData(Path, Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Looks under the given root path for any blob that are left "dangling",
meaning that they are place-holder blobs that we created while we upload
the data to a temporary blob, but for some reason we crashed in the middle
of the upload and left them there.
- redo() - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
Recover from a folder rename failure by redoing the intended work,
as recorded in the -RenamePending.json file.
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AccessTokenProvider
-
the method to fetch the access token.
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.CustomTokenProviderAdapter
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.MsiTokenProvider
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.RefreshTokenBasedTokenProvider
-
- refreshToken() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.UserPasswordTokenProvider
-
- RefreshTokenBasedTokenProvider - Class in org.apache.hadoop.fs.azurebfs.oauth2
-
Provides tokens based on refresh token.
- RefreshTokenBasedTokenProvider(String, String, 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
-
- 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_ACTION - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- releaseLease(String, String) - 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
-
- removeAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Removes all but the base ACL entries of files and directories.
- removeAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Removes ACL entries from files and directories.
- removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- removeAclEntriesInternal(Map<String, String>, Map<String, String>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Removes all default ACL entries from files and directories.
- removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- rename(String, String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- rename(String, String, boolean, SelfRenewingLease) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- rename(String, String, boolean, SelfRenewingLease, boolean) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- rename(Path, Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- rename(Path, Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- rename(Path, Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- RENAME_DESTINATION_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- RENAME_SOURCE_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- renameIdempotencyCheckOp(Instant, AbfsRestOperation, String) - 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) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- renew(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
Renew the delegation token.
- renew(Token<?>, Configuration) - Method in class org.apache.hadoop.fs.azurebfs.security.AbfsTokenRenewer
-
Renew the delegation token.
- 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) - 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.
- responseReceived(ResponseReceivedEvent) - Method in class org.apache.hadoop.fs.azure.SelfThrottlingIntercept
-
- ResponseReceivedMetricUpdater - Class in org.apache.hadoop.fs.azure.metrics
-
An event listener to the ResponseReceived event from Azure Storage that will
update metrics appropriately when it gets that event.
- resumeAutoUpdate() - Method in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
Resumes auto-update (undo suppressAutoUpdate).
- retrieve(String) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retrieve(String, long) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- retrieveAppendStream(String, int) - Method in class org.apache.hadoop.fs.azure.AzureNativeFileSystemStore
-
- 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
-
- 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_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
-
- sendingRequest(SendingRequestEvent) - Method in class org.apache.hadoop.fs.azure.SelfThrottlingIntercept
-
- sendRequest(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
Sends the HTTP request.
- SendRequestIntercept - Class in org.apache.hadoop.fs.azure
-
Manages the lifetime of binding on the operation contexts to intercept send
request events to Azure storage and allow concurrent OOB I/Os.
- serialize() - Method in class org.apache.hadoop.fs.azurebfs.oauth2.QueryParams
-
- serializeAclSpec(Map<String, String>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- SERVER_SIDE_ENCRYPTION_ALGORITHM - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemConfigurations
-
- serverErrorEncountered() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just encountered a server-caused error.
- set(String, String) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Sets String in the underlying Configuration object.
- SET_ACCESS_CONTROL - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- SET_ACL_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- SET_OWNER_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- 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(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Fully replaces ACL of files and directories, discarding all existing
entries.
- setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setAcl(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setAcl(String, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setAclEntriesInternal(Map<String, String>, Map<String, String>) - Static method in class org.apache.hadoop.fs.azurebfs.services.AbfsAclHelper
-
- setApiVersion(String) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.QueryParams
-
- setBoolean(String, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
Sets boolean in the underlying Configuration object.
- setCachedSasToken(CachedSASToken) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- 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.
- setExpiry(Date) - Method in class org.apache.hadoop.fs.azurebfs.oauth2.AzureADToken
-
- setFilesystemProperties(Hashtable<String, String>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setFilesystemProperties(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setKey(String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Set the blob name.
- 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.
- setOptimizeFooterRead(boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Set owner of a path (i.e.
- setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setOwner(String, String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setPathProperties(Path, Hashtable<String, String>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setPathProperties(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
Set permission of a path.
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
-
- setPermission(String, String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClient
-
- setReadSmallFilesCompletely(boolean) - Method in class org.apache.hadoop.fs.azurebfs.AbfsConfiguration
-
- setRetryPolicyFactory(RetryPolicyFactory) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setSASToken(String) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsUriQueryBuilder
-
- setStorageAccountName(String) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setTimeoutInMs(int) - Method in class org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl
-
- setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
Set the working directory to the given directory.
- setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem
-
- 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 path.
- SharedKeyCredentials - Class in org.apache.hadoop.fs.azurebfs.services
-
Represents the shared key credentials used to access an Azure Storage
account.
- SharedKeyCredentials(String, String) - Constructor for class org.apache.hadoop.fs.azurebfs.services.SharedKeyCredentials
-
- ShellDecryptionKeyProvider - Class in org.apache.hadoop.fs.azure
-
Shell decryption key provider which invokes an external script that will
perform the key decryption.
- ShellDecryptionKeyProvider() - Constructor for class org.apache.hadoop.fs.azure.ShellDecryptionKeyProvider
-
- ShellDecryptionKeyProvider - Class in org.apache.hadoop.fs.azurebfs.services
-
Shell decryption key provider which invokes an external script that will
perform the key decryption.
- ShellDecryptionKeyProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.services.ShellDecryptionKeyProvider
-
- 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.ExponentialRetryPolicy
-
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.
- SIGNATURE_QUERY_PARAM_KEY - Static variable in class org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation
-
- signRequest(HttpURLConnection, long) - Method in class org.apache.hadoop.fs.azurebfs.services.SharedKeyCredentials
-
- SimpleKeyProvider - Class in org.apache.hadoop.fs.azure
-
Key provider that simply returns the storage account key from the
configuration as plaintext.
- SimpleKeyProvider() - Constructor for class org.apache.hadoop.fs.azure.SimpleKeyProvider
-
- SimpleKeyProvider - Class in org.apache.hadoop.fs.azurebfs.services
-
Key provider that simply returns the storage account key from the
configuration as plaintext.
- SimpleKeyProvider() - Constructor for class org.apache.hadoop.fs.azurebfs.services.SimpleKeyProvider
-
- SINGLE_WHITE_SPACE - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- size() - Method in class org.apache.hadoop.fs.azure.AzureLinkedStack
-
- skip(long) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStream
-
- SKIP_AZURE_METRICS_PROPERTY_NAME - Static variable in class org.apache.hadoop.fs.azure.NativeAzureFileSystem
-
- SpnegoToken - Class in org.apache.hadoop.fs.azure.security
-
Class to represent SPNEGO token.
- SpnegoToken(AuthenticatedURL.Token) - Constructor for class org.apache.hadoop.fs.azure.security.SpnegoToken
-
- STAR - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- 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
-
- 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.
- 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
-
- 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
-
- THREAD_NAME - Static variable in class org.apache.hadoop.fs.azure.metrics.BandwidthGaugeUpdater
-
- 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
-
- 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 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.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.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.AbfsUriQueryBuilder
-
- toToken(Map<?, ?>) - Static method in class org.apache.hadoop.fs.azure.security.TokenUtils
-
- 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 - Static variable in class org.apache.hadoop.fs.azurebfs.constants.AbfsHttpConstants
-
- validate(String) - Method in interface org.apache.hadoop.fs.azurebfs.contracts.diagnostics.ConfigurationValidator
-
Validates a configuration value.
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.Base64StringConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.BooleanConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.IntegerConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.LongConfigurationBasicValidator
-
- validate(String) - Method in class org.apache.hadoop.fs.azurebfs.diagnostics.StringConfigurationBasicValidator
-
- validateIsBase64String(String) - Static method in class org.apache.hadoop.fs.azurebfs.utils.Base64
-
Determines whether the given string contains only Base64 characters.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azure.WasbAuthorizationOperations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.fs.azurebfs.AbfsStatistic
-
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.
- 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.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.
- waitForPendingUploads() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
- Wasb - Class in org.apache.hadoop.fs.azure
-
WASB implementation of AbstractFileSystem.
- WASB_BYTES_READ - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_BYTES_WRITTEN - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_CLIENT_ERRORS - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DIRECTORIES_CREATED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DIRECTORIES_DELETED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DNS_PREFIX - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- WASB_DOWNLOAD_LATENCY - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_DOWNLOAD_RATE - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_FILES_CREATED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_FILES_DELETED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_RAW_BYTES_DOWNLOADED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_RAW_BYTES_UPLOADED - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- WASB_SECURE_SCHEME - Static variable in class org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes
-
- WASB_SERVER_ERRORS - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_UPLOAD_LATENCY - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_UPLOAD_RATE - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WASB_WEB_RESPONSES - Static variable in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
- WasbAuthorizationException - Exception in org.apache.hadoop.fs.azure
-
Exception that gets thrown during the authorization failures
in WASB.
- WasbAuthorizationException(String) - Constructor for exception org.apache.hadoop.fs.azure.WasbAuthorizationException
-
- WasbAuthorizationException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbAuthorizationException
-
- WasbAuthorizationException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbAuthorizationException
-
- WasbAuthorizationOperations - Enum in org.apache.hadoop.fs.azure
-
Different authorization operations supported
in WASB.
- WasbAuthorizerInterface - Interface in org.apache.hadoop.fs.azure
-
Interface to implement authorization support in WASB.
- WasbDelegationTokenIdentifier - Class in org.apache.hadoop.fs.azure.security
-
Delegation token Identifier for WASB delegation tokens.
- WasbDelegationTokenIdentifier() - Constructor for class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- WasbDelegationTokenIdentifier(Text) - Constructor for class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- WasbDelegationTokenIdentifier(Text, Text, Text, Text) - Constructor for class org.apache.hadoop.fs.azure.security.WasbDelegationTokenIdentifier
-
- WasbDelegationTokenManager - Interface in org.apache.hadoop.fs.azure.security
-
Interface for Managing the Delegation tokens.
- WasbFsck - Class in org.apache.hadoop.fs.azure
-
An fsck tool implementation for WASB that does various admin/cleanup/recovery
tasks on the WASB file system.
- WasbFsck(Configuration) - Constructor for class org.apache.hadoop.fs.azure.WasbFsck
-
- WasbRemoteCallException - Exception in org.apache.hadoop.fs.azure
-
Exception that gets thrown when a remote call
made from WASB to external cred service fails.
- WasbRemoteCallException(String) - Constructor for exception org.apache.hadoop.fs.azure.WasbRemoteCallException
-
- WasbRemoteCallException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbRemoteCallException
-
- WasbRemoteCallException(Throwable) - Constructor for exception org.apache.hadoop.fs.azure.WasbRemoteCallException
-
- WasbRemoteCallHelper - Class in org.apache.hadoop.fs.azure
-
Helper class the has constants and helper methods
used in WASB when integrating with a remote http cred
service.
- WasbRemoteCallHelper(RetryPolicy) - Constructor for class org.apache.hadoop.fs.azure.WasbRemoteCallHelper
-
- Wasbs - Class in org.apache.hadoop.fs.azure
-
WASB implementation of AbstractFileSystem for wasbs scheme.
- WasbTokenRenewer - Class in org.apache.hadoop.fs.azure.security
-
Token Renewer for renewing WASB delegation tokens with remote service.
- WasbTokenRenewer() - Constructor for class org.apache.hadoop.fs.azure.security.WasbTokenRenewer
-
- webResponse() - Method in class org.apache.hadoop.fs.azure.metrics.AzureFileSystemInstrumentation
-
Indicate that we just got a web response from Azure Storage.
- withAbfsCounters(AbfsCounters) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContextBuilder
-
- withAbfsPerfTracker(AbfsPerfTracker) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContextBuilder
-
- withAppendBlob(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- withBufferedPreadDisabled(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withContentLength(Long) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the contentLength value.
- withETag(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the eTag value.
- withExponentialRetryPolicy(ExponentialRetryPolicy) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsClientContextBuilder
-
- withGroup(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the group value.
- withIsDirectory(Boolean) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the isDirectory value.
- withLastModified(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the lastModified value.
- withLease(AbfsLease) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- withMaxWriteRequestsToQueue(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- withName(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the name value.
- withOptimizeFooterRead(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withOwner(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the owner value.
- withPaths(List<ListResultEntrySchema>) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultSchema
-
Set the paths value.
- withPermissions(String) - Method in class org.apache.hadoop.fs.azurebfs.contracts.services.ListResultEntrySchema
-
Set the permissions value.
- withReadAheadBlockSize(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withReadAheadQueueDepth(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withReadBufferSize(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withReadSmallFilesCompletely(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withShouldReadBufferSizeAlways(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withStreamStatistics(AbfsInputStreamStatistics) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withStreamStatistics(AbfsOutputStreamStatistics) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- withTolerateOobAppends(boolean) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsInputStreamContext
-
- withWriteBufferSize(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- withWriteMaxConcurrentRequestCount(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamContext
-
- write(int) - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Writes the specified byte to this output stream.
- write(byte[], int, int) - Method in class org.apache.hadoop.fs.azure.BlockBlobAppendStream
-
Writes length bytes from the specified byte array starting at offset to
this output stream.
- write(int) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Writes b.length bytes from the specified byte array to this output
stream.
- write(byte[], int, int) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.NativeAzureFsOutputStream
-
Writes len from the specified byte array starting at offset
off to the output stream.
- write(int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Writes the specified byte to this output stream.
- write(byte[], int, int) - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStream
-
Writes length bytes from the specified byte array starting at off to
this output stream.
- WRITE_OPERATION - Static variable in interface org.apache.hadoop.fs.azurebfs.extensions.SASTokenProvider
-
- writeCurrentBuffer() - Method in interface org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatistics
-
Number of times buffer is written to the service after a write operation.
- writeCurrentBuffer() - Method in class org.apache.hadoop.fs.azurebfs.services.AbfsOutputStreamStatisticsImpl
-
Number of times buffer is written to the service after a write operation.
- writeFile(NativeAzureFileSystem) - Method in class org.apache.hadoop.fs.azure.NativeAzureFileSystem.FolderRenamePending
-
Write to disk the information needed to redo folder rename,
in JSON format.