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.Type
AutoValue_Link. type
Methods in io.opencensus.trace that return Link.Type Modifier and Type Method Description Link.Type
AutoValue_Link. getType()
abstract Link.Type
Link. getType()
Returns theType
.static Link.Type
Link.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 Link
Link. fromSpanContext(SpanContext context, Link.Type type)
Returns a newLink
.static Link
Link. 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)
-