Uses of Class
zipkin2.v1.V1Annotation
-
Packages that use V1Annotation Package Description zipkin2.v1 -
-
Uses of V1Annotation in zipkin2.v1
Methods in zipkin2.v1 that return V1Annotation Modifier and Type Method Description static V1AnnotationV1Annotation. create(long timestamp, String value, Endpoint endpoint)Deprecated.Methods in zipkin2.v1 that return types with arguments of type V1Annotation Modifier and Type Method Description List<V1Annotation>V1Span. annotations()Deprecated.Same asSpan.annotations(), except each may be associated withSpan.localEndpoint()Methods in zipkin2.v1 with parameters of type V1Annotation Modifier and Type Method Description intV1Annotation. compareTo(V1Annotation that)Deprecated.Compares bytimestamp(), thenvalue().
-