public class OraclePropertyGraphConfiguration
extends java.lang.Object
implements com.tinkerpop.rexster.config.GraphConfiguration
Constructor and Description |
---|
OraclePropertyGraphConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.tinkerpop.blueprints.Graph |
configureGraphInstance(org.apache.commons.configuration.Configuration properties)
Create an
OraclePropertyGraph instance according to the given configuration |
public com.tinkerpop.blueprints.Graph configureGraphInstance(org.apache.commons.configuration.Configuration properties) throws com.tinkerpop.rexster.config.GraphConfigurationException
OraclePropertyGraph
instance according to the given configurationconfigureGraphInstance
in interface com.tinkerpop.rexster.config.GraphConfiguration
properties
- a Configuration
object specifying the host, port, store name, and graph namecom.tinkerpop.rexster.config.GraphConfigurationException
Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.