Class JvmIncubatingAttributes.JvmThreadStateIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.JvmIncubatingAttributes.JvmThreadStateIncubatingValues
- Enclosing class:
- JvmIncubatingAttributes
@Deprecated
public static final class JvmIncubatingAttributes.JvmThreadStateIncubatingValues
extends Object
Deprecated.
Values for
JvmIncubatingAttributes.JVM_THREAD_STATE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.A thread that is blocked waiting for a monitor lock is in this state.static final StringDeprecated.A thread that has not yet started is in this state.static final StringDeprecated.A thread executing in the Java virtual machine is in this state.static final StringDeprecated.A thread that has exited is in this state.static final StringDeprecated.A thread that is waiting for another thread to perform an action for up to a specified waiting time is in this state.static final StringDeprecated.A thread that is waiting indefinitely for another thread to perform a particular action is in this state. -
Method Summary
-
Field Details
-
NEW
Deprecated.A thread that has not yet started is in this state.- See Also:
-
RUNNABLE
Deprecated.A thread executing in the Java virtual machine is in this state.- See Also:
-
BLOCKED
Deprecated.A thread that is blocked waiting for a monitor lock is in this state.- See Also:
-
WAITING
Deprecated.A thread that is waiting indefinitely for another thread to perform a particular action is in this state.- See Also:
-
TIMED_WAITING
Deprecated.A thread that is waiting for another thread to perform an action for up to a specified waiting time is in this state.- See Also:
-
TERMINATED
Deprecated.A thread that has exited is in this state.- See Also:
-
JvmAttributes.JvmThreadStateValues.