this commit fully replaces Activity with StandardActivity

This commit is contained in:
Jonathan Shook
2024-12-19 14:26:43 -06:00
parent 862ea8fd3b
commit ced01b132b
58 changed files with 151 additions and 298 deletions

View File

@@ -30,7 +30,7 @@ import io.nosqlbench.nb.annotations.Service;
import java.util.function.LongFunction;
/**
* Special thanks to Justin Chu who authored the original NoSQLBench MongoDB ActivityType.
* Special thanks to Justin Chu who authored the original NoSQLBench MongoDB StandardActivityType.
*/
@Service(value = DriverAdapter.class, selector = "mongodb")
public class MongodbDriverAdapter extends BaseDriverAdapter<MongoOp<?>, MongoSpace> {