Uses of Annotation Type
io.opencensus.common.Internal
Packages that use Internal
Package
Description
Common API between different packages in this artifact.
API for associating tags with scoped operations.
API for distributed tracing.
Packages with annotations of type Internal
Package
Description
Interfaces and implementations that are internal to OpenCensus.
-
Uses of Internal in io.opencensus.common
Classes in io.opencensus.common with annotations of type InternalModifier and TypeClassDescription@interface
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.@interface
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 InternalModifier and TypeClassDescriptionclass
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 -
Uses of Internal in io.opencensus.trace
Methods in io.opencensus.trace with annotations of type InternalModifier and TypeMethodDescriptionlong
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 InternalModifier and TypeClassDescriptionfinal class
Helper class to convert/cast between forMessageEvent
andNetworkEvent
.