Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.mapping |
Modifier and Type | Method and Description |
---|---|
ExecutionInfo |
PagingIterable.getExecutionInfo()
Returns information on the execution of the last query made for this result set.
|
Modifier and Type | Method and Description |
---|---|
List<ExecutionInfo> |
PagingIterable.getAllExecutionInfo()
Return the execution information for all queries made to retrieve this result set.
|
Modifier and Type | Method and Description |
---|---|
ExecutionInfo |
Result.getExecutionInfo() |
Modifier and Type | Method and Description |
---|---|
List<ExecutionInfo> |
Result.getAllExecutionInfo() |
Copyright © 2012–2023. All rights reserved.