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, numNodeProperties
getValueFromEnvironment, parseString, setSerializable
public boolean equals(java.lang.Object obj)
equals
in class GraphConfig
public abstract java.lang.Integer getNumSparkEdgeWorkers()
public abstract java.lang.Integer getNumSparkNodeWorkers()
public int hashCode()
hashCode
in class GraphConfig
public java.lang.Boolean isEdgeLabel()
GraphConfig
isEdgeLabel
in class GraphConfig
true
if this graph configuration has the edge label.Copyright © 2016 Oracle Corp. All Rights Reserved.