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

org.vanilladb.bench.tpce.rte.TpceTxParamGenerator Maven / Gradle / Ivy

package org.vanilladb.bench.tpce.rte;

import org.vanilladb.bench.remote.SutResultSet;
import org.vanilladb.bench.rte.TxParamGenerator;

public interface TpceTxParamGenerator extends TxParamGenerator {

	void onResponseReceived(SutResultSet result);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy