public abstract class AbstractSparkGraphConfig extends GraphConfig
ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractSparkGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.lang.Integer |
getNumSparkEdgeWorkers() |
abstract java.lang.Integer |
getNumSparkNodeWorkers() |
int |
hashCode() |
java.lang.Boolean |
isEdgeLabel()
Checks if this graph configuration has the edge label.
|
getDateFormat, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgeProps, getErrorHandling, getFormat, getLoading, getName, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getVertexIdType, getVertexProps, hasEdgeLabel, hasVertexLabels, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabels, numEdgeProperties, numNodePropertiesgetValueFromEnvironment, parseString, setSerializablepublic boolean equals(java.lang.Object obj)
equals in class GraphConfigpublic abstract java.lang.Integer getNumSparkEdgeWorkers()
public abstract java.lang.Integer getNumSparkNodeWorkers()
public int hashCode()
hashCode in class GraphConfigpublic java.lang.Boolean isEdgeLabel()
GraphConfigisEdgeLabel in class GraphConfigtrue if this graph configuration has the edge label.Copyright © 2016 Oracle Corp. All Rights Reserved.