public interface GraphConfig extends GraphConfigspace
DseGraph instance nested
structure of GraphConfigspaces. A GraphConfig is also the root GraphConfigspace.| Modifier and Type | Method and Description |
|---|---|
GraphConfig |
set(java.lang.String configOption,
java.lang.Object value)
Sets the given configuration option to the provided value.
|
default GraphConfig |
unset(java.lang.String configOption)
Removes the given configuration option (and its associated value - if any) from this configuration space.
|
contains, getGraphConfig set(java.lang.String configOption, java.lang.Object value)
GraphConfigspaceGraphConfig#applyChanges() is called.
Make sure to call this method after all configuration changes have been made. *set in interface GraphConfigspaceconfigOption - The string identifier of a configuration option within this Configspacevalue - The value to set the configuration option todefault GraphConfig unset(java.lang.String configOption)
GraphConfigspaceunset in interface GraphConfigspaceconfigOption - the name of the option