TFileWriterTransport.DEFAULT_MAX_FLUSH_BYTES

Maximum number of bytes buffered before writing and flushing the file to disk.

Currently cannot be set after the first call to write().

  1. size_t maxFlushBytes()
  2. void maxFlushBytes(size_t value)
  3. enum DEFAULT_MAX_FLUSH_BYTES;
    class TFileWriterTransport
    enum DEFAULT_MAX_FLUSH_BYTES = 1000 * 1024;

Meta