public abstract class AbstractTwoTablesSparkGraphConfig extends AbstractSparkGraphConfig implements TwoTablesGraphConfig
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() |
getNumSparkEdgeWorkers, getNumSparkNodeWorkers
createDateFormat, getDateFormat, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getEdgeProps, getErrorHandling, getFormat, getLoading, getLoadingFilter, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getVertexIdType, getVertexPropertyTypes, getVertexProps, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, supportsEdgeLabel, supportsEdgeLabel, supportsVertexLabels, supportsVertexLabels
getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializable
getClass, notify, notifyAll, toString, wait, wait, wait
getDatastore, getEdgesKeyColumn, getEdgesLabelColumn, getFromNidColumn, getNodesKeyColumn, getNodesLabelColumn, getToNidColumn
public boolean equals(java.lang.Object obj)
equals
in class AbstractSparkGraphConfig
public abstract TwoTablesSparkDataFormat getDataFormat()
public java.lang.String getName()
GraphConfig
getName
in class GraphConfig
public boolean hasEdgeKeys()
hasEdgeKeys
in interface TwoTablesGraphConfig
public int hashCode()
hashCode
in class AbstractSparkGraphConfig
Copyright © 2017 Oracle Corp. All Rights Reserved.