Interface FSArrayFile.ArrayFileWriter

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    Enclosing class:
    FSArrayFile<V extends org.apache.hadoop.io.Writable>

    public static interface FSArrayFile.ArrayFileWriter
    extends java.io.Closeable
    interface ArrayFileWriter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(org.apache.hadoop.io.Writable w)
      write
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • write

        void write​(org.apache.hadoop.io.Writable w)
            throws java.io.IOException
        write
        Parameters:
        w -
        Throws:
        java.io.IOException