Package org.rocksdb

Class TraceOptions

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getMaxTraceFileSize()
      To avoid the trace file size grows larger than the storage space, user can set the max trace file size in Bytes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TraceOptions

        public TraceOptions()
      • TraceOptions

        public TraceOptions​(long maxTraceFileSize)
    • Method Detail

      • getMaxTraceFileSize

        public long getMaxTraceFileSize()
        To avoid the trace file size grows larger than the storage space, user can set the max trace file size in Bytes. Default is 64 GB.
        Returns:
        the max trace size