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 |
ResultSet.getExecutionInfo()
Returns information on the execution of the last query made for this ResultSet.
|
Modifier and Type | Method and Description |
---|---|
List<ExecutionInfo> |
ResultSet.getAllExecutionInfo()
Return the execution information for all queries made to retrieve this
ResultSet.
|
Modifier and Type | Method and Description |
---|---|
ExecutionInfo |
Result.getExecutionInfo()
Returns information on the execution of this query.
|