Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.VerificationStrategy
Packages that use TraversalStrategy.VerificationStrategy
Package
Description
-
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.VerificationStrategyModifier and TypeClassDescriptionfinal classDetects the presence of aVertexProgramStrategyand throws anIllegalStateExceptionif it is found.Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification that return types with arguments of type TraversalStrategy.VerificationStrategyModifier and TypeMethodDescriptionSet<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 -
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.VerificationStrategyModifier and TypeClassDescriptionclassBaseTraversalStrategyclass that is configurable to throw warnings or exceptions.final classfinal classEdgeLabelVerificationStrategydoes not allow edge traversal steps to have no label specified.final classLambdaRestrictionStrategydoes not allow lambdas to be used in aTraversal.final classDetects steps marked withMutatingand throws anIllegalStateExceptionif one is found.classThis verification strategy detects property keys that should not be used by the traversal.final classMethods in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification that return types with arguments of type TraversalStrategy.VerificationStrategyModifier and TypeMethodDescriptionSet<Class<? extends TraversalStrategy.VerificationStrategy>>ReadOnlyStrategy.applyPost()Set<Class<? extends TraversalStrategy.VerificationStrategy>>StandardVerificationStrategy.applyPrior()