public class PgNosqlGraphConfigBuilder extends AbstractPgGraphConfigBuilder<PgNosqlGraphConfigBuilder,PgNosqlGraphConfig>
Constructor and Description |
---|
PgNosqlGraphConfigBuilder()
Instantiates a new PgNosqlGraphConfigBuilder.
|
Modifier and Type | Method and Description |
---|---|
PgNosqlGraphConfigBuilder |
setHosts(java.util.List<java.lang.String> hosts)
Sets the lists of hosts.
|
PgNosqlGraphConfigBuilder |
setPassword(java.lang.String p)
Sets the password
|
PgNosqlGraphConfigBuilder |
setRequestTimeout(long timeout, java.util.concurrent.TimeUnit unit)
Sets the request timeout.
|
PgNosqlGraphConfigBuilder |
setStoreName(java.lang.String storeName)
Sets the store name.
|
PgNosqlGraphConfigBuilder |
setTrustStoreFile(java.lang.String p)
Sets the Java truststore file
|
PgNosqlGraphConfigBuilder |
setUsername(java.lang.String u)
Sets the username
|
addAttribute, setMaxNumConnections, setName
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, setUseVertexPropertyValueAsLabel
public PgNosqlGraphConfigBuilder()
public PgNosqlGraphConfigBuilder setHosts(java.util.List<java.lang.String> hosts)
hosts
- the hostspublic PgNosqlGraphConfigBuilder setPassword(java.lang.String p)
p
- the passwordpublic PgNosqlGraphConfigBuilder setRequestTimeout(long timeout, java.util.concurrent.TimeUnit unit)
timeout
- the timeoutunit
- the time unitpublic PgNosqlGraphConfigBuilder setStoreName(java.lang.String storeName)
storeName
- the store namepublic PgNosqlGraphConfigBuilder setTrustStoreFile(java.lang.String p)
p
- the name and path to a Java truststore filepublic PgNosqlGraphConfigBuilder setUsername(java.lang.String u)
u
- the usernameCopyright © 2017 Oracle Corp. All Rights Reserved.