Package | Description |
---|---|
com.datastax.dse.driver.api.core.cql.continuous | |
com.datastax.dse.driver.api.core.cql.reactive |
Types related to CQL execution using reactive-style programming.
|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.api.core.graph.reactive | |
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.connection |
Types related to a connection to a Cassandra node.
|
com.datastax.oss.driver.api.core.servererrors |
Modifier and Type | Method and Description |
---|---|
default ExecutionInfo |
ContinuousResultSet.getExecutionInfo()
The execution information for the last query performed for this iterable.
|
ExecutionInfo |
ContinuousAsyncResultSet.getExecutionInfo()
Returns information about the execution of this page of results.
|
Modifier and Type | Method and Description |
---|---|
ExecutionInfo |
ReactiveRow.getExecutionInfo()
The execution information for the paged request that produced this result.
|
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<? extends ExecutionInfo> |
ReactiveQueryMetadata.getExecutionInfos()
Returns information about the execution of all requests that have
been performed so far to assemble this result set.
|
Modifier and Type | Method and Description |
---|---|
default ExecutionInfo |
GraphResultSet.getRequestExecutionInfo()
The execution information for the query that have been performed to assemble this result set.
|
default ExecutionInfo |
AsyncGraphResultSet.getRequestExecutionInfo()
The execution information for this page of results.
|
Modifier and Type | Method and Description |
---|---|
ExecutionInfo |
ReactiveGraphNode.getExecutionInfo()
The execution information for the paged request that produced this result.
|
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<? extends ExecutionInfo> |
ReactiveGraphResultSet.getExecutionInfos()
Returns information about the execution of all requests that have
been performed so far to assemble this result set.
|
Modifier and Type | Method and Description |
---|---|
default ExecutionInfo |
PagingIterable.getExecutionInfo()
The execution information for the last query performed for this iterable.
|
ExecutionInfo |
DriverException.getExecutionInfo()
Returns execution information about the request that led to this error.
|
ExecutionInfo |
AsyncPagingIterable.getExecutionInfo()
Returns information about the execution of this page of results.
|
Modifier and Type | Method and Description |
---|---|
List<ExecutionInfo> |
PagingIterable.getExecutionInfos()
The execution information for all the queries that have been performed so far to assemble this
iterable.
|
Modifier and Type | Method and Description |
---|---|
void |
DriverException.setExecutionInfo(ExecutionInfo executionInfo)
This is for internal use by the driver, a client application has no reason to call it.
|
Constructor and Description |
---|
AllNodesFailedException(String message,
ExecutionInfo executionInfo,
Iterable<Map.Entry<Node,List<Throwable>>> errors) |
AllNodesFailedException(String message,
ExecutionInfo executionInfo,
Map<Node,Throwable> errors)
Deprecated.
|
DriverException(String message,
ExecutionInfo executionInfo,
Throwable cause,
boolean writableStackTrace) |
Constructor and Description |
---|
HeartbeatException(SocketAddress address,
String message,
ExecutionInfo executionInfo,
Throwable cause) |
Constructor and Description |
---|
CoordinatorException(Node coordinator,
String message,
ExecutionInfo executionInfo,
boolean writableStackTrace) |
QueryConsistencyException(Node coordinator,
String message,
ConsistencyLevel consistencyLevel,
int received,
int blockFor,
ExecutionInfo executionInfo,
boolean writableStackTrace) |
QueryExecutionException(Node coordinator,
String message,
ExecutionInfo executionInfo,
boolean writableStackTrace) |
QueryValidationException(Node coordinator,
String message,
ExecutionInfo executionInfo,
boolean writableStackTrace) |
Copyright © 2017–2020. All rights reserved.