Interface Configurable

All Superinterfaces:
org.apache.hadoop.conf.Configurable

public interface Configurable extends org.apache.hadoop.conf.Configurable
A trait to implement Configurable interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.conf.Configuration
     
    void
    setConf(org.apache.hadoop.conf.Configuration c)
     
  • Method Details

    • getConf

      org.apache.hadoop.conf.Configuration getConf()
      Specified by:
      getConf in interface org.apache.hadoop.conf.Configurable
    • setConf

      void setConf(org.apache.hadoop.conf.Configuration c)
      Specified by:
      setConf in interface org.apache.hadoop.conf.Configurable