public final class PgRdbmsGraphConfigBuilder extends AbstractPgGraphConfigBuilder<PgRdbmsGraphConfigBuilder,PgRdbmsGraphConfig>
Constructor and Description |
---|
PgRdbmsGraphConfigBuilder() |
Modifier and Type | Method and Description |
---|---|
PgRdbmsGraphConfigBuilder |
copyFrom(PgRdbmsGraphConfig graphConfig)
Sets this builder with all the values of the given graph config.
|
PgRdbmsGraphConfigBuilder |
setDataSourceId(java.lang.String dataSource)
Sets the data source ID.
|
PgRdbmsGraphConfigBuilder |
setEdgeViewName(java.lang.String viewName)
Sets the edge view name.
|
PgRdbmsGraphConfigBuilder |
setJdbcUrl(java.lang.String url)
Sets the JDBC url.
|
PgRdbmsGraphConfigBuilder |
setLabel(java.lang.String label)
Sets the label.
|
PgRdbmsGraphConfigBuilder |
setOptions(java.lang.String options)
Sets additional options.
|
PgRdbmsGraphConfigBuilder |
setOwner(java.lang.String owner)
Sets the owner.
|
PgRdbmsGraphConfigBuilder |
setRowLabel(java.lang.String rowLabel)
Sets the row label.
|
PgRdbmsGraphConfigBuilder |
setSecurityPolicy(java.lang.String policy)
Sets the security policy.
|
PgRdbmsGraphConfigBuilder |
setUsername(java.lang.String username)
Sets the username.
|
PgRdbmsGraphConfigBuilder |
setVertexViewName(java.lang.String viewName)
Sets the vertex view name.
|
PgRdbmsGraphConfigBuilder |
setViewParallelHintDegree(java.lang.Integer dop)
Sets the parallel hint degree if loading from a view.
|
setMaxNumConnections, setName, setVertexIdType
addAttribute, 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, setKeystoreAlias, setLabelValueDelimiter, setLoadEdgeLabel, setLoadingProgressReportingFrequency, setLoadVertexLabels, setLocalDateFormat, setOptimizedFor, setPartitionDiscardDefaultValues, setPartitionWhileLoading, setPassword, setPropertyValueDelimiter, setSkipEdgeLoading, setSkipVertexLoading, setSnapshotsSource, setStrictMode, setTimeFormat, setTimestampFormat, setTimestampWithTimezoneFormat, setTimeWithTimezoneFormat, setUpdateIntervalSec, setUpdatePropertiesInPlace, setUpdateThreshold, setUseVertexPropertyValueAsLabel, setVertexIdStrategy, toGraphConfigBuilder
public PgRdbmsGraphConfigBuilder copyFrom(PgRdbmsGraphConfig graphConfig)
AbstractGraphConfigBuilder
copyFrom
in class AbstractPgGraphConfigBuilder<PgRdbmsGraphConfigBuilder,PgRdbmsGraphConfig>
graphConfig
- the graph configuration from which to copy the valuespublic PgRdbmsGraphConfigBuilder setDataSourceId(java.lang.String dataSource)
dataSource
- the data source ID.public PgRdbmsGraphConfigBuilder setEdgeViewName(java.lang.String viewName)
viewName
- name of the edge view.public PgRdbmsGraphConfigBuilder setJdbcUrl(java.lang.String url)
url
- the JDBC url.public PgRdbmsGraphConfigBuilder setLabel(java.lang.String label)
label
- the label.public PgRdbmsGraphConfigBuilder setOptions(java.lang.String options)
options
- the options.public PgRdbmsGraphConfigBuilder setOwner(java.lang.String owner)
owner
- the owner.public PgRdbmsGraphConfigBuilder setRowLabel(java.lang.String rowLabel)
rowLabel
- the row label.public PgRdbmsGraphConfigBuilder setSecurityPolicy(java.lang.String policy)
policy
- the security policy.public PgRdbmsGraphConfigBuilder setUsername(java.lang.String username)
username
- the username.public PgRdbmsGraphConfigBuilder setVertexViewName(java.lang.String viewName)
viewName
- name of the vertex view.public PgRdbmsGraphConfigBuilder setViewParallelHintDegree(java.lang.Integer dop)
dop
- the dop