Uses of Interface
io.opencensus.trace.ContextHandle
-
Packages that use ContextHandle Package Description io.opencensus.trace API for distributed tracing.io.opencensus.trace.unsafe -
-
Uses of ContextHandle in io.opencensus.trace
Fields in io.opencensus.trace declared as ContextHandle Modifier and Type Field Description private ContextHandleCurrentSpanUtils.ScopeInSpan. origContextMethods in io.opencensus.trace that return ContextHandle Modifier and Type Method Description ContextHandleContextHandle. attach()ContextHandleContextManager. currentContext()ContextHandleContextManager. withValue(ContextHandle contextHandle, Span span)Methods in io.opencensus.trace with parameters of type ContextHandle Modifier and Type Method Description voidContextHandle. detach(ContextHandle contextHandle)SpanContextManager. getValue(ContextHandle contextHandle)ContextHandleContextManager. withValue(ContextHandle contextHandle, Span span) -
Uses of ContextHandle in io.opencensus.trace.unsafe
Classes in io.opencensus.trace.unsafe that implement ContextHandle Modifier and Type Class Description (package private) classContextHandleImplContextHandleimplementation using {@see io.grpc.Context}.Methods in io.opencensus.trace.unsafe that return ContextHandle Modifier and Type Method Description ContextHandleContextHandleImpl. attach()static ContextHandleContextHandleUtils. currentContext()ContextHandleContextManagerImpl. currentContext()static ContextHandleContextHandleUtils. withValue(ContextHandle context, Span span)Creates a newContextHandlewith the given value set.ContextHandleContextManagerImpl. withValue(ContextHandle contextHandle, Span span)private static ContextHandleContextManagerImpl. wrapContext(io.grpc.Context context)Methods in io.opencensus.trace.unsafe with parameters of type ContextHandle Modifier and Type Method Description voidContextHandleImpl. detach(ContextHandle contextHandle)static SpanContextHandleUtils. getValue(ContextHandle context)Returns the value from the specifiedContextHandle.SpanContextManagerImpl. 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.ContextHandleContextManagerImpl. withValue(ContextHandle contextHandle, Span span)
-