Index
All Classes and Interfaces|All Packages
A
- attachContextToTask(Context, VirtualField<T, PropagatedContext>, T) - Static method in class io.opentelemetry.javaagent.bootstrap.executors.ExecutorAdviceHelper
-
Associate
contextwith passedtaskusingvirtualField.
C
- cleanPropagatedContext(VirtualField<T, PropagatedContext>, T) - Static method in class io.opentelemetry.javaagent.bootstrap.executors.ExecutorAdviceHelper
-
Clean context attached to the given task.
- cleanUpAfterSubmit(PropagatedContext, Throwable) - Static method in class io.opentelemetry.javaagent.bootstrap.executors.ExecutorAdviceHelper
-
Clean up
propagatedContextin case of any submission errors.
E
- ExecutorAdviceHelper - Class in io.opentelemetry.javaagent.bootstrap.executors
-
Advice helper methods for concurrent executor (e.g.
I
- io.opentelemetry.javaagent.bootstrap.executors - package io.opentelemetry.javaagent.bootstrap.executors
M
- makePropagatedContextCurrent(VirtualField<T, PropagatedContext>, T) - Static method in class io.opentelemetry.javaagent.bootstrap.executors.TaskAdviceHelper
-
Make the
PropagatedContextassociated with thistaskcurrent and return the resulting scope.
P
- PropagatedContext - Class in io.opentelemetry.javaagent.bootstrap.executors
-
Represents a
Contextattached to a concurrent task instance.
S
- shouldPropagateContext(Context, Object) - Static method in class io.opentelemetry.javaagent.bootstrap.executors.ExecutorAdviceHelper
-
Check if
contextshould be propagated to the passedtask.
T
- TaskAdviceHelper - Class in io.opentelemetry.javaagent.bootstrap.executors
-
Advice helper methods for concurrent task (e.g.
All Classes and Interfaces|All Packages