Class SemanticAttributes.DbCassandraConsistencyLevelValues
- java.lang.Object
-
- io.opentelemetry.semconv.trace.attributes.SemanticAttributes.DbCassandraConsistencyLevelValues
-
- Enclosing class:
- SemanticAttributes
public static final class SemanticAttributes.DbCassandraConsistencyLevelValues extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLall.static StringANYany.static StringEACH_QUORUMeach_quorum.static StringLOCAL_ONElocal_one.static StringLOCAL_QUORUMlocal_quorum.static StringLOCAL_SERIALlocal_serial.static StringONEone.static StringQUORUMquorum.static StringSERIALserial.static StringTHREEthree.static StringTWOtwo.
-
-
-
Field Detail
-
ALL
public static final String ALL
all.- See Also:
- Constant Field Values
-
EACH_QUORUM
public static final String EACH_QUORUM
each_quorum.- See Also:
- Constant Field Values
-
QUORUM
public static final String QUORUM
quorum.- See Also:
- Constant Field Values
-
LOCAL_QUORUM
public static final String LOCAL_QUORUM
local_quorum.- See Also:
- Constant Field Values
-
ONE
public static final String ONE
one.- See Also:
- Constant Field Values
-
TWO
public static final String TWO
two.- See Also:
- Constant Field Values
-
THREE
public static final String THREE
three.- See Also:
- Constant Field Values
-
LOCAL_ONE
public static final String LOCAL_ONE
local_one.- See Also:
- Constant Field Values
-
ANY
public static final String ANY
any.- See Also:
- Constant Field Values
-
SERIAL
public static final String SERIAL
serial.- See Also:
- Constant Field Values
-
LOCAL_SERIAL
public static final String LOCAL_SERIAL
local_serial.- See Also:
- Constant Field Values
-
-