Skip navigation links
A B C D E F G H I K L M N O P R S T U W 

A

access(Path, FsAction) - Method in class org.apache.hadoop.fs.FileSystem
Checks if the user can access a path.
append(Path) - Method in class org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int) - Method in class org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
appendFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create a Builder to append a file.
areSymlinksEnabled() - Static method in class org.apache.hadoop.fs.FileSystem
 
AUTH_RETRY - Static variable in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
AzureBlobFileSystemStore - Class in org.apache.hadoop.fs.azurebfs
Provides the bridging logic between Hadoop's abstract filesystem and Azure Storage.
AzureBlobFileSystemStore(URI, boolean, Configuration, UserGroupInformation) - Constructor for class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 

B

BASE_DN_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
BASE_DN_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
BIND_PASSWORD_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
BIND_PASSWORD_FILE_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
BIND_PASSWORD_FILE_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
BIND_PASSWORD_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
BIND_USER_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
BIND_USER_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 

C

cacheGroupsAdd(List<String>) - Method in class org.apache.hadoop.security.LdapGroupsMapping
Adds groups to cache, no need to do that for this provider
cacheGroupsRefresh() - Method in class org.apache.hadoop.security.LdapGroupsMapping
Caches groups, no need to do that for this provider
cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
cancelDelegationToken(Token<?>) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
cancelDeleteOnExit(Path) - Method in class org.apache.hadoop.fs.FileSystem
Cancel the scheduled deletion of the path when the FileSystem is closed.
canonicalizeUri(URI) - Method in class org.apache.hadoop.fs.FileSystem
Canonicalize the given URI.
checkPath(Path) - Method in class org.apache.hadoop.fs.FileSystem
Check that a Path belongs to this FileSystem.
clearStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
Reset all statistics for all file systems.
close() - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
Shutdown valueQueue executor threads
close() - Method in class org.apache.hadoop.fs.FileSystem
Close this FileSystem instance.
close() - Method in class org.apache.hadoop.util.LineReader
Close the underlying stream.
closeAll() - Static method in class org.apache.hadoop.fs.FileSystem
Close all cached FileSystem instances.
closeAll() - Method in interface org.apache.hadoop.fs.FileSystemCache
 
closeAllForUGI(UserGroupInformation) - Static method in class org.apache.hadoop.fs.FileSystem
Close all cached FileSystem instances for a given UGI.
com.microsoft.azure.datalake.store - package com.microsoft.azure.datalake.store
 
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Called when we're all done writing to the target.
concat(Path, Path[]) - Method in class org.apache.hadoop.fs.FileSystem
Concat existing files together.
CONNECTION_TIMEOUT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
CONNECTION_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
copyFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class org.apache.hadoop.fs.FileSystem
The src files are on the local disk.
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyToLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Copy it a file from the remote filesystem to the local one.
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Copy it a file from a remote filesystem to the local one.
copyToLocalFile(boolean, Path, Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
The src file is under this filesystem, and the dst is on the local disk.
create(FileSystem, Path, FsPermission) - Static method in class org.apache.hadoop.fs.FileSystem
Create a file with the provided permission.
create(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, short) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, short, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int, short, long) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with a custom checksum option.
createDirectory(Path, FsPermission, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
createFile(Path, boolean, FsPermission, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
createFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create a new FSDataOutputStreamBuilder for the file with path.
createFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
createKey(String, KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
createKey(String, byte[], KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
createNewFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Creates the given Path as a brand-new zero-length file.
createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createPathHandle(FileStatus, Options.HandleOpt...) - Method in class org.apache.hadoop.fs.FileSystem
Hook to implement support for PathHandle operations.
createProvider(URI, Configuration) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.Factory
This provider expects URIs in the following form : kms://@/ where : - PROTO = http or https - AUTHORITY = [:] - HOSTS = [;] - HOSTNAME = string - PORT = integer This will always create a LoadBalancingKMSClientProvider if the uri is correct.
createSnapshot(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create a snapshot with a default name.
createSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Create a snapshot.
createSocket() - Method in class io.trino.hadoop.SocksSocketFactory
 
createSocket(InetAddress, int) - Method in class io.trino.hadoop.SocksSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class io.trino.hadoop.SocksSocketFactory
 
createSocket(String, int) - Method in class io.trino.hadoop.SocksSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class io.trino.hadoop.SocksSocketFactory
 
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
See FileContext.createSymlink(Path, Path, boolean).
createUserGroupInformationForSubject(Subject) - Static method in class org.apache.hadoop.security.UserGroupInformationShim
 

D

decryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
DEFAULT_AUTH_RETRY - Static variable in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
DEFAULT_FS - Static variable in class org.apache.hadoop.fs.FileSystem
 
delete(Path, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
delete(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Delete a file.
deleteFilesystem() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
deleteKey(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
deleteOnExit(Path) - Method in class org.apache.hadoop.fs.FileSystem
Mark a path to be deleted when its FileSystem is closed.
deleteSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Delete a snapshot of a directory.
DIRECTORY_SEARCH_TIMEOUT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
DIRECTORY_SEARCH_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
DirectoryEntries(FileStatus[], byte[], boolean) - Constructor for class org.apache.hadoop.fs.FileSystem.DirectoryEntries
 
drain(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 

E

enableSymlinks() - Static method in class org.apache.hadoop.fs.FileSystem
 
exists(Path) - Method in class org.apache.hadoop.fs.FileSystem
Check if a path exists.

F

Factory() - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.Factory
 
FileSystem - Class in org.apache.hadoop.fs
An abstract base class for a fairly generic filesystem.
FileSystem() - Constructor for class org.apache.hadoop.fs.FileSystem
 
FileSystem.DirectoryEntries - Class in org.apache.hadoop.fs
Represents a batch of directory entries when iteratively listing a directory.
FileSystem.DirListingIterator<T extends org.apache.hadoop.fs.FileStatus> - Class in org.apache.hadoop.fs
Generic iterator for implementing FileSystem.listStatusIterator(Path).
FileSystem.Statistics - Class in org.apache.hadoop.fs
Tracks statistics about how many reads, writes, and so forth have been done in a FileSystem.
FileSystem.Statistics.StatisticsData - Class in org.apache.hadoop.fs
Statistics data.
FileSystemCache - Interface in org.apache.hadoop.fs
 
FileSystemManager - Class in org.apache.hadoop.fs
 
fillBuffer(InputStream, byte[], boolean) - Method in class org.apache.hadoop.util.LineReader
 
fixRelativePart(Path) - Method in class org.apache.hadoop.fs.FileSystem
See FileContext.fixRelativePart(org.apache.hadoop.fs.Path).
flush() - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
FS_DEFAULT_NAME_KEY - Static variable in class org.apache.hadoop.fs.FileSystem
 

G

generateEncryptedKey(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
get(URI, Configuration, String) - Static method in class org.apache.hadoop.fs.FileSystem
Get a FileSystem instance based on the uri, the passed in configuration and the user.
get(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns the configured FileSystem implementation.
get(URI, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get a FileSystem for this URI's scheme and authority.
get(URI, Configuration) - Method in interface org.apache.hadoop.fs.FileSystemCache
 
getAbfsConfiguration() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
getAclStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
getAclStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Gets the ACL of a file or directory.
getAdditionalTokenIssuers() - Method in class org.apache.hadoop.fs.FileSystem
 
getAllStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
getAllStoragePolicies() - Method in class org.apache.hadoop.fs.FileSystem
Retrieve all the storage policies supported by this file system.
getBlockSize(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getBufferPosn() - Method in class org.apache.hadoop.util.LineReader
 
getBufferSize() - Method in class org.apache.hadoop.util.LineReader
 
getBytesRead() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes read.
getBytesRead() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadByDistance(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
In the common network topology setup, distance value should be an even number such as 0, 2, 4, 6.
getBytesReadDistanceOfFiveOrLarger() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadDistanceOfOneOrTwo() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadDistanceOfThreeOrFour() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadErasureCoded() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes read on erasure-coded files.
getBytesReadErasureCoded() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadLocalHost() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesWritten() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes written.
getBytesWritten() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getCanonicalServiceName() - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getCanonicalServiceName() - Method in class org.apache.hadoop.fs.FileSystem
Get a canonical service name for this FileSystem.
getCanonicalUri() - Method in class org.apache.hadoop.fs.FileSystem
Return a canonicalized form of this FileSystem's URI.
getChildFileSystems() - Method in class org.apache.hadoop.fs.FileSystem
Get all the immediate child FileSystems embedded in this FileSystem.
getConf() - Method in class io.trino.hadoop.SocksSocketFactory
 
getConf() - Method in class org.apache.hadoop.security.LdapGroupsMapping
 
getContentSummary(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the ContentSummary of a given Path.
getCurrentKey(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getData() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get all statistics data.
getDefaultBlockSize() - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getDefaultBlockSize(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the number of bytes that large input files should be optimally be split into to minimize I/O time.
getDefaultPort() - Method in class org.apache.hadoop.fs.FileSystem
Get the default port for this FileSystem.
getDefaultRealm() - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Return the default realm for this JVM.
getDefaultRealmProtected() - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Return the default realm for this JVM.
getDefaultReplication() - Method in class org.apache.hadoop.fs.FileSystem
getDefaultReplication(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get the default replication for a path.
getDefaultUri(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get the default FileSystem URI from a configuration.
getDelegationToken(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getDelegationToken(String) - Method in class org.apache.hadoop.fs.FileSystem
Get a new delegation token for this FileSystem.
getDomainRealm(String) - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
 
getDtService(URI) - Static method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getEncKeyQueueSize(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getEntries() - Method in class org.apache.hadoop.fs.FileSystem.DirectoryEntries
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.hadoop.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileBlockLocations(Path, long, long) - Method in class org.apache.hadoop.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileChecksum(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get the checksum of a file, if the FS supports checksums.
getFileChecksum(Path, long) - Method in class org.apache.hadoop.fs.FileSystem
Get the checksum of a file, from the beginning of the file till the specific length.
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
See FileContext.getFileLinkStatus(Path).
getFileStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
getFileStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return a file status object that represents the path.
getFileSystemClass(String, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get the FileSystem implementation class of a filesystem.
getFilesystemProperties() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
getFSofPath(Path, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
 
getGlobalStorageStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
Get the global storage statistics.
getGroups(String) - Method in class org.apache.hadoop.security.LdapGroupsMapping
Returns list of groups for a user.
getHomeDirectory() - Method in class org.apache.hadoop.fs.FileSystem
Return the current user's home directory in this FileSystem.
getInitialWorkingDirectory() - Method in class org.apache.hadoop.fs.FileSystem
Note: with the new FileContext class, getWorkingDirectory() will be removed.
getIsNamespaceEnabled() - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
getKeys() - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getKeysMetadata(String...) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getKeyVersion(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getKeyVersions(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getKrb5LoginModuleName() - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
 
getLargeReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the number of large file system read operations such as list files under a large directory.
getLargeReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getLength(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.FileSystem
See FileContext.getLinkTarget(Path).
getLocal(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get the local FileSystem.
getMetadata(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
getName() - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
call FileSystem.getUri() instead.
getNamed(String, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getOidInstance(String) - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Deprecated.
getPathHandle(FileStatus, Options.HandleOpt...) - Method in class org.apache.hadoop.fs.FileSystem
Create a durable, serializable handle to the referent of the given entity.
getPathProperties(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
getPrincipalNames(String, Pattern) - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Get all the unique principals from keytabfile which matches a pattern.
getQuotaUsage(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the QuotaUsage of a given Path.
getReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the number of file system read operations such as list files.
getReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getReplication(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getScheme() - Method in class org.apache.hadoop.fs.FileSystem
Return the protocol scheme for this FileSystem.
getScheme() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the uri scheme associated with this statistics object.
getServerDefaults() - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getServerDefaults(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return a set of server default configuration values.
getServicePrincipal(String, String) - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Create Kerberos principal for a given service and hostname, inferring realm from the fqdn of the hostname.
getStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
getStatistics(String, Class<? extends FileSystem>) - Static method in class org.apache.hadoop.fs.FileSystem
getStatus() - Method in class org.apache.hadoop.fs.FileSystem
Returns a status object describing the use and capacity of the filesystem.
getStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Returns a status object describing the use and capacity of the filesystem.
getStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileSystem
Query the effective storage policy ID for the given file or directory.
getStorageStatistics() - Method in class org.apache.hadoop.fs.FileSystem
Get the StorageStatistics for this FileSystem object.
getSubject(UserGroupInformation) - Static method in class org.apache.hadoop.security.UserGroupInformationShim
 
getThreadStatistics() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get or create the thread-local data associated with the current thread.
getToken() - Method in class org.apache.hadoop.fs.FileSystem.DirectoryEntries
 
getTokenServerName(byte[]) - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Extract the TGS server principal from the given gssapi kerberos or spnego wrapped token.
getTrashRoot(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get the root directory of Trash for current user when the path specified is deleted.
getTrashRoots(boolean) - Method in class org.apache.hadoop.fs.FileSystem
Get all the trash roots for current user or all users.
getUnique(URI, Configuration) - Method in interface org.apache.hadoop.fs.FileSystemCache
 
getUri() - Method in class org.apache.hadoop.fs.FileSystem
Returns a URI which identifies this FileSystem.
getUsed() - Method in class org.apache.hadoop.fs.FileSystem
Return the total size of all files in the filesystem.
getUsed(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the total size of all files from a specified path.
getWorkingDirectory() - Method in class org.apache.hadoop.fs.FileSystem
Get the current working directory for the given FileSystem
getWriteOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the number of file system write operations such as create, append rename etc.
getWriteOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getXAttr(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Get an xattr name and value for a file or directory.
getXAttrs(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get all of the xattr name/value pairs for a file or directory.
getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.FileSystem
Get all of the xattrs name/value pairs for a file or directory.
globStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return all the files that match filePattern and are not checksum files.
globStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
GROUP_BASE_DN_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_HIERARCHY_LEVELS_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_HIERARCHY_LEVELS_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_MEMBERSHIP_ATTR_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_MEMBERSHIP_ATTR_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_NAME_ATTR_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_NAME_ATTR_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_SEARCH_FILTER_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GROUP_SEARCH_FILTER_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
GSS_KRB5_MECH_OID - Static variable in class org.apache.hadoop.security.authentication.util.KerberosUtil
 
GSS_SPNEGO_MECH_OID - Static variable in class org.apache.hadoop.security.authentication.util.KerberosUtil
 

H

HadoopNative - Class in io.trino.hadoop
 
handleKind(Text) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
hasKerberosKeyTab(Subject) - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Check if the subject contains Kerberos keytab related objects.
hasKerberosTicket(Subject) - Static method in class org.apache.hadoop.security.authentication.util.KerberosUtil
Check if the subject contains Kerberos ticket.
hasMore() - Method in class org.apache.hadoop.fs.FileSystem.DirectoryEntries
 
hasNext() - Method in class org.apache.hadoop.fs.FileSystem.DirListingIterator
 
HttpTransport - Class in com.microsoft.azure.datalake.store
The core class that does the actual network communication.
HttpTransport() - Constructor for class com.microsoft.azure.datalake.store.HttpTransport
 

I

incrementBytesRead(long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes read in the statistics.
incrementBytesReadByDistance(int, long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes read by the network distance in the statistics In the common network topology setup, distance value should be an even number such as 0, 2, 4, 6.
incrementBytesReadErasureCoded(long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes read on erasure-coded files in the statistics.
incrementBytesWritten(long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes written in the statistics.
incrementLargeReadOps(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of large read operations.
incrementReadOps(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of read operations.
incrementWriteOps(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of write operations.
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.FileSystem
Initialize a FileSystem.
invalidateCache(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
io.trino.hadoop - package io.trino.hadoop
 
isAtomicRenameKey(String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
isDirectory(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
isFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
isManaged(Token<?>) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 

K

KerberosUtil - Class in org.apache.hadoop.security.authentication.util
 
KerberosUtil() - Constructor for class org.apache.hadoop.security.authentication.util.KerberosUtil
 
KMSClientProvider - Class in org.apache.hadoop.crypto.key.kms
KMS client KeyProvider implementation.
KMSClientProvider(URI, Configuration) - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
KMSClientProvider.Factory - Class in org.apache.hadoop.crypto.key.kms
The factory to create KMSClientProvider, which is used by the ServiceLoader.
KMSClientProvider.KMSEncryptedKeyVersion - Class in org.apache.hadoop.crypto.key.kms
 
KMSClientProvider.KMSKeyVersion - Class in org.apache.hadoop.crypto.key.kms
 
KMSClientProvider.KMSMetadata - Class in org.apache.hadoop.crypto.key.kms
 
KMSClientProvider.KMSTokenRenewer - Class in org.apache.hadoop.crypto.key.kms
The KMS implementation of TokenRenewer.
KMSEncryptedKeyVersion(String, String, byte[], String, byte[]) - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSEncryptedKeyVersion
 
KMSKeyVersion(String, String, byte[]) - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSKeyVersion
 
KMSMetadata(String, int, String, Map<String, String>, Date, int) - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSMetadata
 
KMSTokenRenewer() - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 

L

LDAP_CONFIG_PREFIX - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_KEYSTORE_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_KEYSTORE_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_KEYSTORE_PASSWORD_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_KEYSTORE_PASSWORD_FILE_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_KEYSTORE_PASSWORD_FILE_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_KEYSTORE_PASSWORD_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_TRUSTSTORE_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
File path to the location of the SSL truststore to use
LDAP_TRUSTSTORE_PASSWORD_FILE_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
The path to a file containing the password for the LDAP SSL truststore
LDAP_TRUSTSTORE_PASSWORD_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
The key of the credential entry containing the password for the LDAP SSL truststore
LDAP_URL_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_URL_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_USE_SSL_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LDAP_USE_SSL_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
LdapGroupsMapping - Class in org.apache.hadoop.security
An implementation of GroupMappingServiceProvider which connects directly to an LDAP server for determining group membership.
LdapGroupsMapping() - Constructor for class org.apache.hadoop.security.LdapGroupsMapping
 
LineReader - Class in org.apache.hadoop.util
A class that provides a line reader from an input stream.
LineReader(InputStream) - Constructor for class org.apache.hadoop.util.LineReader
Create a line reader that reads from the given stream using the default buffer-size (64k).
LineReader(InputStream, int) - Constructor for class org.apache.hadoop.util.LineReader
Create a line reader that reads from the given stream using the given buffer-size.
LineReader(InputStream, Configuration) - Constructor for class org.apache.hadoop.util.LineReader
Create a line reader that reads from the given stream using the io.file.buffer.size specified in the given Configuration.
LineReader(InputStream, byte[]) - Constructor for class org.apache.hadoop.util.LineReader
Create a line reader that reads from the given stream using the default buffer-size, and using a custom delimiter of array of bytes.
LineReader(InputStream, int, byte[]) - Constructor for class org.apache.hadoop.util.LineReader
Create a line reader that reads from the given stream using the given buffer-size, and using a custom delimiter of array of bytes.
LineReader(InputStream, Configuration, byte[]) - Constructor for class org.apache.hadoop.util.LineReader
Create a line reader that reads from the given stream using the io.file.buffer.size specified in the given Configuration, and using a custom delimiter of array of bytes.
listCorruptFileBlocks(Path) - Method in class org.apache.hadoop.fs.FileSystem
List corrupted file blocks.
listFiles(Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
List the statuses and block locations of the files in the given path.
listLocatedStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listLocatedStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
List a directory.
listStatus(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
listStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
Filter files/directories in the given path using the user-supplied path filter.
listStatus(Path[]) - Method in class org.apache.hadoop.fs.FileSystem
Filter files/directories in the given list of paths using default path filter.
listStatus(Path[], PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
Filter files/directories in the given list of paths using user-supplied path filter.
listStatusBatch(Path, byte[]) - Method in class org.apache.hadoop.fs.FileSystem
Given an opaque iteration token, return the next batch of entries in a directory.
listStatusIterator(Path) - Method in class org.apache.hadoop.fs.FileSystem
Returns a remote iterator so that followup calls are made on demand while consuming the entries.
listXAttrs(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get all of the xattr names for a file or directory.
LOG - Static variable in class org.apache.hadoop.fs.FileSystem
This log is widely used in the org.apache.hadoop.fs code and tests, so must be considered something to only be changed with care.

M

makeQualified(Path) - Method in class org.apache.hadoop.fs.FileSystem
Qualify a path to one which uses this FileSystem and, if relative, made absolute.
MEMBEROF_ATTR_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
MEMBEROF_ATTR_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
mkdirs(FileSystem, Path, FsPermission) - Static method in class org.apache.hadoop.fs.FileSystem
Create a directory with the provided permission.
mkdirs(Path) - Method in class org.apache.hadoop.fs.FileSystem
Call FileSystem.mkdirs(Path, FsPermission) with default permission.
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.FileSystem
Make the given file and all non-existent parents into directories.
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileSystem
Modifies ACL entries of files and directories.
moveFromLocalFile(Path[], Path) - Method in class org.apache.hadoop.fs.FileSystem
The src files is on the local disk.
moveFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
moveToLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Copy a file to the local filesystem, then delete it from the remote filesystem (if successfully copied).

N

newInstance(URI, Configuration, String) - Static method in class org.apache.hadoop.fs.FileSystem
Returns the FileSystem for this URI's scheme and authority and the given user.
newInstance(URI, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns the FileSystem for this URI's scheme and authority.
newInstance(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns a unique configured FileSystem implementation for the default filesystem of the supplied configuration.
newInstanceLocal(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get a unique local FileSystem object.
next() - Method in class org.apache.hadoop.fs.FileSystem.DirListingIterator
 
NT_GSS_KRB5_PRINCIPAL_OID - Static variable in class org.apache.hadoop.security.authentication.util.KerberosUtil
 

O

open(Path, int) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(PathHandle) - Method in class org.apache.hadoop.fs.FileSystem
Open an FSDataInputStream matching the PathHandle instance.
open(PathHandle, int) - Method in class org.apache.hadoop.fs.FileSystem
Open an FSDataInputStream matching the PathHandle instance.
openFileForRead(Path, FileSystem.Statistics) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
openFileForWrite(Path, boolean) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
OpenSSLProvider - Class in org.wildfly.openssl
 
org.apache.hadoop.crypto.key.kms - package org.apache.hadoop.crypto.key.kms
 
org.apache.hadoop.fs - package org.apache.hadoop.fs
 
org.apache.hadoop.fs.azurebfs - package org.apache.hadoop.fs.azurebfs
 
org.apache.hadoop.security - package org.apache.hadoop.security
 
org.apache.hadoop.security.authentication.util - package org.apache.hadoop.security.authentication.util
 
org.apache.hadoop.util - package org.apache.hadoop.util
 
org.wildfly.openssl - package org.wildfly.openssl
 

P

POSIX_ACCOUNT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
POSIX_GID_ATTR_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
POSIX_GID_ATTR_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
POSIX_GROUP - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
POSIX_UID_ATTR_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
POSIX_UID_ATTR_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
primitiveCreate(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
primitiveMkdir(Path, FsPermission) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
primitiveMkdir(Path, FsPermission, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
printStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
Print all statistics for all file systems to System.out
processDeleteOnExit() - Method in class org.apache.hadoop.fs.FileSystem
Delete all paths that were marked as delete-on-exit.

R

READ_TIMEOUT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
READ_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
readLine(Text, int, int) - Method in class org.apache.hadoop.util.LineReader
Read one line from the InputStream into the given Text.
readLine(Text, int) - Method in class org.apache.hadoop.util.LineReader
Read from the InputStream into the given Text.
readLine(Text) - Method in class org.apache.hadoop.util.LineReader
Read from the InputStream into the given Text.
RECONNECT_RETRY_COUNT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
reencryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
reencryptEncryptedKeys(List<KeyProviderCryptoExtension.EncryptedKeyVersion>) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
register() - Static method in class org.wildfly.openssl.OpenSSLProvider
 
registerCache(FileSystemCache) - Static method in class org.apache.hadoop.fs.FileSystemManager
 
remove(FileSystem) - Method in interface org.apache.hadoop.fs.FileSystemCache
 
removeAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
removeAcl(Path) - Method in class org.apache.hadoop.fs.FileSystem
Removes all but the base ACL entries of files and directories.
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileSystem
Removes ACL entries from files and directories.
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.FileSystem
Removes all default ACL entries from files and directories.
removeXAttr(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Remove an xattr of a file or directory.
rename(Path, Path) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
rename(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Renames Path src to Path dst.
rename(Path, Path, Options.Rename...) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
renameSnapshot(Path, String, String) - Method in class org.apache.hadoop.fs.FileSystem
Rename a snapshot.
renew(Token<?>, Configuration) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
renewDelegationToken(Token<?>) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
requireHadoopNative() - Static method in class io.trino.hadoop.HadoopNative
 
reset() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Resets all statistics to 0.
resolveLink(Path) - Method in class org.apache.hadoop.fs.FileSystem
See AbstractFileSystem.getLinkTarget(Path).
resolvePath(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the fully-qualified path of path, resolving the path through any symlinks or mount point.
rollNewVersion(String) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
rollNewVersion(String, byte[]) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 

S

SCHEME_NAME - Static variable in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
selectDelegationToken(Credentials) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
selectDelegationToken(Credentials, Text) - Static method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileSystem
Fully replaces ACL of files and directories, discarding all existing entries.
setClientTokenProvider(KeyProviderDelegationTokenExtension.DelegationTokenExtension) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
setConf(Configuration) - Method in class io.trino.hadoop.SocksSocketFactory
 
setConf(Configuration) - Method in class org.apache.hadoop.security.LdapGroupsMapping
 
setConnectionProxy(Proxy) - Static method in class com.microsoft.azure.datalake.store.HttpTransport
 
setDefaultUri(Configuration, URI) - Static method in class org.apache.hadoop.fs.FileSystem
Set the default FileSystem URI in a configuration.
setDefaultUri(Configuration, String) - Static method in class org.apache.hadoop.fs.FileSystem
Set the default FileSystem URI in a configuration.
setFilesystemProperties(Hashtable<String, String>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.FileSystem
Set owner of a path (i.e.
setPathProperties(Path, Hashtable<String, String>) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.azurebfs.AzureBlobFileSystemStore
 
setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.FileSystem
Set permission of a path.
setReplication(Path, short) - Method in class org.apache.hadoop.fs.FileSystem
Set the replication for an existing file.
setStoragePolicy(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Set the storage policy for a given file or directory.
setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.FileSystem
Set access time of a file.
setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.FileSystem
Set the verify checksum flag.
setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.FileSystem
Set the current working directory for the given FileSystem.
setWriteChecksum(boolean) - Method in class org.apache.hadoop.fs.FileSystem
Set the write checksum flag.
setXAttr(Path, String, byte[]) - Method in class org.apache.hadoop.fs.FileSystem
Set an xattr of a file or directory.
setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.FileSystem
Set an xattr of a file or directory.
SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hadoop.fs.FileSystem
Priority of the FileSystem shutdown hook: 10.
SocksSocketFactory - Class in io.trino.hadoop
SocketFactory to create sockets with SOCKS proxy.
SocksSocketFactory() - Constructor for class io.trino.hadoop.SocksSocketFactory
 
startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Returns a local file that the user can write output to.
statistics - Variable in class org.apache.hadoop.fs.FileSystem
The statistics for this file system.
Statistics(String) - Constructor for class org.apache.hadoop.fs.FileSystem.Statistics
 
Statistics(FileSystem.Statistics) - Constructor for class org.apache.hadoop.fs.FileSystem.Statistics
Copy constructor.
StatisticsData() - Constructor for class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
supportsSymlinks() - Method in class org.apache.hadoop.fs.FileSystem
See AbstractFileSystem.supportsSymlinks().

T

TextLineLengthLimitExceededException - Exception in io.trino.hadoop
 
TextLineLengthLimitExceededException(String) - Constructor for exception io.trino.hadoop.TextLineLengthLimitExceededException
 
TOKEN_KIND - Static variable in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
TOKEN_KIND_STR - Static variable in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
toString() - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
toString() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
toString() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
 
TRASH_PREFIX - Static variable in class org.apache.hadoop.fs.FileSystem
Prefix for trash directory: ".Trash".
truncate(Path, long) - Method in class org.apache.hadoop.fs.FileSystem
Truncate the file in the indicated path to the indicated size.

U

unsetNeedAdditionalRecordAfterSplit() - Method in class org.apache.hadoop.util.LineReader
 
unsetStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileSystem
Unset the storage policy set for a given file or directory.
USER_BASE_DN_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
USER_HOME_PREFIX - Static variable in class org.apache.hadoop.fs.FileSystem
 
USER_SEARCH_FILTER_DEFAULT - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
USER_SEARCH_FILTER_KEY - Static variable in class org.apache.hadoop.security.LdapGroupsMapping
 
UserGroupInformationShim - Class in org.apache.hadoop.security
 

W

warmUpEncryptedKeys(String...) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider
 
A B C D E F G H I K L M N O P R S T U W 
Skip navigation links

Copyright © 2013–2022. All rights reserved.