Class LambdaStepTest.Traversals
java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
org.apache.tinkerpop.gremlin.process.traversal.step.LambdaStepTest
org.apache.tinkerpop.gremlin.process.traversal.step.LambdaStepTest.Traversals
- Enclosing class:
- LambdaStepTest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.LambdaStepTest
LambdaStepTest.LinkedHashMapSupplier, LambdaStepTest.Traversals -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget_g_VX1X_hasXlabel_personX_mapXmapXint_ageXX_orderXlocalX_byXvalues_descX_byXkeys_ascX(Object v1Id) get_g_VX1X_mapXnameX(Object v1Id) Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.LambdaStepTest
g_E_filterXfalseX, g_E_filterXtrueX, g_V_branchXlabel_eq_person__a_bX_optionXa__ageX_optionXb__langX_optionXb__nameX, g_V_chooseXlabel_eqXpersonX__outXknowsX__inXcreatedXX_name, g_V_filterXfalseX, g_V_filterXlang_eq_javaX, g_V_filterXname_startsWith_m_OR_name_startsWith_pX, g_V_filterXtrueX, g_V_group_byXname_substring_1X_byXconstantX1XX, g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX, g_V_hasLabelXpersonX_order_byXvalueXageX_descX_name, g_V_repeatXbothX_untilXname_eq_marko_or_loops_gt_1X_groupCount_byXnameX, g_V_valueMap_unfold_mapXkeyX, g_V_valuesXnameX_flatMapXsplitXaX, g_VX1X_filterXage_gt_30X, g_VX1X_hasXlabel_personX_mapXmapXint_ageXX_orderXlocalX_byXvalues_descX_byXkeys_ascX, g_VX1X_mapXnameX, g_VX1X_out_filterXage_gt_30X, g_VX1X_out_mapXnameX_mapXlengthX, g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path, g_VX1X_out_sideEffectXincr_cX_name, g_VX1X_out_sideEffectXX_name, g_VX1X_outE_label_mapXlengthX, g_VX1X_sideEffectXstore_aX_name, g_VX2X_filterXage_gt_30X, g_withPath_V_asXaX_out_mapXa_nameX, g_withPath_V_asXaX_out_out_mapXa_name_it_nameX, g_withSideEffectsXa__linkedhashmapX_withSideEffectXb__arraylist__addAllX_withSideEffectXc__arrayList__addAllX_V_groupXaX_byXlabelX_byXcountX_sideEffectXb__1_2_3X_out_out_out_sideEffectXc__bob_danielX_capXaX, g_withSideEffectXa__linkedhashmapX_V_out_groupCountXaX_byXlabelX_out_out_capXaX, g_withSideEffectXa_0_sumX_V_out_sideEffectXsideEffectsXa_bulkXX_capXaX, g_withSideEffectXa_0X_V_out_sideEffectXsideEffectsXa_1XX_capXaX, g_withSideEffectXk_nameX_V_order_byXvalueMap_selectXkX_unfoldX_nameMethods 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
afterLoadGraphWith, 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
-
Traversals
public Traversals()
-
-
Method Details
-
get_g_V_branchXlabel_eq_person__a_bX_optionXa__ageX_optionXb__langX_optionXb__nameX
-
get_g_V_chooseXlabel_eqXpersonX__outXknowsX__inXcreatedXX_name
- Specified by:
get_g_V_chooseXlabel_eqXpersonX__outXknowsX__inXcreatedXX_namein classLambdaStepTest
-
get_g_V_repeatXbothX_untilXname_eq_marko_or_loops_gt_1X_groupCount_byXnameX
public Traversal<Vertex,Map<String, get_g_V_repeatXbothX_untilXname_eq_marko_or_loops_gt_1X_groupCount_byXnameX()Long>> - Specified by:
get_g_V_repeatXbothX_untilXname_eq_marko_or_loops_gt_1X_groupCount_byXnameXin classLambdaStepTest
-
get_g_V_filterXfalseX
- Specified by:
get_g_V_filterXfalseXin classLambdaStepTest
-
get_g_V_filterXtrueX
- Specified by:
get_g_V_filterXtrueXin classLambdaStepTest
-
get_g_V_filterXlang_eq_javaX
- Specified by:
get_g_V_filterXlang_eq_javaXin classLambdaStepTest
-
get_g_VX1X_filterXage_gt_30X
- Specified by:
get_g_VX1X_filterXage_gt_30Xin classLambdaStepTest
-
get_g_VX1X_out_filterXage_gt_30X
- Specified by:
get_g_VX1X_out_filterXage_gt_30Xin classLambdaStepTest
-
get_g_V_filterXname_startsWith_m_OR_name_startsWith_pX
- Specified by:
get_g_V_filterXname_startsWith_m_OR_name_startsWith_pXin classLambdaStepTest
-
get_g_E_filterXfalseX
- Specified by:
get_g_E_filterXfalseXin classLambdaStepTest
-
get_g_E_filterXtrueX
- Specified by:
get_g_E_filterXtrueXin classLambdaStepTest
-
get_g_VX1X_mapXnameX
- Specified by:
get_g_VX1X_mapXnameXin classLambdaStepTest
-
get_g_VX1X_outE_label_mapXlengthX
- Specified by:
get_g_VX1X_outE_label_mapXlengthXin classLambdaStepTest
-
get_g_VX1X_out_mapXnameX_mapXlengthX
- Specified by:
get_g_VX1X_out_mapXnameX_mapXlengthXin classLambdaStepTest
-
get_g_withPath_V_asXaX_out_mapXa_nameX
- Specified by:
get_g_withPath_V_asXaX_out_mapXa_nameXin classLambdaStepTest
-
get_g_withPath_V_asXaX_out_out_mapXa_name_it_nameX
- Specified by:
get_g_withPath_V_asXaX_out_out_mapXa_name_it_nameXin classLambdaStepTest
-
get_g_V_hasLabelXpersonX_order_byXvalueXageX_descX_name
- Specified by:
get_g_V_hasLabelXpersonX_order_byXvalueXageX_descX_namein classLambdaStepTest
-
get_g_VX1X_hasXlabel_personX_mapXmapXint_ageXX_orderXlocalX_byXvalues_descX_byXkeys_ascX
-
get_g_V_valueMap_unfold_mapXkeyX
- Specified by:
get_g_V_valueMap_unfold_mapXkeyXin classLambdaStepTest
-
get_g_V_group_byXname_substring_1X_byXconstantX1XX
- Specified by:
get_g_V_group_byXname_substring_1X_byXconstantX1XXin classLambdaStepTest
-
get_g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX
public Traversal<Vertex,Map<String, get_g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX()Long>> - Specified by:
get_g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaXin classLambdaStepTest
-
get_g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path
public Traversal<Vertex,Path> get_g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path(Object v1Id) - Specified by:
get_g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_pathin classLambdaStepTest
-
get_g_VX1X_sideEffectXstore_aX_name
- Specified by:
get_g_VX1X_sideEffectXstore_aX_namein classLambdaStepTest
-
get_g_VX1X_out_sideEffectXincr_cX_name
- Specified by:
get_g_VX1X_out_sideEffectXincr_cX_namein classLambdaStepTest
-
get_g_VX1X_out_sideEffectXX_name
- Specified by:
get_g_VX1X_out_sideEffectXX_namein classLambdaStepTest
-
get_g_withSideEffectXa__linkedhashmapX_V_out_groupCountXaX_byXlabelX_out_out_capXaX
-
get_g_withSideEffectsXa__linkedhashmapX_withSideEffectXb__arraylist__addAllX_withSideEffectXc__arrayList__addAllX_V_groupXaX_byXlabelX_byXcountX_sideEffectXb__1_2_3X_out_out_out_sideEffectXc__bob_danielX_capXaX
-
get_g_withSideEffectXa_0_sumX_V_out_sideEffectXsideEffectsXa_bulkXX_capXaX
public Traversal<Vertex,Integer> get_g_withSideEffectXa_0_sumX_V_out_sideEffectXsideEffectsXa_bulkXX_capXaX()- Specified by:
get_g_withSideEffectXa_0_sumX_V_out_sideEffectXsideEffectsXa_bulkXX_capXaXin classLambdaStepTest
-
get_g_withSideEffectXa_0X_V_out_sideEffectXsideEffectsXa_1XX_capXaX
public Traversal<Vertex,Integer> get_g_withSideEffectXa_0X_V_out_sideEffectXsideEffectsXa_1XX_capXaX()- Specified by:
get_g_withSideEffectXa_0X_V_out_sideEffectXsideEffectsXa_1XX_capXaXin classLambdaStepTest
-
get_g_withSideEffectXk_nameX_V_order_byXvalueMap_selectXkX_unfoldX_name
public Traversal<Vertex,String> get_g_withSideEffectXk_nameX_V_order_byXvalueMap_selectXkX_unfoldX_name()- Specified by:
get_g_withSideEffectXk_nameX_V_order_byXvalueMap_selectXkX_unfoldX_namein classLambdaStepTest
-
get_g_V_valuesXnameX_flatMapXsplitXaX
- Specified by:
get_g_V_valuesXnameX_flatMapXsplitXaXin classLambdaStepTest
-