T - the type of Property Graph (PG) config objects this builder builds.public abstract class AbstractPgGraphConfigBuilder<T extends AbstractPgGraphConfigBuilder<T,GC>,GC extends AbstractPgGraphConfig> extends AbstractGraphConfigBuilder<T,GC>
| Constructor and Description |
|---|
AbstractPgGraphConfigBuilder()
Instantiates a new AbstractPgGraphConfigBuilder builder.
|
| Modifier and Type | Method and Description |
|---|---|
T |
addAttribute(java.lang.String key, java.lang.String value)
Sets an additional attribute.
|
T |
setMaxNumConnections(int c)
Sets the maximum number of connections.
|
T |
setName(java.lang.String name)
Sets the Property Graph (PG) name.
|
addEdgeProperty, addEdgeProperty, addNodeProperty, addNodeProperty, addVertexProperty, addVertexProperty, build, setAutoRefresh, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateVertexIdIndex, setCreateVertexIdMapping, setDateFormat, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setLabelValueDelimiter, setLoadEdgeLabel, setLoadVertexLabels, setPropertyValueDelimiter, setStrictMode, setUpdateIntervalSec, setUpdateThreshold, setUseVertexPropertyValueAsLabelpublic AbstractPgGraphConfigBuilder()
public T addAttribute(java.lang.String key, java.lang.String value)
key - the attribute keyvalue - the attribute valuepublic T setMaxNumConnections(int c)
c - the number of connectionspublic T setName(java.lang.String name)
name - the nameCopyright © 2017 Oracle Corp. All Rights Reserved.