public class StorageConfig extends ProcessConfig<Object>
| Modifier and Type | Method and Description |
|---|---|
static StorageConfig |
from(Path configPath) |
static StorageConfig |
of(String yaml) |
String |
toConfigString() |
StorageConfig |
updateFromConfig(ai.grakn.engine.GraknConfig config) |
StorageConfig |
updateGenericParams(ai.grakn.engine.GraknConfig config) |
paramspublic static StorageConfig of(String yaml)
public static StorageConfig from(Path configPath)
public String toConfigString()
toConfigString in class ProcessConfig<Object>public StorageConfig updateGenericParams(ai.grakn.engine.GraknConfig config)
updateGenericParams in class ProcessConfig<Object>public StorageConfig updateFromConfig(ai.grakn.engine.GraknConfig config)
updateFromConfig in class ProcessConfig<Object>Copyright © 2018 Grakn Labs Ltd. All rights reserved.