Uses of Class
brave.internal.PropagationFields
-
Packages that use PropagationFields Package Description brave.internal -
-
Uses of PropagationFields in brave.internal
Classes in brave.internal with type parameters of type PropagationFields Modifier and Type Class Description classPropagationFieldsFactory<P extends PropagationFields>Subclasses of PropagationFields in brave.internal Modifier and Type Class Description classMapPropagationFieldsCopy-on-write keeps propagation changes in a child context from affecting its parentclassPredefinedPropagationFieldsCopy-on-write keeps propagation changes in a child context from affecting its parentMethods in brave.internal with parameters of type PropagationFields Modifier and Type Method Description protected voidMapPropagationFields. putAllIfAbsent(PropagationFields parent)protected voidPredefinedPropagationFields. putAllIfAbsent(PropagationFields parent)Method parameters in brave.internal with type arguments of type PropagationFields Modifier and Type Method Description static java.lang.StringPropagationFields. get(TraceContext context, java.lang.String name, java.lang.Class<? extends PropagationFields> type)Returns the value of the field with the specified key or null if not availablestatic voidPropagationFields. put(TraceContext context, java.lang.String name, java.lang.String value, java.lang.Class<? extends PropagationFields> type)Replaces the value of the field with the specified key, ignoring if not a permitted field
-