Package io.opentelemetry.semconv
Class SemanticAttributes.DbCassandraConsistencyLevelValues
java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.DbCassandraConsistencyLevelValues
- Enclosing class:
- SemanticAttributes
@Deprecated
public static final class SemanticAttributes.DbCassandraConsistencyLevelValues
extends Object
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Method Summary
-
Field Details
-
ALL
Deprecated.all.- See Also:
-
EACH_QUORUM
Deprecated.each_quorum.- See Also:
-
QUORUM
Deprecated.quorum.- See Also:
-
LOCAL_QUORUM
Deprecated.local_quorum.- See Also:
-
ONE
Deprecated.one.- See Also:
-
TWO
Deprecated.two.- See Also:
-
THREE
Deprecated.three.- See Also:
-
LOCAL_ONE
Deprecated.local_one.- See Also:
-
ANY
Deprecated.any.- See Also:
-
SERIAL
Deprecated.serial.- See Also:
-
LOCAL_SERIAL
Deprecated.local_serial.- See Also:
-