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