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, hasHeader, setEdgeUris, setEdgeUris, setFormat, setSeparator, setUri, setUris, setUris, setVertexUris, setVertexUrisaddAttribute, addEdgeProperty, addEdgeProperty, addNodeProperty, addNodeProperty, addVertexProperty, addVertexProperty, build, clearEdgeProperties, clearVertexProperties, copyBaseFrom, removeEdgeProperty, removeVertexProperty, setAutoRefresh, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateVertexIdIndex, setCreateVertexIdMapping, setDateFormat, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setLabelValueDelimiter, setLoadEdgeLabel, setLoadVertexLabels, setLocalDateFormat, setPropertyValueDelimiter, setSkipEdgeLoading, setSkipVertexLoading, setStrictMode, setTimeFormat, setTimestampFormat, setTimestampWithTimezoneFormat, setTimeWithTimezoneFormat, setUpdateIntervalSec, setUpdateThreshold, setUseVertexPropertyValueAsLabel, setVertexIdTypepublic 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 datastoreCopyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.