public abstract class ProfileTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
ProfileTest.MockStep
ProfileStrategy callback test.
|
static class |
ProfileTest.Traversals
Traversals
|
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
ProfileTest() |
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_out_out_profile()
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_repeatXbothX_timesX3X_profile()
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile()
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_whereXinXcreatedX_count_isX1XX_name_profile()
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profile()
public abstract Traversal<Vertex,Vertex> get_g_V_out_out_profileXmetricsX()
public abstract Traversal<Vertex,Vertex> get_g_V_repeatXbothX_timesX3X_profileXmetricsX()
public abstract Traversal<Vertex,Vertex> get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX()
public abstract Traversal<Vertex,String> get_g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX()
public abstract Traversal<Vertex,Map<String,String>> get_g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profileXmetricsX()
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_hasLabelXpersonX_pageRank_withXpropertyName_rankX_withXedges_bothEX_rank_profile()
public abstract Traversal<Vertex,TraversalMetrics> get_g_V_groupXmX_profile()
protected void afterLoadGraphWith(Graph graph) throws Exception
afterLoadGraphWith
in class AbstractGremlinTest
Exception
public void modern_V_out_out_profile()
public void modern_V_out_out_profileXmetricsX()
public void grateful_V_out_out_profile()
public void grateful_V_out_out_profileXmetricsX()
public void g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile()
public void g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX()
public void g_V_repeat_both_profile()
public void g_V_repeat_both_profileXmetricsX()
public void g_V_whereXinXcreatedX_count_isX1XX_name_profile()
public void g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX()
public void testProfileStrategyCallback()
public void testProfileStrategyCallbackSideEffect()
public void 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_profileXmetricsX()
public void g_V_hasLabelXpersonX_pageRank_withXpropertyName_rankX_withXedges_bothEX_rank_profile()
public void g_V_groupXmX_profile()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.