Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph |
Modifier and Type | Method and Description |
---|---|
static DseGraphRemoteConnectionBuilder |
DseGraph.remoteConnectionBuilder(CqlSession dseSession)
Returns a builder helper class to help create
RemoteConnection implementations that seamlessly
connect to DSE Graph using the CqlSession in parameter. |
DseGraphRemoteConnectionBuilder |
DseGraphRemoteConnectionBuilder.withExecutionProfile(DriverExecutionProfile executionProfile)
Set a configuration profile that will be used for every traversal built using the remote
connection.
|
DseGraphRemoteConnectionBuilder |
DseGraphRemoteConnectionBuilder.withExecutionProfileName(String executionProfileName)
Set the name of an execution profile that will be used for every traversal using from the
remote connection.
|
Copyright © 2017–2023. All rights reserved.