Uses of Class
zipkin2.proto3.Annotation
-
Packages that use Annotation Package Description zipkin2.proto3 -
-
Uses of Annotation in zipkin2.proto3
Fields in zipkin2.proto3 with type parameters of type Annotation Modifier and Type Field Description static com.squareup.wire.ProtoAdapter<Annotation>Annotation. ADAPTERjava.util.List<Annotation>Span. annotationsAssociates events that explain latency with the time they happened.java.util.List<Annotation>Span.Builder. annotationsMethods in zipkin2.proto3 that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()Method parameters in zipkin2.proto3 with type arguments of type Annotation Modifier and Type Method Description Span.BuilderSpan.Builder. annotations(java.util.List<Annotation> annotations)Associates events that explain latency with the time they happened.Constructor parameters in zipkin2.proto3 with type arguments of type Annotation Constructor Description Span(okio.ByteString trace_id, okio.ByteString parent_id, okio.ByteString id, Span.Kind kind, java.lang.String name, java.lang.Long timestamp, java.lang.Long duration, Endpoint local_endpoint, Endpoint remote_endpoint, java.util.List<Annotation> annotations, java.util.Map<java.lang.String,java.lang.String> tags, java.lang.Boolean debug, java.lang.Boolean shared)Span(okio.ByteString trace_id, okio.ByteString parent_id, okio.ByteString id, Span.Kind kind, java.lang.String name, java.lang.Long timestamp, java.lang.Long duration, Endpoint local_endpoint, Endpoint remote_endpoint, java.util.List<Annotation> annotations, java.util.Map<java.lang.String,java.lang.String> tags, java.lang.Boolean debug, java.lang.Boolean shared, okio.ByteString unknownFields)
-