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