Package com.tinkerpop.rexster
Class OrientGraphConfiguration
java.lang.Object
com.tinkerpop.rexster.OrientGraphConfiguration
- All Implemented Interfaces:
com.tinkerpop.rexster.config.GraphConfiguration
public class OrientGraphConfiguration
extends Object
implements com.tinkerpop.rexster.config.GraphConfiguration
Configuration class for Rexster (http://rexster.tinkerpop.com). Example usage within rexster.xml:
<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>
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.tinkerpop.blueprints.GraphconfigureGraphInstance(com.tinkerpop.rexster.config.GraphConfigurationContext context)
-
Constructor Details
-
OrientGraphConfiguration
public OrientGraphConfiguration()
-
-
Method Details
-
configureGraphInstance
public com.tinkerpop.blueprints.Graph configureGraphInstance(com.tinkerpop.rexster.config.GraphConfigurationContext context) throws com.tinkerpop.rexster.config.GraphConfigurationException - Specified by:
configureGraphInstancein interfacecom.tinkerpop.rexster.config.GraphConfiguration- Throws:
com.tinkerpop.rexster.config.GraphConfigurationException
-