public abstract class AbstractFileGraphConfig extends GraphConfig
ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractFileGraphConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
abstract java.util.Map |
getAttributes()
Get the file-system specific additional attributes needed to read/write the graph data
|
abstract java.lang.String |
getSeparator()
Get the format of this graph configuration
|
int |
hashCode() |
abstract java.lang.Boolean |
isHeader()
Whether the file has a header.
|
getDateFormat, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgeProps, getErrorHandling, getFormat, getLoading, getName, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getVertexIdType, getVertexProps, hasEdgeLabel, hasVertexLabels, isEdgeLabel, 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.util.Map getAttributes()
public abstract java.lang.String getSeparator()
public int hashCode()
hashCode in class GraphConfigpublic abstract java.lang.Boolean isHeader()
Copyright © 2016 Oracle Corp. All Rights Reserved.