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 interfaceExperimentalApiIndicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.interfaceInternalAnnotates 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 classTagValueWithMetadataInternal 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 classInternalUtilsInternal tagging utilities. -
Uses of Internal in io.opencensus.trace
Methods in io.opencensus.trace with annotations of type Internal Modifier and Type Method Description longTraceId. 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 classBaseMessageEventUtilsHelper class to convert/cast between forMessageEventandNetworkEvent.
-