com.emc.mongoose.scenario.step.ConfigurableStep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-scenario Show documentation
Show all versions of mongoose-scenario Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.scenario.step;
import com.emc.mongoose.scenario.ScenarioParseException;
import java.util.Map;
public interface ConfigurableStep
extends Step {
/**
Configures the scenario step
@param stepConfig a dictionary of the configuration values to override the inherited config
@return new step with the applied config values
*/
Step config(final Map stepConfig)
throws ScenarioParseException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy