com.emc.mongoose.base.load.step.LoadStepManagerService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-base Show documentation
Show all versions of mongoose-base Show documentation
Mongoose is a high-load storage performance testing tool
package com.emc.mongoose.base.load.step;
import com.emc.mongoose.base.svc.Service;
import com.github.akurilov.confuse.Config;
import java.rmi.RemoteException;
import java.util.List;
public interface LoadStepManagerService extends Service {
String SVC_NAME = "load/step/manager";
String getStepService(final String stepType, final Config config, final List ctxConfigs)
throws RemoteException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy