Package zipkin2.v1

Class V1Annotation

    • Method Detail

      • create

        public static V1Annotation create​(long timestamp,
                                          java.lang.String value,
                                          @Nullable
                                          Endpoint endpoint)
        Deprecated.
      • endpoint

        @Nullable
        public Endpoint endpoint()
        Deprecated.
        The host that reported this annotation or null if unknown.

        In v2 format, this is analogous to Span.localEndpoint().

      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object