Uses of Interface
io.opencensus.common.NonThrowingCloseable
-
Packages that use NonThrowingCloseable Package Description io.opencensus.common Common API between different packages in this artifact.io.opencensus.implcore.internal io.opencensus.implcore.tags io.opencensus.internal Interfaces and implementations that are internal to OpenCensus.io.opencensus.trace API for distributed tracing. -
-
Uses of NonThrowingCloseable in io.opencensus.common
Subinterfaces of NonThrowingCloseable in io.opencensus.common Modifier and Type Interface Description interface
Scope
ACloseable
that represents a change to the current context over a scope of code. -
Uses of NonThrowingCloseable in io.opencensus.implcore.internal
Classes in io.opencensus.implcore.internal that implement NonThrowingCloseable Modifier and Type Class Description class
NoopScope
AScope
that does nothing when it is created or closed. -
Uses of NonThrowingCloseable in io.opencensus.implcore.tags
Classes in io.opencensus.implcore.tags that implement NonThrowingCloseable Modifier and Type Class Description private static class
CurrentTagMapUtils.WithTagMap
-
Uses of NonThrowingCloseable in io.opencensus.internal
Classes in io.opencensus.internal that implement NonThrowingCloseable Modifier and Type Class Description class
NoopScope
AScope
that does nothing when it is created or closed. -
Uses of NonThrowingCloseable in io.opencensus.trace
Classes in io.opencensus.trace that implement NonThrowingCloseable Modifier and Type Class Description private static class
CurrentSpanUtils.ScopeInSpan
-