Uses of Class
io.opencensus.common.Internal
-
Packages that use Internal Package Description io.opencensus.common Common API between different packages in this artifact.io.opencensus.implcore.tags io.opencensus.tags API for associating tags with scoped operations.io.opencensus.trace API for distributed tracing.io.opencensus.trace.internal -
Packages with annotations of type Internal Package Description io.opencensus.internal Interfaces and implementations that are internal to OpenCensus. -
-
Uses of Internal in io.opencensus.common
Classes in io.opencensus.common with annotations of type Internal Modifier and Type Class Description interface
ExperimentalApi
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.interface
Internal
Annotates a program element (class, method, package etc) which is internal to OpenCensus, not part of the public API, and should not be used by users of the OpenCensus library. -
Uses of Internal in io.opencensus.implcore.tags
Classes in io.opencensus.implcore.tags with annotations of type Internal Modifier and Type Class Description class
TagValueWithMetadata
Internal helper class that holds a TagValue and a TagMetadata. -
Uses of Internal in io.opencensus.tags
Classes in io.opencensus.tags with annotations of type Internal Modifier and Type Class Description class
InternalUtils
Internal tagging utilities. -
Uses of Internal in io.opencensus.trace
Methods in io.opencensus.trace with annotations of type Internal Modifier and Type Method Description long
TraceId. getLowerLong()
Returns the lower 8 bytes of the trace-id as a long value, assuming little-endian order. -
Uses of Internal in io.opencensus.trace.internal
Classes in io.opencensus.trace.internal with annotations of type Internal Modifier and Type Class Description class
BaseMessageEventUtils
Helper class to convert/cast between forMessageEvent
andNetworkEvent
.
-