| Package | Description |
|---|---|
| com.datastax.dse.driver.api.core | |
| com.datastax.dse.driver.api.core.graph | |
| com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
| com.datastax.oss.driver.api.core.session | |
| com.datastax.oss.driver.api.mapper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DseSession
Deprecated.
All DSE functionality is now available directly on
CqlSession. This type is
preserved for backward compatibility, but you should now use CqlSession instead. |
| Modifier and Type | Method and Description |
|---|---|
protected DseSession |
DseSessionBuilder.wrap(CqlSession defaultSession)
Deprecated.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected CqlSession |
CqlSessionBuilder.wrap(CqlSession defaultSession) |
| Modifier and Type | Method and Description |
|---|---|
protected CqlSession |
CqlSessionBuilder.wrap(CqlSession defaultSession) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletionStage<CqlSession> |
SessionBuilder.buildDefaultSessionAsync() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SessionT |
SessionBuilder.wrap(CqlSession defaultSession) |
| Modifier and Type | Field and Description |
|---|---|
protected CqlSession |
MapperBuilder.session |
| Modifier and Type | Method and Description |
|---|---|
CqlSession |
MapperContext.getSession() |
| Constructor and Description |
|---|
MapperBuilder(CqlSession session) |
Copyright © 2017–2023. All rights reserved.