public abstract class AbstractFileEntityProviderConfig extends EntityProviderConfig
ENV_SEPARATOR, ENV_VARIABLE_PREFIX, SYSTEM_PROPERTY_PREFIX| Constructor and Description |
|---|
AbstractFileEntityProviderConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Map |
getAttributes()
Get the file-system specific additional attributes needed to read/write the table data
|
abstract java.lang.Object |
getDestinationColumn()
name or index (starting from 1) of column corresponding to edge destination (for CSV format only)
|
abstract java.lang.Object |
getKeyColumn()
name or index (starting from 1) of column corresponding to keys (for CSV format only)
|
java.lang.String |
getName()
Get the graph name of this graph configuration.
|
abstract java.lang.String |
getSeparator()
Get the separator of this table configuration
|
abstract java.lang.Object |
getSourceColumn()
name or index (starting from 1) of column corresponding to edge source (for CSV format only)
|
FileGraphStoringConfig |
getStoringOptions()
Get the storing configuration
|
abstract java.util.List<java.lang.String> |
getUris()
Get the unified resource identifiers for the files with the table 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.
|
FileEntityProviderConfigBuilder |
toEntityProviderConfigBuilder() |
equals, getDestinationVertexKeyType, getDestinationVertexProvider, getKeyType, getLabel, getLoading, getPropertyDefault, getPropertyDimension, getPropertyName, getPropertyType, getProps, getSourceVertexKeyType, getSourceVertexProvider, hasKeys, isKeyMappingEnabled, isLabelLoadingEnabled, numProperties, supportsPropertyColumn, supportsPropertyColumn, supportsVectorProperties, supportsVectorPropertiesgetDefault, getValueFromEnvironment, getValueFromEnvironment, parseString, setSerializablegetClass, notify, notifyAll, toString, wait, wait, waitcreateLocalDateFormat, createTimeFormat, createTimestampFormat, createTimestampWithTimezoneFormat, createTimeWithTimezoneFormat, getErrorHandling, getFormat, getKeystoreAlias, getLocalDateFormat, getTimeFormat, getTimestampFormat, getTimestampWithTimezoneFormat, getTimeWithTimezoneFormat, getVectorComponentDelimiterpublic abstract java.util.Map getAttributes()
public abstract java.lang.Object getDestinationColumn()
public abstract java.lang.Object getKeyColumn()
public java.lang.String getName()
CommonLoadableConfigpublic abstract java.lang.String getSeparator()
public abstract java.lang.Object getSourceColumn()
public FileGraphStoringConfig getStoringOptions()
public abstract java.util.List<java.lang.String> getUris()
public int hashCode()
hashCode in class EntityProviderConfigpublic abstract java.lang.Boolean isDetectGzip()
public abstract java.lang.Boolean isHeader()
public FileEntityProviderConfigBuilder toEntityProviderConfigBuilder()
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.