@NotThreadSafe public class DefaultDseRemoteConnectionBuilder extends Object implements DseGraphRemoteConnectionBuilder
Constructor and Description |
---|
DefaultDseRemoteConnectionBuilder(DseSession dseSession) |
Modifier and Type | Method and Description |
---|---|
org.apache.tinkerpop.gremlin.process.remote.RemoteConnection |
build()
Build the remote connection that was configured with this builder.
|
DseGraphRemoteConnectionBuilder |
withExecutionProfile(com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile)
Set a configuration profile that will be used for every traversal built using the remote
connection.
|
DseGraphRemoteConnectionBuilder |
withExecutionProfileName(String executionProfileName)
Set the name of an execution profile that will be used for every traversal using from the
remote connection.
|
public DefaultDseRemoteConnectionBuilder(DseSession dseSession)
public org.apache.tinkerpop.gremlin.process.remote.RemoteConnection build()
DseGraphRemoteConnectionBuilder
build
in interface DseGraphRemoteConnectionBuilder
public DseGraphRemoteConnectionBuilder withExecutionProfile(com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile)
DseGraphRemoteConnectionBuilder
For the list of options available for Graph requests, see the reference.conf
configuration file.
withExecutionProfile
in interface DseGraphRemoteConnectionBuilder
public DseGraphRemoteConnectionBuilder withExecutionProfileName(String executionProfileName)
DseGraphRemoteConnectionBuilder
For the list of options available for Graph requests, see the reference.conf
configuration file.
withExecutionProfileName
in interface DseGraphRemoteConnectionBuilder
Copyright © 2017–2019. All rights reserved.