public abstract class AbstractFileGraphConfig extends GraphConfig
ENV_SEPARATOR, 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.List<java.lang.String> |
getEdgeUris()
Get the unified resource identifiers for the files with the graph edge data
|
java.lang.String |
getName()
Get the graph name of this graph configuration.
|
abstract java.lang.String |
getSeparator()
Get the separator of this graph configuration
|
java.lang.String |
getUri()
Get the unified resource identifier for the file with the graph data
|
java.util.List<java.lang.String> |
getUris()
Get the unified resource identifiers for the files with the graph data
|
abstract java.util.List<java.lang.String> |
getVertexUris()
Get the unified resource identifiers for the files with the graph vertex data
|
int |
hashCode() |
abstract java.lang.Boolean |
isDetectGzip()
Whether GZip file automatic detection is enabled or not.
|
abstract java.lang.Boolean |
isHeader()
Whether the file has a header.
|
createDateFormat, createLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getAttributes, getDateFormat, getEdgeIdType, getEdgePropertyDefault, getEdgePropertyDimension, getEdgePropertyName, getEdgePropertyType, getEdgePropertyTypes, getEdgeProps, getErrorHandling, getFormat, getLoading, getLoadingFilter, getLocalDateFormat, getNodeKeyType, getNodePropertyDefault, getNodePropertyDimension, getNodePropertyName, getNodePropertyType, getTimeFormat, getTimestampFormat, getTimestampWithTimezoneFormat, getTimeWithTimezoneFormat, getVertexIdType, getVertexPropertyTypes, getVertexProps, hasVerticesAndEdgesSeparatedFileFormat, hasVerticesAndEdgesSeparatedFileFormat, isEdgeLabelLoadingEnabled, isFileFormat, isFileFormat, isLoadEdgeKeys, isLoadVertexKeys, isMultipleFileFormat, isMultipleFileFormat, isSingleFileFormat, isSingleFileFormat, isVertexLabelsLoadingEnabled, numEdgeProperties, numNodeProperties, skipEdgeLoading, skipVertexLoading, supportsEdgeLabel, supportsEdgeLabel, supportsVertexLabels, supportsVertexLabels
getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializable
public boolean equals(java.lang.Object obj)
equals
in class GraphConfig
public abstract java.util.List<java.lang.String> getEdgeUris()
public java.lang.String getName()
GraphConfig
getName
in class GraphConfig
public abstract java.lang.String getSeparator()
public java.lang.String getUri()
public java.util.List<java.lang.String> getUris()
public abstract java.util.List<java.lang.String> getVertexUris()
public int hashCode()
hashCode
in class GraphConfig
public abstract java.lang.Boolean isDetectGzip()
public abstract java.lang.Boolean isHeader()
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.