Uses of Record Class
io.nosqlbench.nb.api.components.status.Status
Packages that use Status
-
Uses of Status in io.nosqlbench.nb.api.components.status
Methods in io.nosqlbench.nb.api.components.status that return StatusModifier and TypeMethodDescriptionNBStatusComponent.status()Status.withHeartbeatDetails(long new_heartbeat_interval_ms, long new_heartbeat_ms_epoch) Methods in io.nosqlbench.nb.api.components.status that return types with arguments of type StatusModifier and TypeMethodDescriptionStatus.substatus()Returns the value of thesubstatusrecord component.Constructor parameters in io.nosqlbench.nb.api.components.status with type arguments of type StatusModifierConstructorDescriptionStatus(NBLabels labels, NBInvokableState state, long started_epoch_ms, long session_time_ms, long heartbeat_interval_ms, long heartbeat_epoch_ms, List<Status> substatus) Creates an instance of aStatusrecord class.