public class WriteTimeout extends Error
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteTimeout.SubCodec |
Error.Codec, Error.SingleMessageSubCodec| Modifier and Type | Field and Description |
|---|---|
int |
blockFor
The number of replicas whose acknowledgment is required to achieve
consistencyLevel. |
int |
consistencyLevel
The consistency level of the query that triggered the exception.
|
int |
received
The number of nodes having acknowledged the request.
|
String |
writeType
The type of the write that timed out.
|
isResponse, opcode| Constructor and Description |
|---|
WriteTimeout(String message,
int consistencyLevel,
int received,
int blockFor,
String writeType) |
public final int consistencyLevel
public final int received
public final int blockFor
consistencyLevel.public final String writeType
Copyright © 2017–2019. All rights reserved.