Uses of Class
org.apache.tinkerpop.gremlin.driver.util.ProfilingApplication.TestType
-
Packages that use ProfilingApplication.TestType Package Description org.apache.tinkerpop.gremlin.driver.util -
-
Uses of ProfilingApplication.TestType in org.apache.tinkerpop.gremlin.driver.util
Methods in org.apache.tinkerpop.gremlin.driver.util that return ProfilingApplication.TestType Modifier and Type Method Description static ProfilingApplication.TestTypeProfilingApplication.TestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfilingApplication.TestType[]ProfilingApplication.TestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-