Uses of Enum Class
io.nosqlbench.adapters.api.scheduling.TimeoutPredicate.Status
Packages that use TimeoutPredicate.Status
-
Uses of TimeoutPredicate.Status in io.nosqlbench.adapters.api.scheduling
Subclasses with type arguments of type TimeoutPredicate.Status in io.nosqlbench.adapters.api.schedulingMethods in io.nosqlbench.adapters.api.scheduling that return TimeoutPredicate.StatusModifier and TypeMethodDescriptionTimeoutPredicate.Result.status()Returns the value of thestatusrecord component.static TimeoutPredicate.StatusReturns the enum constant of this class with the specified name.static TimeoutPredicate.Status[]TimeoutPredicate.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.adapters.api.scheduling with parameters of type TimeoutPredicate.StatusModifierConstructorDescriptionResult(T value, TimeoutPredicate.Status status, long duration_ns, long timeout_ns, RuntimeException exception) Creates an instance of aResultrecord class.