Uses of Interface
io.opencensus.trace.ContextHandle
Packages that use ContextHandle
-
Uses of ContextHandle in io.opencensus.trace
Fields in io.opencensus.trace declared as ContextHandleModifier and TypeFieldDescriptionprivate final ContextHandleCurrentSpanUtils.ScopeInSpan.origContextMethods in io.opencensus.trace that return ContextHandleModifier and TypeMethodDescriptionContextHandle.attach()ContextManager.currentContext()ContextManager.withValue(ContextHandle contextHandle, Span span) Methods in io.opencensus.trace with parameters of type ContextHandleModifier and TypeMethodDescriptionvoidContextHandle.detach(ContextHandle contextHandle) ContextManager.getValue(ContextHandle contextHandle) ContextManager.withValue(ContextHandle contextHandle, Span span) -
Uses of ContextHandle in io.opencensus.trace.unsafe
Classes in io.opencensus.trace.unsafe that implement ContextHandleModifier and TypeClassDescription(package private) classContextHandleimplementation using .Methods in io.opencensus.trace.unsafe that return ContextHandleModifier and TypeMethodDescriptionContextHandleImpl.attach()static ContextHandleContextHandleUtils.currentContext()ContextManagerImpl.currentContext()static ContextHandleContextHandleUtils.withValue(ContextHandle context, Span span) Creates a newContextHandlewith the given value set.ContextManagerImpl.withValue(ContextHandle contextHandle, Span span) private static ContextHandleContextManagerImpl.wrapContext(io.grpc.Context context) Methods in io.opencensus.trace.unsafe with parameters of type ContextHandleModifier and TypeMethodDescriptionvoidContextHandleImpl.detach(ContextHandle contextHandle) static SpanContextHandleUtils.getValue(ContextHandle context) Returns the value from the specifiedContextHandle.ContextManagerImpl.getValue(ContextHandle contextHandle) static io.grpc.ContextContextHandleUtils.tryExtractGrpcContext(ContextHandle handle) Attempts to pull theContextout of an OpenCensusContextHandle.private static io.grpc.ContextContextManagerImpl.unwrapContext(ContextHandle contextHandle) static ContextHandleContextHandleUtils.withValue(ContextHandle context, Span span) Creates a newContextHandlewith the given value set.ContextManagerImpl.withValue(ContextHandle contextHandle, Span span)