Uses of Class
io.opencensus.tags.propagation.TagContextDeserializationException
Packages that use TagContextDeserializationException
Package
Description
API for associating tags with scoped operations.
-
Uses of TagContextDeserializationException in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that throw TagContextDeserializationExceptionModifier and TypeMethodDescriptionprivate static final TagKey
BinarySerializationUtils.createTagKey
(String name) private static final TagValue
BinarySerializationUtils.createTagValue
(TagKey key, String value) (package private) static TagMapImpl
BinarySerializationUtils.deserializeBinary
(byte[] bytes) <C> TagContext
CorrelationContextFormat.extract
(C carrier, TagContextTextFormat.Getter<C> getter) TagContextBinarySerializerImpl.fromByteArray
(byte[] bytes) private static Map
<TagKey, TagValueWithMetadata> BinarySerializationUtils.parseTags
(ByteBuffer buffer) -
Uses of TagContextDeserializationException in io.opencensus.tags
Methods in io.opencensus.tags that throw TagContextDeserializationExceptionModifier and TypeMethodDescription<C> TagContext
NoopTags.NoopTagContextTextFormat.extract
(C carrier, TagContextTextFormat.Getter<C> getter) -
Uses of TagContextDeserializationException in io.opencensus.tags.propagation
Methods in io.opencensus.tags.propagation that throw TagContextDeserializationExceptionModifier and TypeMethodDescriptionabstract <C> TagContext
TagContextTextFormat.extract
(C carrier, TagContextTextFormat.Getter<C> getter) Extracts the tag context from upstream.abstract TagContext
TagContextBinarySerializer.fromByteArray
(byte[] bytes) Creates aTagContext
from the given on-the-wire encoded representation.