public abstract class AbstractPgGraphConfig extends GraphConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractPgGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getArrayCompactionThreshold, getEdgeIdType, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getEdgeProps, getExternalStores, getLoadingFilter, getLoadingOptions, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getOptimizedFor, getPartitionWhileLoading, getValidatedEdgeIdStrategy, getValidatedEdgeIdType, getValidatedVertexIdStrategy, getValidatedVertexIdType, getVertexPropertyTypes, getVertexProps, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, skipEdgeLoading, skipVertexLoading, supportsEdgeLabel, supportsEdgeLabel, supportsPropertyColumn, supportsPropertyColumn, supportsVectorProperties, supportsVectorProperties, supportsVertexLabels, supportsVertexLabelsgetDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializableequals, getClass, notify, notifyAll, toString, wait, wait, waitcreateLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getAttributes, getErrorHandling, getFormat, getKeystoreAlias, getLocalDateFormat, getName, getTimeFormat, getTimestampFormat, getTimestampWithTimezoneFormat, getTimeWithTimezoneFormat, getVectorComponentDelimiterpublic 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 © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.