public interface JanusGraphConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
get(String path)
Returns a string representation of the provided configuration option or namespace for inspection.
|
JanusGraphConfiguration |
set(String path,
Object value)
Sets the configuration option identified by the provided path to the given value.
|
String get(String path)
An exception is thrown if the path is invalid.
path - JanusGraphConfiguration set(String path, Object value)
path - value - Copyright © 2012–2023. All rights reserved.