Uses of Enum Class
io.nosqlbench.nb.api.components.core.UnstartedPeriodicTaskComponent.LastReport
Packages that use UnstartedPeriodicTaskComponent.LastReport
-
Uses of UnstartedPeriodicTaskComponent.LastReport in io.nosqlbench.nb.api.components.core
Subclasses with type arguments of type UnstartedPeriodicTaskComponent.LastReport in io.nosqlbench.nb.api.components.coreMethods in io.nosqlbench.nb.api.components.core that return UnstartedPeriodicTaskComponent.LastReportModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.UnstartedPeriodicTaskComponent.LastReport.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.nb.api.components.core with parameters of type UnstartedPeriodicTaskComponent.LastReportModifierConstructorDescriptionPeriodicTaskComponent(NBComponent node, NBLabels extraLabels, long millis, String threadName, UnstartedPeriodicTaskComponent.FirstReport firstReport, UnstartedPeriodicTaskComponent.LastReport lastReport) UnstartedPeriodicTaskComponent(NBComponent node, NBLabels extraLabels, long millis, String threadName, UnstartedPeriodicTaskComponent.FirstReport firstReport, UnstartedPeriodicTaskComponent.LastReport lastReport)