public abstract class ComplexTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
ComplexTest.Traversals |
config, g, graph, graphProvider, name
Constructor and Description |
---|
ComplexTest() |
Modifier and Type | Method and Description |
---|---|
void |
allShortestPaths() |
void |
classicRecommendation() |
void |
coworkerSummary() |
void |
coworkerSummaryOLTP() |
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, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public 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()
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.