public final class TwoTablesTextGraphConfigBuilder extends AbstractFileGraphConfigBuilder<TwoTablesTextGraphConfigBuilder,TwoTablesTextGraphConfig>
| Constructor and Description |
|---|
TwoTablesTextGraphConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TwoTablesTextGraphConfigBuilder |
copyFrom(TwoTablesTextGraphConfig graphConfig)
Sets this builder with all the values of the given graph config.
|
TwoTablesTextGraphConfigBuilder |
setDatastore(TwoTablesDatastore datastore)
Sets the datastore.
|
addEdgeUri, addUri, addVertexUri, detectGzip, hasHeader, setEdgeDestinationColumn, setEdgeIdColumn, setEdgeLabelColumn, setEdgeSourceColumn, setEdgeUris, setEdgeUris, setFormat, setSeparator, setStoringOptions, setUri, setUris, setUris, setVectorComponentDelimiter, setVertexIdColumn, setVertexLabelsColumn, setVertexUris, setVertexUrisaddAttribute, addEdgeProperty, addEdgeProperty, addEdgeProperty, addEdgeStringProperty, addEdgeStringProperty, addEdgeVectorProperty, addEdgeVectorProperty, addEdgeVectorProperty, addNodeProperty, addNodeProperty, addVertexProperty, addVertexProperty, addVertexProperty, addVertexStringProperty, addVertexStringProperty, addVertexVectorProperty, addVertexVectorProperty, addVertexVectorProperty, build, clearEdgeProperties, clearVertexProperties, copyBaseFrom, enableEdgeIdDuplicateCheck, enableVertexIdDuplicateCheck, redactPassword, removeEdgeProperty, removeVertexProperty, setArrayCompactionThreshold, setAutoRefresh, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateLabelHistogram, setCreateVertexIdIndex, setCreateVertexIdMapping, setEdgeIdStrategy, setEdgeIdType, setErrorHandlingOnDuplicateEntityId, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnParsingIssue, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setErrorHandlingOnVectorLengthMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setKeystoreAlias, setLabelValueDelimiter, setLoadEdgeLabel, setLoadingProgressReportingFrequency, setLoadVertexLabels, setLocalDateFormat, setOptimizedFor, setPartitionDiscardDefaultValues, setPartitionWhileLoading, setPassword, setPropertyValueDelimiter, setSkipEdgeLoading, setSkipVertexLoading, setSnapshotsSource, setStrictMode, setTimeFormat, setTimestampFormat, setTimestampWithTimezoneFormat, setTimeWithTimezoneFormat, setUpdateIntervalSec, setUpdatePropertiesInPlace, setUpdateThreshold, setUseVertexPropertyValueAsLabel, setVertexIdStrategy, setVertexIdType, toGraphConfigBuilderpublic TwoTablesTextGraphConfigBuilder copyFrom(TwoTablesTextGraphConfig graphConfig)
AbstractGraphConfigBuildercopyFrom in class AbstractFileGraphConfigBuilder<TwoTablesTextGraphConfigBuilder,TwoTablesTextGraphConfig>graphConfig - the graph configuration from which to copy the valuespublic TwoTablesTextGraphConfigBuilder setDatastore(TwoTablesDatastore datastore)
datastore - the datastore