public class ConfigWizard extends Object
| Constructor and Description |
|---|
ConfigWizard() |
| Modifier and Type | Method and Description |
|---|---|
static swaydb.data.config.LevelZeroPersistentConfig |
addPersistentLevel0(int mapSize,
Path directory,
boolean mmap,
swaydb.data.config.RecoveryMode recoveryMode,
scala.runtime.AbstractFunction1<swaydb.data.accelerate.Level0Meter,swaydb.data.accelerate.Accelerator> acceleration)
Returns the LevelZeroPersistentConfig object.
|
public static swaydb.data.config.LevelZeroPersistentConfig addPersistentLevel0(int mapSize,
Path directory,
boolean mmap,
swaydb.data.config.RecoveryMode recoveryMode,
scala.runtime.AbstractFunction1<swaydb.data.accelerate.Level0Meter,swaydb.data.accelerate.Accelerator> acceleration)
mapSize - the mapSizedirectory - the directorymmap - the mmaprecoveryMode - the recoveryModeacceleration - the accelerationCopyright © 2019. All rights reserved.