Uses of Enum
io.opencensus.trace.Link.Type
Packages that use Link.Type
-
Uses of Link.Type in io.opencensus.trace
Subclasses with type arguments of type Link.Type in io.opencensus.traceModifier and TypeClassDescriptionstatic enumThe relationship with the linkedSpanrelative to the currentSpan.Fields in io.opencensus.trace declared as Link.TypeMethods in io.opencensus.trace that return Link.TypeModifier and TypeMethodDescriptionAutoValue_Link.getType()abstract Link.TypeLink.getType()Returns theType.static Link.TypeReturns the enum constant of this type with the specified name.static Link.Type[]Link.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.trace with parameters of type Link.TypeModifier and TypeMethodDescriptionstatic LinkLink.fromSpanContext(SpanContext context, Link.Type type) Returns a newLink.static LinkLink.fromSpanContext(SpanContext context, Link.Type type, Map<String, AttributeValue> attributes) Returns a newLink.Constructors in io.opencensus.trace with parameters of type Link.TypeModifierConstructorDescription(package private)AutoValue_Link(TraceId traceId, SpanId spanId, Link.Type type, Map<String, AttributeValue> attributes)