| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| com.datastax.driver.dse.graph |
| 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 |
GraphResultSet.getExecutionInfo()
Returns information on the execution of the last query made for this result set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionInfo> |
GraphResultSet.getAllExecutionInfo()
Returns the execution information for all queries made to retrieve this result set.
|