public abstract class AbstractMultipleFileGraphConfig extends AbstractFileGraphConfig
ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX
Constructor and Description |
---|
AbstractMultipleFileGraphConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.util.List<java.lang.String> |
getEdgeUriList() |
java.lang.String |
getName()
Get the graph name of this graph configuration.
|
abstract java.util.List<java.lang.String> |
getVertexUriList() |
int |
hashCode() |
java.lang.Boolean |
isEdgeLabel()
Checks if this graph configuration has the edge label.
|
getAttributes, getSeparator, isHeader
getDateFormat, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgeProps, getErrorHandling, getFormat, getLoading, 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 AbstractFileGraphConfig
public abstract java.util.List<java.lang.String> getEdgeUriList()
public java.lang.String getName()
GraphConfig
getName
in class GraphConfig
public abstract java.util.List<java.lang.String> getVertexUriList()
public int hashCode()
hashCode
in class AbstractFileGraphConfig
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.