Class DbIncubatingAttributes.DbCassandraConsistencyLevelIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.DbIncubatingAttributes.DbCassandraConsistencyLevelIncubatingValues
- Enclosing class:
- DbIncubatingAttributes
@Deprecated
public static final class DbIncubatingAttributes.DbCassandraConsistencyLevelIncubatingValues
extends Object
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.all.static final StringDeprecated.any.static final StringDeprecated.each_quorum.static final StringDeprecated.local_one.static final StringDeprecated.local_quorum.static final StringDeprecated.local_serial.static final StringDeprecated.one.static final StringDeprecated.quorum.static final StringDeprecated.serial.static final StringDeprecated.three.static final StringDeprecated.two. -
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:
-
cassandra.consistency.level.