Package | Description |
---|---|
com.datastax.dse.driver.api.core | |
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.internal.core.graph | |
com.datastax.dse.driver.internal.core.session |
Modifier and Type | Method and Description |
---|---|
protected DseSession |
DseSessionBuilder.wrap(com.datastax.oss.driver.api.core.CqlSession defaultSession) |
Modifier and Type | Method and Description |
---|---|
static DseGraphRemoteConnectionBuilder |
DseGraph.remoteConnectionBuilder(DseSession dseSession)
Returns a builder helper class to help create
RemoteConnection implementations that seamlessly
connect to DSE Graph using the DseSession in parameter. |
Constructor and Description |
---|
DefaultDseRemoteConnectionBuilder(DseSession dseSession) |
DseGraphRemoteConnection(DseSession dseSession,
com.datastax.oss.driver.api.core.config.DriverExecutionProfile executionProfile,
String executionProfileName) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDseSession
Implementation note: metadata methods perform unchecked casts, relying on the fact that the
metadata manager returns the appropriate runtime type.
|
Copyright © 2017–2019. All rights reserved.