Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.VerificationStrategy
-
-
Uses of TraversalStrategy.VerificationStrategy in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification that implement TraversalStrategy.VerificationStrategy Modifier and Type Class Description class
VertexProgramRestrictionStrategy
Detects the presence of aVertexProgramStrategy
and throws anIllegalStateException
if it is found.Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification that return types with arguments of type TraversalStrategy.VerificationStrategy Modifier and Type Method Description Set<Class<? extends TraversalStrategy.VerificationStrategy>>
VertexProgramRestrictionStrategy. applyPost()
-
Uses of TraversalStrategy.VerificationStrategy in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type TraversalStrategy.VerificationStrategy Modifier and Type Method Description default Class<TraversalStrategy.VerificationStrategy>
TraversalStrategy.VerificationStrategy. getTraversalCategory()
-
Uses of TraversalStrategy.VerificationStrategy in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
Classes in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification that implement TraversalStrategy.VerificationStrategy Modifier and Type Class Description class
AbstractWarningVerificationStrategy
BaseTraversalStrategy
class that is configurable to throw warnings or exceptions.class
ComputerVerificationStrategy
class
EdgeLabelVerificationStrategy
EdgeLabelVerificationStrategy
does not allow edge traversal steps to have no label specified.class
LambdaRestrictionStrategy
LambdaRestrictionStrategy
does not allow lambdas to be used in aTraversal
.class
ReadOnlyStrategy
Detects steps marked withMutating
and throws anIllegalStateException
if one is found.class
ReservedKeysVerificationStrategy
This verification strategy detects property keys that should not be used by the traversal.class
StandardVerificationStrategy
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification that return types with arguments of type TraversalStrategy.VerificationStrategy Modifier and Type Method Description Set<Class<? extends TraversalStrategy.VerificationStrategy>>
ReadOnlyStrategy. applyPost()
Set<Class<? extends TraversalStrategy.VerificationStrategy>>
StandardVerificationStrategy. applyPrior()
-