Uses of Interface
io.opentelemetry.api.baggage.BaggageEntry
-
Packages that use BaggageEntry Package Description io.opentelemetry.api.baggage API for associating entries with scoped operations.io.opentelemetry.api.baggage.propagation Default OpenTelemetry remote baggage propagators. -
-
Uses of BaggageEntry in io.opentelemetry.api.baggage
Classes in io.opentelemetry.api.baggage that implement BaggageEntry Modifier and Type Class Description (package private) class
AutoValue_ImmutableEntry
(package private) class
ImmutableEntry
String-String key-value pair, along withImmutableEntryMetadata
.Methods in io.opentelemetry.api.baggage that return BaggageEntry Modifier and Type Method Description default BaggageEntry
Baggage. getEntry(java.lang.String entryKey)
Returns theBaggageEntry
associated with the given key.BaggageEntry
ImmutableBaggage. getEntry(java.lang.String entryKey)
Methods in io.opentelemetry.api.baggage that return types with arguments of type BaggageEntry Modifier and Type Method Description java.util.Map<java.lang.String,BaggageEntry>
Baggage. asMap()
Returns a read-only view of thisBaggage
as aMap
.Method parameters in io.opentelemetry.api.baggage with type arguments of type BaggageEntry Modifier and Type Method Description void
Baggage. forEach(java.util.function.BiConsumer<? super java.lang.String,? super BaggageEntry> consumer)
Iterates over all the entries in thisBaggage
. -
Uses of BaggageEntry in io.opentelemetry.api.baggage.propagation
Methods in io.opentelemetry.api.baggage.propagation with parameters of type BaggageEntry Modifier and Type Method Description private static boolean
W3CBaggagePropagator. baggageIsInvalid(java.lang.String key, BaggageEntry baggageEntry)
-