Class ProfilingApplication
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.util.ProfilingApplication
-
public class ProfilingApplication extends Object
An internal application used to test out configuration parameters for Gremlin Driver.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProfilingApplication.TestType
-
Constructor Summary
Constructors Constructor Description ProfilingApplication(String executionName, Cluster cluster, int requests, ExecutorService executor, String script, int tooSlowThreshold, boolean exercise)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
executeLatency()
long
executeThroughput()
static void
main(String[] args)
-
-
-
Constructor Detail
-
ProfilingApplication
public ProfilingApplication(String executionName, Cluster cluster, int requests, ExecutorService executor, String script, int tooSlowThreshold, boolean exercise)
-
-