public static class ComplexTest.Traversals extends ComplexTest
ComplexTest.Traversals
config, g, graph, graphProvider, name
Constructor and Description |
---|
Traversals() |
Modifier and Type | Method and Description |
---|---|
Traversal<Vertex,List<Object>> |
getAllShortestPaths() |
Traversal<Vertex,String> |
getClassicRecommendation() |
Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> |
getCoworkerSummary() |
Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> |
getCoworkerSummaryOLTP() |
Traversal<Vertex,Map<String,List<String>>> |
getPlaylistPaths() |
allShortestPaths, classicRecommendation, coworkerSummary, coworkerSummaryOLTP, playlistPaths
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public Traversal<Vertex,String> getClassicRecommendation()
getClassicRecommendation
in class ComplexTest
public Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummary()
getCoworkerSummary
in class ComplexTest
public Traversal<Vertex,Map<String,Map<String,Map<String,Object>>>> getCoworkerSummaryOLTP()
getCoworkerSummaryOLTP
in class ComplexTest
public Traversal<Vertex,List<Object>> getAllShortestPaths()
getAllShortestPaths
in class ComplexTest
public Traversal<Vertex,Map<String,List<String>>> getPlaylistPaths()
getPlaylistPaths
in class ComplexTest
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.