Class HadoopFileSystemURLStreamHandler

  • All Implemented Interfaces:
    org.apache.hadoop.conf.Configurable

    public class HadoopFileSystemURLStreamHandler
    extends URLStreamHandler
    implements org.apache.hadoop.conf.Configurable
    A URLStreamHandler for handling Hadoop filesystem URLs, most commonly those with the hdfs scheme.
    • Constructor Detail

      • HadoopFileSystemURLStreamHandler

        public HadoopFileSystemURLStreamHandler()
    • Method Detail

      • getDefaultConf

        public static org.apache.hadoop.conf.Configuration getDefaultConf()
      • setDefaultConf

        public static void setDefaultConf​(org.apache.hadoop.conf.Configuration defaultConf)
      • setConf

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

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