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<K,V,P extends PropagationFields<K,V>>Subclasses of PropagationFields in brave.internal Modifier and Type Class Description classMapPropagationFields<K,V>Copy-on-write keeps propagation changes in a child context from affecting its parent.classPredefinedPropagationFieldsCopy-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 <K,V>
VPropagationFields. get(TraceContext context, K key, java.lang.Class<? extends PropagationFields<K,V>> type)Returns the value of the field with the specified key or null if not availablestatic <K,V>
voidPropagationFields. put(TraceContext context, K key, V value, java.lang.Class<? extends PropagationFields<K,V>> type)Replaces the value of the field with the specified key, ignoring if not a permitted field
-