Uses of Class
org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversalSource
Packages that use CredentialTraversalSource
-
Uses of CredentialTraversalSource in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return CredentialTraversalSourceModifier and TypeMethodDescriptionCredentialTraversalSource.clone()CredentialTraversalSource.withBulk(boolean useBulk) CredentialTraversalSource.withComputer()CredentialTraversalSource.withComputer(Class<? extends GraphComputer> graphComputerClass) CredentialTraversalSource.withComputer(Computer computer) CredentialTraversalSource.withoutStrategies(Class<? extends TraversalStrategy>... traversalStrategyClasses) CredentialTraversalSource.withPath()CredentialTraversalSource.withSack(A initialValue) CredentialTraversalSource.withSack(A initialValue, BinaryOperator<A> mergeOperator) CredentialTraversalSource.withSack(A initialValue, UnaryOperator<A> splitOperator) CredentialTraversalSource.withSack(A initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator) CredentialTraversalSource.withSack(Supplier<A> initialValue, BinaryOperator<A> mergeOperator) CredentialTraversalSource.withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator) CredentialTraversalSource.withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator) CredentialTraversalSource.withSideEffect(String key, A initialValue) CredentialTraversalSource.withSideEffect(String key, A initialValue, BinaryOperator<A> reducer) CredentialTraversalSource.withSideEffect(String key, Supplier<A> initialValue) CredentialTraversalSource.withSideEffect(String key, Supplier<A> initialValue, BinaryOperator<A> reducer) CredentialTraversalSource.withStrategies(TraversalStrategy... traversalStrategies) Constructors in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type CredentialTraversalSourceModifierConstructorDescriptionDefaultCredentialTraversal(CredentialTraversalSource traversalSource) DefaultCredentialTraversal(CredentialTraversalSource traversalSource, GraphTraversal.Admin traversal)