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() |
java.lang.Boolean |
isLoadEdgeLabel() |
void |
setOraclePropertyGraph(java.lang.Object opg)
Sets the OraclePropertyGraph to use for loading.
|
getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgeProps, getErrorHandling, getFormat, getLoading, getName, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getVertexProps, hasEdgeLabel, hasVertexLabels, isEdgeLabel, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabels, numEdgeProperties, numNodeProperties
getValueFromEnvironment, parseString, setSerializable
public boolean equals(java.lang.Object obj)
equals
in class GraphConfig
public abstract java.util.Map getAttributes()
public abstract java.lang.String getDateFormat()
getDateFormat
in class GraphConfig
public abstract DbEngine getDbEngine()
public abstract java.lang.Integer getMaxNumConnections()
public java.lang.Object getOraclePropertyGraph()
public IdType getVertexIdType()
GraphConfig
getVertexIdType
in class GraphConfig
public int hashCode()
hashCode
in class GraphConfig
public java.lang.Boolean isLoadEdgeLabel()
public void setOraclePropertyGraph(java.lang.Object opg)
opg
- the new opgCopyright © 2016 Oracle Corp. All Rights Reserved.