Index

A C E I M P S T 
All Classes and Interfaces|All Packages

A

attachContextToTask(Context, VirtualField<T, PropagatedContext>, T) - Static method in class io.opentelemetry.javaagent.bootstrap.executors.ExecutorAdviceHelper
Associate context with passed task using virtualField.

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 propagatedContext in 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 PropagatedContext associated with this task current and return the resulting scope.

P

PropagatedContext - Class in io.opentelemetry.javaagent.bootstrap.executors
Represents a Context attached to a concurrent task instance.

S

shouldPropagateContext(Context, Object) - Static method in class io.opentelemetry.javaagent.bootstrap.executors.ExecutorAdviceHelper
Check if context should be propagated to the passed task.

T

TaskAdviceHelper - Class in io.opentelemetry.javaagent.bootstrap.executors
Advice helper methods for concurrent task (e.g.
A C E I M P S T 
All Classes and Interfaces|All Packages