Class HdfsFileWriter

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @Deprecated
    public class HdfsFileWriter
    extends org.apache.lucene.store.OutputStreamIndexOutput
    Deprecated.
    since 8.6
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Summary

      Constructors 
      Constructor Description
      HdfsFileWriter​(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path path, String name)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class org.apache.lucene.store.OutputStreamIndexOutput

        close, getChecksum, getFilePointer, writeByte, writeBytes
      • Methods inherited from class org.apache.lucene.store.IndexOutput

        getName, toString
      • Methods inherited from class org.apache.lucene.store.DataOutput

        copyBytes, writeBytes, writeInt, writeLong, writeMapOfStrings, writeSetOfStrings, writeShort, writeString, writeVInt, writeVLong, writeZInt, writeZLong
    • Constructor Detail

      • HdfsFileWriter

        public HdfsFileWriter​(org.apache.hadoop.fs.FileSystem fileSystem,
                              org.apache.hadoop.fs.Path path,
                              String name)
                       throws IOException
        Deprecated.
        Throws:
        IOException