public class CompactionOptionsFIFO extends RocksObject
nativeHandle_| Constructor and Description |
|---|
CompactionOptionsFIFO() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal(long handle) |
long |
maxTableFilesSize()
Once the total sum of table files reaches this, we will delete the oldest
table file
Default: 1GB
|
CompactionOptionsFIFO |
setMaxTableFilesSize(long maxTableFilesSize)
Once the total sum of table files reaches this, we will delete the oldest
table file
Default: 1GB
|
disposeInternalclose, disOwnNativeHandle, isOwningHandledispose, finalizepublic CompactionOptionsFIFO setMaxTableFilesSize(long maxTableFilesSize)
maxTableFilesSize - The maximum size of the table filespublic long maxTableFilesSize()
protected final void disposeInternal(long handle)
disposeInternal in class RocksObject