public class OrientGraphConfiguration extends Object implements com.tinkerpop.rexster.config.GraphConfiguration
<graph>
<graph-enabled>false</graph-enabled>
<graph-name>orientdbsample</graph-name>
<graph-type>com.tinkerpop.rexster.OrientGraphConfiguration</graph-type>
<graph-location>plocal:/tmp/orientdb-graph</graph-location>
<properties>
<username>admin</username>
<password>admin</password>
</properties>
<extensions>
<allows>
<allow>tp:gremlin</allow>
</allows>
</extensions>
</graph>
Constructor and Description |
---|
OrientGraphConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.tinkerpop.blueprints.Graph |
configureGraphInstance(com.tinkerpop.rexster.config.GraphConfigurationContext context) |
public com.tinkerpop.blueprints.Graph configureGraphInstance(com.tinkerpop.rexster.config.GraphConfigurationContext context) throws com.tinkerpop.rexster.config.GraphConfigurationException
configureGraphInstance
in interface com.tinkerpop.rexster.config.GraphConfiguration
com.tinkerpop.rexster.config.GraphConfigurationException
Copyright © 2009–2020 OrientDB. All rights reserved.