
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.GraphConfigurationcom.tinkerpop.rexster.config.GraphConfigurationExceptionCopyright © 2009–2025 OrientDB. All rights reserved.