public abstract class AbstractPgGraphConfig extends GraphConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractPgGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract DbEngine |
getDbEngine()
Gets the target database engine of this configuration.
|
abstract java.lang.Integer |
getMaxNumConnections()
Gets the maximum number of connections of this configuration.
|
java.lang.Object |
getOraclePropertyGraph()
Gets the opg.
|
IdType |
getVertexIdType()
Get the vertex ID type of this graph configuration
|
int |
hashCode() |
void |
setOraclePropertyGraph(java.lang.Object opg)
Sets the OraclePropertyGraph to use for loading.
|
createDateFormat, createLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getAttributes, getDateFormat, getEdgeIdType, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getEdgeProps, getErrorHandling, getFormat, getLoading, getLoadingFilter, getLocalDateFormat, getName, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getTimeFormat, getTimestampFormat, getTimestampWithTimezoneFormat, getTimeWithTimezoneFormat, getVertexPropertyTypes, getVertexProps, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, skipEdgeLoading, skipVertexLoading, supportsEdgeLabel, supportsEdgeLabel, supportsVertexLabels, supportsVertexLabelsgetValueFromEnvironment, getValueFromEnvironment, parseString, setSerializablepublic boolean equals(java.lang.Object obj)
equals in class GraphConfigpublic abstract DbEngine getDbEngine()
public abstract java.lang.Integer getMaxNumConnections()
public java.lang.Object getOraclePropertyGraph()
public IdType getVertexIdType()
GraphConfiggetVertexIdType in class GraphConfigpublic int hashCode()
hashCode in class GraphConfigpublic void setOraclePropertyGraph(java.lang.Object opg)
opg - the new opgCopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.