public abstract class AbstractTwoTablesRdbmsGraphConfig extends GraphConfig implements TwoTablesGraphConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractTwoTablesRdbmsGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.lang.String |
getDataSourceId() |
abstract java.lang.String |
getEdgesTableName() |
abstract java.lang.String |
getJdbcUrl() |
java.lang.String |
getLabelValueDelimiter() |
java.lang.String |
getName()
Get the graph name of this graph configuration.
|
abstract java.lang.String |
getNodesTableName() |
abstract java.lang.String |
getPassword() |
abstract java.lang.String |
getSchema() |
abstract java.lang.String |
getUsername() |
boolean |
hasEdgeKeys() |
boolean |
hasEdgesTable() |
int |
hashCode() |
boolean |
hasNodesTable() |
boolean |
skipEdgeLoading() |
boolean |
skipVertexLoading() |
createDateFormat, createLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getAttributes, getDateFormat, getEdgeIdType, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getEdgeProps, getErrorHandling, getFormat, getLoading, getLoadingFilter, getLocalDateFormat, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getTimeFormat, getTimestampFormat, getTimestampWithTimezoneFormat, getTimeWithTimezoneFormat, getVertexIdType, getVertexPropertyTypes, getVertexProps, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, supportsEdgeLabel, supportsEdgeLabel, supportsVertexLabels, supportsVertexLabelsgetValueFromEnvironment, getValueFromEnvironment, parseString, setSerializablegetClass, notify, notifyAll, toString, wait, wait, waitgetDatastore, getEdgesKeyColumn, getEdgesLabelColumn, getFromNidColumn, getNodesKeyColumn, getNodesLabelColumn, getToNidColumnpublic boolean equals(java.lang.Object obj)
equals in class GraphConfigpublic abstract java.lang.String getDataSourceId()
public abstract java.lang.String getEdgesTableName()
public abstract java.lang.String getJdbcUrl()
public java.lang.String getLabelValueDelimiter()
public java.lang.String getName()
GraphConfiggetName in class GraphConfigpublic abstract java.lang.String getNodesTableName()
public abstract java.lang.String getPassword()
public abstract java.lang.String getSchema()
public abstract java.lang.String getUsername()
public boolean hasEdgeKeys()
hasEdgeKeys in interface TwoTablesGraphConfigpublic boolean hasEdgesTable()
public int hashCode()
hashCode in class GraphConfigpublic boolean hasNodesTable()
public boolean skipEdgeLoading()
skipEdgeLoading in class GraphConfigpublic boolean skipVertexLoading()
skipVertexLoading in class GraphConfigCopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.