Uses of Class
io.opencensus.tags.propagation.TagContextDeserializationException
-
Packages that use TagContextDeserializationException Package Description io.opencensus.implcore.tags.propagation io.opencensus.tags API for associating tags with scoped operations.io.opencensus.tags.propagation -
-
Uses of TagContextDeserializationException in io.opencensus.implcore.tags.propagation
Methods in io.opencensus.implcore.tags.propagation that throw TagContextDeserializationException Modifier and Type Method Description private static TagKey
BinarySerializationUtils. createTagKey(java.lang.String name)
private static TagValue
BinarySerializationUtils. createTagValue(TagKey key, java.lang.String value)
(package private) static TagMapImpl
BinarySerializationUtils. deserializeBinary(byte[] bytes)
<C> TagContext
CorrelationContextFormat. extract(C carrier, TagContextTextFormat.Getter<C> getter)
TagContext
TagContextBinarySerializerImpl. fromByteArray(byte[] bytes)
private static java.util.Map<TagKey,TagValueWithMetadata>
BinarySerializationUtils. parseTags(java.nio.ByteBuffer buffer)
-
Uses of TagContextDeserializationException in io.opencensus.tags
Methods in io.opencensus.tags that throw TagContextDeserializationException Modifier and Type Method Description <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 TagContextDeserializationException Modifier and Type Method Description abstract <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.
-