Direct Known Subclasses:
ProfileTest.Traversals

public abstract class ProfileTest extends AbstractGremlinProcessTest
Author:
Bob Briody (http://bobbriody.com), Marko A. Rodriguez (http://markorodriguez.com)
  • Constructor Details

    • ProfileTest

      public ProfileTest()
  • Method Details

    • get_g_V_out_out_profile

      public abstract Traversal<Vertex,TraversalMetrics> get_g_V_out_out_profile()
    • get_g_V_repeatXbothX_timesX3X_profile

      public abstract Traversal<Vertex,TraversalMetrics> 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

      public abstract Traversal<Vertex,Vertex> get_g_V_out_out_profileXmetricsX()
    • get_g_V_repeatXbothX_timesX3X_profileXmetricsX

      public abstract Traversal<Vertex,Vertex> get_g_V_repeatXbothX_timesX3X_profileXmetricsX()
    • get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX

      public abstract Traversal<Vertex,Vertex> get_g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX()
    • get_g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX

      public abstract Traversal<Vertex,String> get_g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX()
    • get_g_V_matchXa_created_b__b_in_count_isXeqX1XXX_selectXa_bX_profileXmetricsX

      public abstract Traversal<Vertex,Map<String,String>> 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

      public abstract Traversal<Vertex,TraversalMetrics> get_g_V_groupXmX_profile()
    • afterLoadGraphWith

      protected void afterLoadGraphWith(Graph graph) throws Exception
      Overrides:
      afterLoadGraphWith in class AbstractGremlinTest
      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()