public abstract class AbstractPgGraphConfig extends GraphConfig
ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractPgGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.util.Map |
getAttributes()
Get the additional attributes specified for this PG config
|
abstract java.lang.String |
getDateFormat()
Gets the date format to use when loading and storing date properties.
|
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, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getEdgeProps, getErrorHandling, getFormat, getLoading, getLoadingFilter, getName, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getVertexPropertyTypes, getVertexProps, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, supportsEdgeLabel, supportsEdgeLabel, supportsVertexLabels, supportsVertexLabelsgetValueFromEnvironment, getValueFromEnvironment, parseString, setSerializablepublic boolean equals(java.lang.Object obj)
equals in class GraphConfigpublic abstract java.util.Map getAttributes()
public abstract java.lang.String getDateFormat()
getDateFormat 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 © 2017 Oracle Corp. All Rights Reserved.