All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.nosqlbench.driver.webdriver.WebDriverCmdState Maven / Gradle / Ivy

package io.nosqlbench.driver.webdriver;

public class WebDriverCmdState {

    private final WebDriverAction action;
    private final long cycle;

    public WebDriverCmdState(WebDriverAction action, long cycle) {

        this.action = action;
        this.cycle = cycle;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy