public class OraclePropertyGraphConfiguration
extends java.lang.Object
implements com.tinkerpop.rexster.config.GraphConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_OPG_CLIENT_PORT
The client port
|
static java.lang.String |
CONFIG_OPG_GRAPH_NAME
The name of the OraclePropertyGraph
|
static java.lang.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 java.lang.String CONFIG_OPG_CLIENT_PORT
public static final java.lang.String CONFIG_OPG_GRAPH_NAME
public static final java.lang.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.GraphConfigurationproperties - The Configuration object used to creathe the returned Graph.com.tinkerpop.rexster.config.GraphConfigurationExceptionCopyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.