Uses of Class
zipkin2.collector.scribe.generated.Scribe.Log_result
-
Packages that use Scribe.Log_result Package Description zipkin2.collector.scribe.generated -
-
Uses of Scribe.Log_result in zipkin2.collector.scribe.generated
Methods in zipkin2.collector.scribe.generated that return Scribe.Log_result Modifier and Type Method Description Scribe.Log_result
Scribe.Log_result. deepCopy()
Scribe.Log_result
Scribe.Processor.Log. getResult(I iface, Scribe.Log_args args)
Scribe.Log_result
Scribe.Log_result. setSuccess(ResultCode success)
Methods in zipkin2.collector.scribe.generated with parameters of type Scribe.Log_result Modifier and Type Method Description int
Scribe.Log_result. compareTo(Scribe.Log_result other)
boolean
Scribe.Log_result. equals(Scribe.Log_result that)
Constructors in zipkin2.collector.scribe.generated with parameters of type Scribe.Log_result Constructor Description Log_result(Scribe.Log_result other)
Performs a deep copy on other.
-