public class OraclePropertyGraphConfiguration extends Object implements com.tinkerpop.rexster.config.GraphConfiguration
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONFIG_OPG_CLIENT_PORTThe client port | 
| static String | CONFIG_OPG_GRAPH_NAMEThe name of the OraclePropertyGraph | 
| static String | CONFIG_OPG_QUORUMThe ZooKeeper quorum | 
| Constructor and Description | 
|---|
| OraclePropertyGraphConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | configureGraphInstance(org.apache.commons.configuration.Configuration properties)Creates and returns an  OraclePropertyGraphinstance 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 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.GraphConfigurationproperties - The Configuration object used to creathe the returned Graph.com.tinkerpop.rexster.config.GraphConfigurationExceptionCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.