public abstract class AbstractPgGraphConfig extends GraphConfig
| Constructor and Description |
|---|
AbstractPgGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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, isEdgeLabel, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabels, numEdgeProperties, numNodePropertiessetSerializablepublic boolean equals(java.lang.Object obj)
equals in class GraphConfigpublic 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 java.lang.Boolean isLoadEdgeLabel()
public void setOraclePropertyGraph(java.lang.Object opg)
opg - the new opgCopyright © 2016, 2017 Oracle Corp. All Rights Reserved.