public abstract class AbstractPgGraphConfig extends GraphConfig
Constructor and Description |
---|
AbstractPgGraphConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getConnection()
Gets the connection.
|
abstract 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 Integer |
getMaxNumConnections()
Gets the maximum number of connections of this configuration.
|
Object |
getOraclePropertyGraph()
Gets the OraclePropertyGraph object.
|
IdType |
getVertexIdType()
Get the vertex ID type of this graph configuration
|
int |
hashCode() |
abstract Boolean |
isLoadEdgeLabel()
Checks if the edge label should be loaded in this configuration.
|
void |
setConnection(Object connection)
Sets the connection.
|
void |
setOraclePropertyGraph(Object opg)
Sets the OraclePropertyGraph object.
|
getEdgePropertyDefault, getEdgePropertyName, getEdgePropertyType, getEdgeProps, getErrorHandling, getFormat, getLoading, getName, getNodeKeyType, getNodePropertyDefault, getNodePropertyName, getNodePropertyType, getVertexProps, isFileFormat, isFileFormat, numEdgeProperties, numNodeProperties
setSerializable
public boolean equals(Object obj)
equals
in class GraphConfig
public Object getConnection()
public abstract String getDateFormat()
public abstract DbEngine getDbEngine()
public abstract Integer getMaxNumConnections()
public Object getOraclePropertyGraph()
public IdType getVertexIdType()
GraphConfig
getVertexIdType
in class GraphConfig
public int hashCode()
hashCode
in class GraphConfig
public abstract Boolean isLoadEdgeLabel()
public void setConnection(Object connection)
connection
- the new connectionpublic void setOraclePropertyGraph(Object opg)
Copyright © 2015. All rights reserved.