org.apache.jmeter.protocol.mongodb.sampler
Class MongoScriptRunner
java.lang.Object
org.apache.jmeter.protocol.mongodb.sampler.MongoScriptRunner
public class MongoScriptRunner
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MongoScriptRunner
public MongoScriptRunner()
evaluate
public Object evaluate(com.mongodb.DB db,
String script)
throws Exception
- Evaluate a script on the database
- Parameters:
db
- database connection to usescript
- script to evaluate on the database
- Returns:
- result of evaluation on the database
- Throws:
Exception
- when evaluation on the database fails
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.