public class PgNosqlGraphConfigBuilder extends AbstractPgGraphConfigBuilder<PgNosqlGraphConfigBuilder,oracle.pgx.config.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, setPropertyValueDelimiter, setUseVertexPropertyValueAsLabeladdEdgeProperty, addEdgeProperty, addNodeProperty, addNodeProperty, addVertexProperty, addVertexProperty, build, hasEdgeLabel, hasVertexLabels, setAutoRefresh, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateVertexIdIndex, setCreateVertexIdMapping, setDateFormat, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setLoadEdgeLabel, setLoadVertexLabels, setStrictMode, setUpdateIntervalSec, setUpdateThresholdpublic 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 © 2016 Oracle Corp. All Rights Reserved.