Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.internal.core.graph |
Modifier and Type | Field and Description |
---|---|
static GenericType<GraphResultSet> |
GraphStatement.SYNC
The type returned when a graph statement is executed synchronously.
|
Modifier and Type | Method and Description |
---|---|
default GraphResultSet |
GraphSession.execute(GraphStatement<?> graphStatement)
Executes a graph statement synchronously (the calling thread blocks until the result becomes
available).
|
Modifier and Type | Class and Description |
---|---|
class |
SinglePageGraphResultSet |
Modifier and Type | Method and Description |
---|---|
GraphResultSet |
GraphRequestSyncProcessor.newFailure(RuntimeException error) |
GraphResultSet |
GraphRequestSyncProcessor.process(GraphStatement<?> request,
com.datastax.oss.driver.internal.core.session.DefaultSession session,
com.datastax.oss.driver.internal.core.context.InternalDriverContext context,
String sessionLogPrefix) |
static GraphResultSet |
GraphResultSets.toSync(AsyncGraphResultSet firstPage) |
Copyright © 2017–2019. All rights reserved.