public abstract class AbstractTwoTablesSparkGraphConfig extends AbstractSparkGraphConfig implements TwoTablesGraphConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractTwoTablesSparkGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract TwoTablesSparkDataFormat |
getDataFormat()
Gets the data format of the data source in Spark
|
java.lang.String |
getName()
Get the graph name of this graph configuration.
|
boolean |
hasEdgeKeys() |
int |
hashCode() |
boolean |
skipEdgeLoading() |
boolean |
skipVertexLoading() |
getNumSparkEdgeWorkers, getNumSparkNodeWorkerscreateDateFormat, 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 AbstractSparkGraphConfigpublic abstract TwoTablesSparkDataFormat getDataFormat()
public java.lang.String getName()
GraphConfiggetName in class GraphConfigpublic boolean hasEdgeKeys()
hasEdgeKeys in interface TwoTablesGraphConfigpublic int hashCode()
hashCode in class AbstractSparkGraphConfigpublic boolean skipEdgeLoading()
skipEdgeLoading in class GraphConfigpublic boolean skipVertexLoading()
skipVertexLoading in class GraphConfigCopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.