Class IndexTest.Traversals
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexTest
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexTest.Traversals
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexTest
IndexTest.Traversals
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description Traversals()
-
Method Summary
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.IndexTest
g_V_hasLabelXpersonX_name_fold_orderXlocalX_index_withXmapX, g_V_hasLabelXsoftwareX_index, g_V_hasLabelXsoftwareX_name_fold_orderXlocalX_index_unfold_order_byXtailXlocal_1XX, g_V_hasLabelXsoftwareX_order_byXnameX_index_withXmapX, g_VX1X_valuesXageX_index_unfold_unfold
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
-
Methods 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
-
-
-
-
Method Detail
-
get_g_V_hasLabelXsoftwareX_index_unfold
public Traversal<Vertex,List<Object>> get_g_V_hasLabelXsoftwareX_index_unfold()
- Specified by:
get_g_V_hasLabelXsoftwareX_index_unfold
in classIndexTest
-
get_g_V_hasLabelXsoftwareX_order_byXnameX_index_withXmapX
public Traversal<Vertex,Map<Integer,Vertex>> get_g_V_hasLabelXsoftwareX_order_byXnameX_index_withXmapX()
- Specified by:
get_g_V_hasLabelXsoftwareX_order_byXnameX_index_withXmapX
in classIndexTest
-
get_g_V_hasLabelXsoftwareX_name_fold_orderXlocalX_index_unfold_order_byXtailXlocal_1XX
public Traversal<Vertex,List<Object>> get_g_V_hasLabelXsoftwareX_name_fold_orderXlocalX_index_unfold_order_byXtailXlocal_1XX()
- Specified by:
get_g_V_hasLabelXsoftwareX_name_fold_orderXlocalX_index_unfold_order_byXtailXlocal_1XX
in classIndexTest
-
get_g_V_hasLabelXpersonX_name_fold_orderXlocalX_index_withXmapX
public Traversal<Vertex,Map<Integer,String>> get_g_V_hasLabelXpersonX_name_fold_orderXlocalX_index_withXmapX()
- Specified by:
get_g_V_hasLabelXpersonX_name_fold_orderXlocalX_index_withXmapX
in classIndexTest
-
-