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 TagKeyBinarySerializationUtils.createTagKey(String name) private static final TagValueBinarySerializationUtils.createTagValue(TagKey key, String value) (package private) static TagMapImplBinarySerializationUtils.deserializeBinary(byte[] bytes) <C> TagContextCorrelationContextFormat.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> TagContextNoopTags.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> TagContextTagContextTextFormat.extract(C carrier, TagContextTextFormat.Getter<C> getter) Extracts the tag context from upstream.abstract TagContextTagContextBinarySerializer.fromByteArray(byte[] bytes) Creates aTagContextfrom the given on-the-wire encoded representation.