public 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, setVertexIdTypeaddAttribute, addEdgeProperty, addEdgeProperty, addEdgeProperty, addEdgeStringProperty, addEdgeStringProperty, addEdgeVectorProperty, addEdgeVectorProperty, addEdgeVectorProperty, addNodeProperty, addNodeProperty, addVertexProperty, addVertexProperty, addVertexProperty, addVertexStringProperty, addVertexStringProperty, addVertexVectorProperty, addVertexVectorProperty, addVertexVectorProperty, build, clearEdgeProperties, clearVertexProperties, copyBaseFrom, redactPassword, removeEdgeProperty, removeVertexProperty, setArrayCompactionThreshold, setAutoRefresh, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateLabelHistogram, setCreateVertexIdIndex, setCreateVertexIdMapping, setEdgeIdStrategy, setEdgeIdType, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setErrorHandlingOnVectorLengthMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setKeystoreAlias, setLabelValueDelimiter, setLoadEdgeLabel, setLoadVertexLabels, setLocalDateFormat, setOptimizedFor, setPartitionDiscardDefaultValues, setPartitionWhileLoading, setPropertyValueDelimiter, setSkipEdgeLoading, setSkipVertexLoading, setSnapshotsSource, setStrictMode, setTimeFormat, setTimestampFormat, setTimestampWithTimezoneFormat, setTimeWithTimezoneFormat, setUpdateIntervalSec, setUpdatePropertiesInPlace, setUpdateThreshold, setUseVertexPropertyValueAsLabel, setVertexIdStrategy, toGraphConfigBuilderpublic PgRdbmsGraphConfigBuilder copyFrom(PgRdbmsGraphConfig graphConfig)
AbstractGraphConfigBuildercopyFrom 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 dopCopyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.