Class TraversalInterruptionTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.TraversalInterruptionTest
 
 
 
- 
 public class TraversalInterruptionTest extends AbstractGremlinProcessTest - Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Field SummaryFields Modifier and Type Field Description StringnameUnaryOperator<GraphTraversal<?,?>>traversalAfterPauseFunction<GraphTraversalSource,GraphTraversal<?,?>>traversalBeforePause- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description TraversalInterruptionTest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Object[]>data()voidshouldRespectThreadInterruptionInVertexStep()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Field Detail- 
namepublic String name 
 - 
traversalBeforePausepublic Function<GraphTraversalSource,GraphTraversal<?,?>> traversalBeforePause 
 - 
traversalAfterPausepublic UnaryOperator<GraphTraversal<?,?>> traversalAfterPause 
 
- 
 
-