public class TraversalInterruptionTest extends AbstractGremlinProcessTest
Modifier and Type | Field and Description |
---|---|
String |
name |
UnaryOperator<GraphTraversal<?,?>> |
traversalAfterPause |
Function<GraphTraversalSource,GraphTraversal<?,?>> |
traversalBeforePause |
config, g, graph, graphProvider, shouldTestIteratorLeak
Constructor and Description |
---|
TraversalInterruptionTest() |
Modifier and Type | Method and Description |
---|---|
static Iterable<Object[]> |
data() |
void |
shouldRespectThreadInterruptionInVertexStep() |
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
public String name
public Function<GraphTraversalSource,GraphTraversal<?,?>> traversalBeforePause
public UnaryOperator<GraphTraversal<?,?>> traversalAfterPause
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.