Class ProfileTest
java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
org.apache.tinkerpop.gremlin.process.traversal.step.map.ProfileTest
- Direct Known Subclasses:
ProfileTest.Traversals
- Author:
- Bob Briody (http://bobbriody.com), Marko A. Rodriguez (http://markorodriguez.com)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProfileStrategy callback test.static classTraversals -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterLoadGraphWith(Graph graph) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidabstract Traversal<Vertex,TraversalMetrics> abstract Traversal<Vertex,TraversalMetrics> abstract Traversal<Vertex,TraversalMetrics> abstract Traversal<Vertex,TraversalMetrics> abstract Traversal<Vertex,TraversalMetrics> abstract Traversal<Vertex,TraversalMetrics> abstract Traversal<Vertex,TraversalMetrics> voidvoidvoidvoidvoidvoidMethods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTestMethods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
-
Constructor Details
-
ProfileTest
public ProfileTest()
-
-
Method Details
-
get_g_V_out_out_profile
-
get_g_V_repeatXbothX_timesX3X_profile
-
get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile() -
get_g_V_whereXinXcreatedX_count_isX1XX_name_profile
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_whereXinXcreatedX_count_isX1XX_name_profile() -
get_g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profile
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profile() -
get_g_V_out_out_profileXmetricsX
-
get_g_V_repeatXbothX_timesX3X_profileXmetricsX
-
get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX
-
get_g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX
-
get_g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profileXmetricsX
-
get_g_V_hasLabelXpersonX_pageRank_withXpropertyName_rankX_withXedges_bothEX_rank_profile
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_hasLabelXpersonX_pageRank_withXpropertyName_rankX_withXedges_bothEX_rank_profile() -
get_g_V_groupXmX_profile
-
afterLoadGraphWith
- Overrides:
afterLoadGraphWithin classAbstractGremlinTest- Throws:
Exception
-
modern_V_out_out_profile
public void modern_V_out_out_profile() -
modern_V_out_out_profileXmetricsX
public void modern_V_out_out_profileXmetricsX() -
grateful_V_out_out_profile
public void grateful_V_out_out_profile() -
grateful_V_out_out_profileXmetricsX
public void grateful_V_out_out_profileXmetricsX() -
g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile
public void g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile() -
g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX
public void g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX() -
g_V_repeat_both_profile
public void g_V_repeat_both_profile() -
g_V_repeat_both_profileXmetricsX
public void g_V_repeat_both_profileXmetricsX() -
g_V_whereXinXcreatedX_count_isX1XX_name_profile
public void g_V_whereXinXcreatedX_count_isX1XX_name_profile() -
g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX
public void g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX() -
testProfileStrategyCallback
public void testProfileStrategyCallback() -
testProfileStrategyCallbackSideEffect
public void testProfileStrategyCallbackSideEffect() -
g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profile
public void g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profile() -
g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profileXmetricsX
public void g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profileXmetricsX() -
g_V_hasLabelXpersonX_pageRank_withXpropertyName_rankX_withXedges_bothEX_rank_profile
public void g_V_hasLabelXpersonX_pageRank_withXpropertyName_rankX_withXedges_bothEX_rank_profile() -
g_V_groupXmX_profile
public void g_V_groupXmX_profile()
-