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 TagKeyBinarySerializationUtils. createTagKey(java.lang.String name)private static TagValueBinarySerializationUtils. createTagValue(TagKey key, java.lang.String value)(package private) static TagMapImplBinarySerializationUtils. deserializeBinary(byte[] bytes)<C> TagContextCorrelationContextFormat. extract(C carrier, TagContextTextFormat.Getter<C> getter)TagContextTagContextBinarySerializerImpl. 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> 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 TagContextDeserializationException Modifier and Type Method Description abstract <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.
-