Uses of Interface
org.apache.hadoop.conf.Configurable
Packages that use Configurable
Package
Description
Configuration of system parameters.
Crypto related classes.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
An abstract file system API.
Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.
SFTP FileSystem package.
Support for the execution of a file system command.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
Erasure coders framework.
This package provides a mechanism for using different serialization frameworks
in Hadoop.
This package provides Avro serialization in Hadoop.
Network-related classes.
Classes for hadoop security.
Provides the hadoop credential provider API.
Support for service-level authorization.
Support for delegation tokens.
Common utilities.
-
Uses of Configurable in org.apache.hadoop.conf
Subinterfaces of Configurable in org.apache.hadoop.confModifier and TypeInterfaceDescriptioninterfaceSomething whoseConfigurationcan be changed at run time.Classes in org.apache.hadoop.conf that implement ConfigurableModifier and TypeClassDescriptionclassBase class for things that may be configured with aConfiguration.classUtility base class for implementing the Reconfigurable interface. -
Uses of Configurable in org.apache.hadoop.crypto
Classes in org.apache.hadoop.crypto that implement ConfigurableModifier and TypeClassDescriptionclassCrypto codec class, encapsulates encryptor/decryptor pair.classImplement the AES-CTR crypto codec using JCE provider.classclassImplement the SM4-CTR crypto codec using JCE provider.classImplement the AES-CTR crypto codec using JNI into OpenSSL.classclassImplement the SM4-CTR crypto codec using JNI into OpenSSL. -
Uses of Configurable in org.apache.hadoop.crypto.key
Classes in org.apache.hadoop.crypto.key that implement ConfigurableModifier and TypeClassDescriptionclassThis program is the CLI utility for the KeyProvider facilities in Hadoop. -
Uses of Configurable in org.apache.hadoop.crypto.random
Classes in org.apache.hadoop.crypto.random that implement ConfigurableModifier and TypeClassDescriptionclassA Random implementation that uses random bytes sourced from the operating system. -
Uses of Configurable in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement ConfigurableModifier and TypeClassDescriptionclassAbstract Checksumed FileSystem.classAn abstract base class for a fairly generic filesystem.classAFilterFileSystemcontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.classProvide command line access to a FileSystem.protected classDisplays short usage of commands sans the long descriptionprotected classDisplay help for commands with their short usage and long description.classThis class is the home for file permissions related commands.static classUsed to change group of filesstatic classThe pattern is almost as flexible as mode allowed by chmod shell command.static classUsed to change owner and/or group of filesclassThis is an implementation of the Hadoop Archive Filesystem.classImplement the FileSystem API for the checksumed local filesystem.classImplement the FileSystem API for the raw local filesystem.classProvides a trash facility which supports pluggable Trash policies.classThis interface is used for implementing different Trash policies.classProvides a trash feature. -
Uses of Configurable in org.apache.hadoop.fs.ftp
Classes in org.apache.hadoop.fs.ftp that implement ConfigurableModifier and TypeClassDescriptionclassAFileSystembacked by an FTP client provided by Apache Commons Net. -
Uses of Configurable in org.apache.hadoop.fs.http
Classes in org.apache.hadoop.fs.http that implement ConfigurableModifier and TypeClassDescriptionclassA Filesystem that reads from HTTP endpoint.classA Filesystem that reads from HTTPS endpoint. -
Uses of Configurable in org.apache.hadoop.fs.sftp
Classes in org.apache.hadoop.fs.sftp that implement Configurable -
Uses of Configurable in org.apache.hadoop.fs.shell
Classes in org.apache.hadoop.fs.shell that implement ConfigurableModifier and TypeClassDescriptionclassAn abstract class for the execution of a file system commandclassclass to search for and register commandsclassConcat the given files.classAbstract command to enable sub copy commands run with multi-thread.classCount the number of directories, files, bytes, quota, and remaining quota.classBase class for all "hadoop fs" commands.classUnix touch like commandsstatic classA UNIX like touch command.static class(Re)create zero-length file at the specified path.classTruncates a file to a new size -
Uses of Configurable in org.apache.hadoop.fs.shell.find
Classes in org.apache.hadoop.fs.shell.find that implement ConfigurableModifier and TypeClassDescriptionclassAbstract expression for use in theFindcommand.classProvides an abstract composition filter for theExpressioninterface.class -
Uses of Configurable in org.apache.hadoop.fs.viewfs
Classes in org.apache.hadoop.fs.viewfs that implement ConfigurableModifier and TypeClassDescriptionclassViewFileSystem (extends the FileSystem interface) implements a client-side mount table.classThis class is extended from the ViewFileSystem for the overloaded scheme file system. -
Uses of Configurable in org.apache.hadoop.ha
Classes in org.apache.hadoop.ha that implement ConfigurableModifier and TypeClassDescriptionclassA command-line tool for making calls in the HAServiceProtocol.classFencer method that uses PowerShell to remotely connect to a machine and kill the required process.classFencing method that runs a shell command.classThis fencing implementation sshes to the target node and usesfuserto kill the process listening on the service's TCP port. -
Uses of Configurable in org.apache.hadoop.io
Classes in org.apache.hadoop.io that implement ConfigurableModifier and TypeClassDescriptionclassAbstract base class for MapWritable and SortedMapWritable Unlike org.apache.nutch.crawl.MapWritable, this class allows creation of MapWritable<Writable, MapWritable> so the CLASS_TO_ID and ID_TO_CLASS maps travel with the class instead of being static.static classA Comparator optimized for BooleanWritable.static classA Comparator optimized for BytesWritable.static classA Comparator optimized for ByteWritable.static classA Comparator optimized for DoubleWritable.classEnumSetWritable<E extends Enum<E>>A Writable wrapper for EnumSet.static classA Comparator optimized for FloatWritable.classA wrapper for Writable instances.static classA Comparator optimized for IntWritable.static classA Comparator optimized for LongWritable.static classA decreasing Comparator optimized for LongWritable.classA Writable Map.static classA WritableComparator optimized for MD5Hash keys.static classA Comparator "optimized" for NullWritable.classA polymorphic Writable that writes an instance with it's class name.static classA Comparator optimized for ShortWritable.classSortedMapWritable<K extends WritableComparable<? super K>>A Writable SortedMap.static classA WritableComparator optimized for Text keys.static classDeprecated.A WritableComparator optimized for UTF8 keys.classA Comparator forWritableComparables. -
Uses of Configurable in org.apache.hadoop.io.compress
Classes in org.apache.hadoop.io.compress that implement ConfigurableModifier and TypeClassDescriptionclassThis class provides output and input streams for bzip2 compression and decompression.classclassAlias class for DefaultCodec to enable codec discovery by 'deflate' name.classThis class creates gzip compressors/decompressors.classThis class creates lz4 compressors/decompressors.classThis is a special codec which does not transform the output.classThis class creates snappy compressors/decompressors.classThis class creates zstd compressors/decompressors. -
Uses of Configurable in org.apache.hadoop.io.erasurecode.coder
Subinterfaces of Configurable in org.apache.hadoop.io.erasurecode.coderModifier and TypeInterfaceDescriptioninterfaceAn erasure coder to perform encoding or decoding given a group.Classes in org.apache.hadoop.io.erasurecode.coder that implement ConfigurableModifier and TypeClassDescriptionclassDummy erasure decoder does no real computation.classDummy erasure encoder does no real computation.classAn abstract erasure decoder that's to be inherited by new decoders.classAn abstract erasure encoder that's to be inherited by new encoders.classHitchhiker is a new erasure coding algorithm developed as a research project at UC Berkeley by Rashmi Vinayak.classHitchhiker is a new erasure coding algorithm developed as a research project at UC Berkeley by Rashmi Vinayak.classReed-Solomon erasure decoder that decodes a block group.classReed-Solomon erasure encoder that encodes a block group.classXor erasure decoder that decodes a block group.classXor erasure encoder that encodes a block group. -
Uses of Configurable in org.apache.hadoop.io.serializer
Classes in org.apache.hadoop.io.serializer that implement ConfigurableModifier and TypeClassDescriptionclassA factory forSerializations.classASerializationforWritables that delegates toWritable.write(java.io.DataOutput)andWritable.readFields(java.io.DataInput). -
Uses of Configurable in org.apache.hadoop.io.serializer.avro
Classes in org.apache.hadoop.io.serializer.avro that implement ConfigurableModifier and TypeClassDescriptionclassSerialization for Avro Reflect classes.classBase class for providing serialization to Avro types.classSerialization for Avro Specific classes. -
Uses of Configurable in org.apache.hadoop.net
Classes in org.apache.hadoop.net that implement ConfigurableModifier and TypeClassDescriptionclassThis is a base class for DNS to Switch mappings.classA cached implementation of DNSToSwitchMapping that takes an raw DNSToSwitchMapping and stores the resolved network location in a cache.classThis class implements theDNSToSwitchMappinginterface using a script configured via theCommonConfigurationKeysPublic.NET_TOPOLOGY_SCRIPT_FILE_NAME_KEYoption.protected static classThis is the uncached script mapping that is fed into the cache managed by the superclassCachedDNSToSwitchMappingclassThis class extends ScriptBasedMapping class and implements theDNSToSwitchMappingWithDependencyinterface using a script configured via theCommonConfigurationKeysPublic.NET_DEPENDENCY_SCRIPT_FILE_NAME_KEYoption.classSpecialized SocketFactory to create sockets with a SOCKS proxyclassSimpleDNSToSwitchMappingimplementation that reads a 2 column text file. -
Uses of Configurable in org.apache.hadoop.security
Classes in org.apache.hadoop.security that implement ConfigurableModifier and TypeClassDescriptionclassAn implementation ofGroupMappingServiceProviderwhich composites other group mapping providers for determining group membership.classAn implementation of SaslPropertiesResolver.classKerberos diagnostics This operation expands some of the diagnostic output of the security code, but not all.classAn implementation ofGroupMappingServiceProviderwhich connects directly to an LDAP server for determining group membership.classThis class usesLdapGroupsMappingfor group lookup and applies the rule configured on the group names.classProvides SaslProperties to be used for a connection.classA simple shell-based implementation ofGroupMappingServiceProviderthat exec's thegroupsshell command to fetch the group memberships of a given user.classA simple shell-based implementation ofGroupMappingServiceProviderthat exec's thegroupsshell command to fetch the group memberships of a given user.classAn implementation of the SaslPropertiesResolver. -
Uses of Configurable in org.apache.hadoop.security.alias
Classes in org.apache.hadoop.security.alias that implement ConfigurableModifier and TypeClassDescriptionclassThis program is the CLI utility for the CredentialProvider facilities in Hadoop. -
Uses of Configurable in org.apache.hadoop.security.authorize
Subinterfaces of Configurable in org.apache.hadoop.security.authorizeClasses in org.apache.hadoop.security.authorize that implement Configurable -
Uses of Configurable in org.apache.hadoop.security.ssl
Subinterfaces of Configurable in org.apache.hadoop.security.sslModifier and TypeInterfaceDescriptioninterfaceInterface that gives access toKeyManagerandTrustManagerimplementations.Classes in org.apache.hadoop.security.ssl that implement ConfigurableModifier and TypeClassDescriptionclassKeyStoresFactoryimplementation that reads the certificates from keystore files. -
Uses of Configurable in org.apache.hadoop.security.token
Classes in org.apache.hadoop.security.token that implement ConfigurableModifier and TypeClassDescriptionclassDtUtilShell is a set of command line token file management operations. -
Uses of Configurable in org.apache.hadoop.tools
Classes in org.apache.hadoop.tools that implement ConfigurableModifier and TypeClassDescriptionclassThis program is a CLI utility base class utilizing hadoop Tool class.classBase class for the HDFS and MR implementations of tools which fetch and display the groups that users belong to. -
Uses of Configurable in org.apache.hadoop.util
Subinterfaces of Configurable in org.apache.hadoop.utilModifier and TypeInterfaceDescriptioninterfaceA tool interface that supports handling of generic command-line options.Classes in org.apache.hadoop.util that implement ConfigurableModifier and TypeClassDescriptionfinal classThis entry point exists for diagnosing classloader problems: is a class or resource present -and if so, where?