ExecutionInfo Properties |
The ExecutionInfo type exposes the following members.
Name | Description | |
---|---|---|
AchievedConsistency |
Gets the final achieved consistency
| |
IncomingPayload |
Returns the incoming custom payload set by the server with its response, or null if the server have not include any custom payload.
This feature is only available for Cassandra 2.2 or above; with lower versions, this property always returns null. | |
QueriedHost |
Retrieves the coordinator that responded to the request
| |
QueryTrace |
Gets the trace for the query execution.
| |
TriedHosts |
Gets the list of host that were queried before getting a valid response,
being the last host the one that replied correctly.
| |
Warnings |
Returns the server-side warnings for this query.
This feature is only available for Cassandra 2.2 or above; with lower versions, this property always returns null. |