Class DumpFile

    • Field Detail

      • BACKUP_BUFFER

        public static final String BACKUP_BUFFER
        the key for storing the buffer in the backup.
        See Also:
        Constant Field Values
      • m_Encoding

        protected BaseCharset m_Encoding
        the encoding to use.
      • m_NumAttempts

        protected int m_NumAttempts
        the number of tries for writing the data.
      • m_AttemptInterval

        protected int m_AttemptInterval
        the interval between attempts.
      • m_BufferSize

        protected int m_BufferSize
        the size of the buffer.
      • m_Buffer

        protected List<String> m_Buffer
        the buffer.
      • m_Writing

        protected boolean m_Writing
        whether currently writing to disk.
    • Constructor Detail

      • DumpFile

        public DumpFile()