public abstract class MemTableConfig extends Object
Options| Constructor and Description |
|---|
MemTableConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract long |
newMemTableFactoryHandle()
This function should only be called by Options.setMemTableConfig(),
which will create a c++ shared-pointer to the c++ MemTableRepFactory
that associated with the Java MemTableConfig.
|
protected abstract long newMemTableFactoryHandle()
Options.setMemTableConfig(MemTableConfig)Copyright © 2022. All rights reserved.