Class FSDirectory.FSIndexOutput

All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
FSDirectory

final class FSDirectory.FSIndexOutput extends OutputStreamIndexOutput
  • Field Details

    • CHUNK_SIZE

      static final int CHUNK_SIZE
      The maximum chunk size is 8192 bytes, because file channel mallocs a native buffer outside of stack if the write buffer size is larger.
      See Also:
  • Constructor Details