Class FileInfo


  • public class FileInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.spark.sql.Encoder<FileInfo> ENCODER  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileInfo()  
      FileInfo​(java.lang.String path, java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      java.lang.String getType()  
      void setPath​(java.lang.String path)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • ENCODER

        public static final org.apache.spark.sql.Encoder<FileInfo> ENCODER
    • Constructor Detail

      • FileInfo

        public FileInfo​(java.lang.String path,
                        java.lang.String type)
      • FileInfo

        public FileInfo()
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)