com.emc.mongoose.scenario.step.Step 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 java.io.Closeable;
/**
A runnable step configuration container. The collected configuration is applied upon invocation.
*/
public interface Step
extends Closeable, Runnable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy