Class AbstractHdfsConfig

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    HdfsSinkConfig

    public abstract class AbstractHdfsConfig
    extends java.lang.Object
    implements java.io.Serializable
    Configuration object for all HDFS components.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractHdfsConfig

        public AbstractHdfsConfig()
    • Method Detail

      • validate

        public void validate()