public static class ProtocolConstants.ConsistencyLevel extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL |
static int |
ANY |
static int |
EACH_QUORUM |
static int |
LOCAL_ONE |
static int |
LOCAL_QUORUM |
static int |
LOCAL_SERIAL |
static int |
ONE |
static int |
QUORUM |
static int |
SERIAL |
static int |
THREE |
static int |
TWO |
| Constructor and Description |
|---|
ConsistencyLevel() |
public static final int ANY
public static final int ONE
public static final int TWO
public static final int THREE
public static final int QUORUM
public static final int ALL
public static final int LOCAL_QUORUM
public static final int EACH_QUORUM
public static final int SERIAL
public static final int LOCAL_SERIAL
public static final int LOCAL_ONE
Copyright © 2017–2022. All rights reserved.