public class OraclePropertyGraphConfiguration extends Object implements com.tinkerpop.rexster.config.GraphConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_OPG_CLIENT_PORT
The client port
|
static String |
CONFIG_OPG_GRAPH_NAME
The name of the OraclePropertyGraph
|
static String |
CONFIG_OPG_QUORUM
The ZooKeeper quorum
|
Constructor and Description |
---|
OraclePropertyGraphConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.tinkerpop.blueprints.Graph |
configureGraphInstance(org.apache.commons.configuration.Configuration properties)
Creates and returns an
OraclePropertyGraph instance with the properties specified in the Configuration |
public static final String CONFIG_OPG_CLIENT_PORT
public static final String CONFIG_OPG_GRAPH_NAME
public static final String CONFIG_OPG_QUORUM
public com.tinkerpop.blueprints.Graph configureGraphInstance(org.apache.commons.configuration.Configuration properties) throws com.tinkerpop.rexster.config.GraphConfigurationException
OraclePropertyGraph
instance with the properties specified in the ConfigurationconfigureGraphInstance
in interface com.tinkerpop.rexster.config.GraphConfiguration
properties
- The Configuration object used to creathe the returned Graph.com.tinkerpop.rexster.config.GraphConfigurationException
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.