Record Class DistributedTracer.SpanStatus.Ok
java.lang.Object
java.lang.Record
com.loomcache.server.observability.DistributedTracer.SpanStatus.Ok
- All Implemented Interfaces:
DistributedTracer.SpanStatus
- Enclosing interface:
DistributedTracer.SpanStatus
public static record DistributedTracer.SpanStatus.Ok()
extends Record
implements DistributedTracer.SpanStatus
Span completed successfully.
- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface DistributedTracer.SpanStatus
DistributedTracer.SpanStatus.Error, DistributedTracer.SpanStatus.Ok, DistributedTracer.SpanStatus.Timeout -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Ok
public Ok()Creates an instance of aOkrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-