public abstract class AggregateTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
AggregateTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
AggregateTest() |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Vertex,List<String>> get_g_V_name_aggregateXglobal_xX_capXxX()
public abstract Traversal<Vertex,List<String>> get_g_V_name_aggregateXxX_capXxX()
public abstract Traversal<Vertex,List<String>> get_g_V_aggregateXxX_byXnameX_capXxX()
public abstract Traversal<Vertex,Path> get_g_V_out_aggregateXaX_path()
public abstract Traversal<Vertex,Collection<Integer>> get_g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX()
public abstract Traversal<Vertex,Collection> get_g_V_aggregateXlocal_aX_byXnameX_out_capXaX()
public abstract Traversal<Vertex,Collection> get_g_VX1X_aggregateXlocal_aX_byXnameX_out_aggregateXlocal_aX_byXnameX_name_capXaX(Object v1Id)
public abstract Traversal<Vertex,Set<String>> get_g_withSideEffectXa_setX_V_both_name_aggregateXlocal_aX_capXaX()
public abstract Traversal<Vertex,Collection> get_g_V_aggregateXlocal_aX_byXoutEXcreatedX_countX_out_out_aggregateXlocal_aX_byXinEXcreatedX_weight_sumX_capXaX()
public void g_V_valueXnameX_aggregateXglobal_xX_capXxX()
public void g_V_valueXnameX_aggregateXxX_capXxX()
public void g_V_aggregateXxX_byXnameX_capXxX()
public void g_V_out_aggregateXaX_path()
public void g_V_hasLabelXpersonX_aggregateXxX_byXageX_capXxX_asXyX_selectXyX()
public void g_V_aggregateXlocal_a_nameX_out_capXaX()
public void g_VX1X_aggregateXlocal_aX_byXnameX_out_aggregateXlocal_aX_byXnameX_name_capXaX()
public void g_withSideEffectXa_setX_V_both_name_aggregateXlocal_aX_capXaX()
public void g_V_aggregateXlocal_aX_byXoutEXcreatedX_countX_out_out_aggregateXlocal_aX_byXinEXcreatedX_weight_sumX()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.