Uses of Class
io.opencensus.trace.Link.Type
-
Packages that use Link.Type Package Description io.opencensus.trace API for distributed tracing. -
-
Uses of Link.Type in io.opencensus.trace
Fields in io.opencensus.trace declared as Link.Type Modifier and Type Field Description private Link.TypeAutoValue_Link. typeMethods in io.opencensus.trace that return Link.Type Modifier and Type Method Description Link.TypeAutoValue_Link. getType()abstract Link.TypeLink. getType()Returns theType.static Link.TypeLink.Type. valueOf(java.lang.String name)Returns 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.Type Modifier and Type Method Description static LinkLink. fromSpanContext(SpanContext context, Link.Type type)Returns a newLink.static LinkLink. fromSpanContext(SpanContext context, Link.Type type, java.util.Map<java.lang.String,AttributeValue> attributes)Returns a newLink.Constructors in io.opencensus.trace with parameters of type Link.Type Constructor Description AutoValue_Link(TraceId traceId, SpanId spanId, Link.Type type, java.util.Map<java.lang.String,AttributeValue> attributes)
-