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, isHeadergetDateFormat, 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, numNodePropertiesgetValueFromEnvironment, parseString, setSerializablepublic boolean equals(java.lang.Object obj)
equals in class AbstractFileGraphConfigpublic abstract java.util.List<java.lang.String> getEdgeUriList()
public java.lang.String getName()
GraphConfiggetName in class GraphConfigpublic abstract java.util.List<java.lang.String> getVertexUriList()
public int hashCode()
hashCode in class AbstractFileGraphConfigpublic java.lang.Boolean isEdgeLabel()
GraphConfigisEdgeLabel in class GraphConfigtrue if this graph configuration has the edge label.Copyright © 2016 Oracle Corp. All Rights Reserved.