Class ProfilingApplication
java.lang.Object
org.apache.tinkerpop.gremlin.driver.util.ProfilingApplication
An internal application used to test out configuration parameters for Gremlin Driver.
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProfilingApplication(String executionName, Cluster cluster, int requests, ExecutorService executor, String script, int tooSlowThreshold, boolean exercise, boolean suppressStackTraces) -
Method Summary
Modifier and TypeMethodDescriptiondoublelongstatic void
-
Constructor Details
-
ProfilingApplication
public ProfilingApplication(String executionName, Cluster cluster, int requests, ExecutorService executor, String script, int tooSlowThreshold, boolean exercise, boolean suppressStackTraces)
-
-
Method Details