Uses of Enum Class
io.nosqlbench.nb.api.components.core.NBInvokableState
Packages that use NBInvokableState
-
Uses of NBInvokableState in io.nosqlbench.nb.api.components.core
Subclasses with type arguments of type NBInvokableState in io.nosqlbench.nb.api.components.coreModifier and TypeClassDescriptionenumerrored_at > 0 -> ERROR started_at == 0 -> STARTING <p> <p> <p> started_at > closed_at STARTING closed_at > started_at RUNNING teardown_at > closed_at STOPPING teardown_at STOPPED stopped_atFields in io.nosqlbench.nb.api.components.core declared as NBInvokableStateMethods in io.nosqlbench.nb.api.components.core that return NBInvokableStateModifier and TypeMethodDescriptionNBBaseComponent.getComponentState()NBComponentTimeline.getComponentState()static NBInvokableStateReturns the enum constant of this class with the specified name.static NBInvokableState[]NBInvokableState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NBInvokableState in io.nosqlbench.nb.api.components.status
Methods in io.nosqlbench.nb.api.components.status that return NBInvokableStateModifier and TypeMethodDescriptionStatus.state()Returns the value of thestaterecord component.Constructors in io.nosqlbench.nb.api.components.status with parameters of type NBInvokableStateModifierConstructorDescriptionStatus(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.