Class HadoopOutputFile

  • All Implemented Interfaces:
    org.apache.parquet.io.OutputFile

    public class HadoopOutputFile
    extends Object
    implements org.apache.parquet.io.OutputFile
    • Method Detail

      • getBlockFileSystems

        public static Set<String> getBlockFileSystems()
      • getConfiguration

        public org.apache.hadoop.conf.Configuration getConfiguration()
      • create

        public org.apache.parquet.io.PositionOutputStream create​(long blockSizeHint)
                                                          throws IOException
        Specified by:
        create in interface org.apache.parquet.io.OutputFile
        Throws:
        IOException
      • createOrOverwrite

        public org.apache.parquet.io.PositionOutputStream createOrOverwrite​(long blockSizeHint)
                                                                     throws IOException
        Specified by:
        createOrOverwrite in interface org.apache.parquet.io.OutputFile
        Throws:
        IOException
      • supportsBlockSize

        public boolean supportsBlockSize()
        Specified by:
        supportsBlockSize in interface org.apache.parquet.io.OutputFile
      • defaultBlockSize

        public long defaultBlockSize()
        Specified by:
        defaultBlockSize in interface org.apache.parquet.io.OutputFile
      • getPath

        public String getPath()
        Specified by:
        getPath in interface org.apache.parquet.io.OutputFile