public class PgNosqlGraphConfigBuilder extends AbstractPgGraphConfigBuilder<PgNosqlGraphConfigBuilder,PgNosqlGraphConfig>
| Constructor and Description | 
|---|
PgNosqlGraphConfigBuilder()
Instantiates a new PgNosqlGraphConfigBuilder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PgNosqlGraphConfigBuilder | 
copyFrom(PgNosqlGraphConfig graphConfig)
Sets this builder with all the values of the given graph config. 
 | 
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 
 | 
setMaxNumConnections, setName, setVertexIdTypeaddAttribute, addEdgeProperty, addEdgeProperty, addNodeProperty, addNodeProperty, addVertexProperty, addVertexProperty, build, clearEdgeProperties, clearVertexProperties, copyBaseFrom, removeEdgeProperty, removeVertexProperty, setAutoRefresh, setCreateEdgeIdIndex, setCreateEdgeIdMapping, setCreateVertexIdIndex, setCreateVertexIdMapping, setDateFormat, setErrorHandlingOnMissedPropKey, setErrorHandlingOnMissingVertex, setErrorHandlingOnPropConversion, setErrorHandlingOnTypeMismatch, setFetchIntervalSec, setFilter, setFilterStrategy, setLabelValueDelimiter, setLoadEdgeLabel, setLoadVertexLabels, setLocalDateFormat, setPropertyValueDelimiter, setSkipEdgeLoading, setSkipVertexLoading, setStrictMode, setTimeFormat, setTimestampFormat, setTimestampWithTimezoneFormat, setTimeWithTimezoneFormat, setUpdateIntervalSec, setUpdateThreshold, setUseVertexPropertyValueAsLabelpublic PgNosqlGraphConfigBuilder()
public PgNosqlGraphConfigBuilder copyFrom(PgNosqlGraphConfig graphConfig)
AbstractGraphConfigBuildercopyFrom in class AbstractPgGraphConfigBuilder<PgNosqlGraphConfigBuilder,PgNosqlGraphConfig>graphConfig - the graph configuration from which to copy the valuespublic 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, 2018 Oracle and/or its affiliates. All Rights Reserved.