Uses of Class
io.opentelemetry.sdk.trace.SdkSpan.EndState
-
Packages that use SdkSpan.EndState Package Description io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of SdkSpan.EndState in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as SdkSpan.EndState Modifier and Type Field Description private SdkSpan.EndState
SdkSpan. hasEnded
Methods in io.opentelemetry.sdk.trace that return SdkSpan.EndState Modifier and Type Method Description static SdkSpan.EndState
SdkSpan.EndState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SdkSpan.EndState[]
SdkSpan.EndState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-