Class Bulk.FileInfo

  • Enclosing class:
    Bulk

    public static class Bulk.FileInfo
    extends Object
    WARNING : do not change this class, its used for serialization to Json
    • Constructor Detail

      • FileInfo

        public FileInfo​(String fileName,
                        long estFileSize,
                        long estNumEntries)
      • FileInfo

        public FileInfo​(org.apache.hadoop.fs.Path path,
                        long estSize)
    • Method Detail

      • getFileName

        public String getFileName()
      • getEstFileSize

        public long getEstFileSize()
      • getEstNumEntries

        public long getEstNumEntries()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object