Package org.apache.hadoop.conf


package org.apache.hadoop.conf
Configuration of system parameters.
  • Class
    Description
    org.apache.hadoop.conf.ConfigRedactor
    Tool for redacting sensitive information when displaying config parameters.
    Something that may be configured with a Configuration.
    Provides access to configuration parameters.
    org.apache.hadoop.conf.Configuration.DeprecationDelta
    A pending addition to the global set of deprecated keys.
    org.apache.hadoop.conf.Configuration.IntegerRanges
    A class that represents a set of positive integer ranges.
    org.apache.hadoop.conf.ConfigurationWithLogging
    Logs access to Configuration.
    Base class for things that may be configured with a Configuration.
    org.apache.hadoop.conf.ConfServlet
    A servlet to print out the running configuration data.
    org.apache.hadoop.conf.ConfServlet.BadFormatException
     
    org.apache.hadoop.conf.Reconfigurable
    Something whose Configuration can be changed at run time.
    org.apache.hadoop.conf.ReconfigurableBase
    Utility base class for implementing the Reconfigurable interface.
    org.apache.hadoop.conf.ReconfigurationException
    Exception indicating that configuration property cannot be changed at run time.
    org.apache.hadoop.conf.ReconfigurationServlet
    A servlet for changing a node's configuration.
    org.apache.hadoop.conf.ReconfigurationTaskStatus
     
    org.apache.hadoop.conf.ReconfigurationUtil
     
    org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
     
    org.apache.hadoop.conf.StorageSize
    A class that contains the numeric value and the unit of measure.
    Class that maintains different forms of Storage Units.