Package | Description |
---|---|
com.datastax.oss.driver.api.core.cql |
Modifier and Type | Method and Description |
---|---|
default QueryTrace |
ExecutionInfo.getQueryTrace()
Convenience method to call
ExecutionInfo.getQueryTraceAsync() and block for the result. |
Modifier and Type | Method and Description |
---|---|
CompletionStage<QueryTrace> |
ExecutionInfo.getQueryTraceAsync()
Fetches the query trace asynchronously, if tracing was enabled for this query.
|
Copyright © 2017–2024. All rights reserved.