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