public class TraceOptions
extends java.lang.Object
RocksDB.startTrace(TraceOptions, AbstractTraceWriter).| 构造器和说明 |
|---|
TraceOptions() |
TraceOptions(long maxTraceFileSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getMaxTraceFileSize()
To avoid the trace file size grows larger than the storage space,
user can set the max trace file size in Bytes.
|