WriteFailureException Class |
Namespace: Cassandra
public class WriteFailureException : QueryExecutionException
The WriteFailureException type exposes the following members.
Name | Description | |
---|---|---|
WriteFailureException |
Creates a new instance of WriteFailureException.
|
Name | Description | |
---|---|---|
ConsistencyLevel |
Gets the consistency level of the operation
| |
Failures |
Gets the number of nodes that experienced a failure while executing the request.
| |
ReceivedAcknowledgements |
Gets the number of replica that had acknowledged/responded to the operation
| |
RequiredAcknowledgements |
Gets the minimum number of replica acknowledgements/responses that were required to fulfill the operation.
| |
WriteType |
Gets the type of write operation that timed out.
Possible values: SIMPLE, BATCH, BATCH_LOG, UNLOGGED_BATCH and COUNTER. |