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@interfaceIndicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.@interfaceAnnotates 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 TypeClassDescriptionclassInternal 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 TypeMethodDescriptionlongTraceId.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 classHelper class to convert/cast between forMessageEventandNetworkEvent.