
public class OGraphConfig extends Object
| Constructor and Description |
|---|
OGraphConfig(com.orientechnologies.orient.core.record.impl.ODocument config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(com.orientechnologies.orient.server.OServer server,
OrientGremlinGraphManager graphManager,
org.apache.tinkerpop.gremlin.server.Settings settings,
Bindings bindings) |
com.orientechnologies.orient.core.record.impl.ODocument |
getConfig() |
Map<String,Map<String,String>> |
getGraphs() |
static OGraphConfig |
read(InputStream input) |
static OGraphConfig |
read(String file) |
void |
reload(com.orientechnologies.orient.core.record.impl.ODocument config) |
public OGraphConfig(com.orientechnologies.orient.core.record.impl.ODocument config)
public static OGraphConfig read(String file) throws Exception
Exceptionpublic static OGraphConfig read(InputStream input) throws Exception
Exceptionpublic void apply(com.orientechnologies.orient.server.OServer server,
OrientGremlinGraphManager graphManager,
org.apache.tinkerpop.gremlin.server.Settings settings,
Bindings bindings)
public void reload(com.orientechnologies.orient.core.record.impl.ODocument config)
public com.orientechnologies.orient.core.record.impl.ODocument getConfig()
Copyright © 2009–2018 OrientDB. All rights reserved.