Class CredentialTraversalSource
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
-
- org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversalSourceDsl
-
- org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversalSource
-
- All Implemented Interfaces:
AutoCloseable,Cloneable,TraversalSource
public class CredentialTraversalSource extends CredentialTraversalSourceDsl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
GraphTraversalSource.Symbols
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
bytecode, connection, graph, strategies
-
-
Constructor Summary
Constructors Constructor Description CredentialTraversalSource(RemoteConnection connection)CredentialTraversalSource(Graph graph)CredentialTraversalSource(Graph graph, TraversalStrategies strategies)
-
Method Summary
-
-
-
Constructor Detail
-
CredentialTraversalSource
public CredentialTraversalSource(Graph graph)
-
CredentialTraversalSource
public CredentialTraversalSource(Graph graph, TraversalStrategies strategies)
-
CredentialTraversalSource
public CredentialTraversalSource(RemoteConnection connection)
-
-
Method Detail
-
clone
public CredentialTraversalSource clone()
- Specified by:
clonein interfaceTraversalSource- Overrides:
clonein classGraphTraversalSource
-
with
public CredentialTraversalSource with(String key)
- Specified by:
within interfaceTraversalSource- Overrides:
within classGraphTraversalSource
-
with
public CredentialTraversalSource with(String key, Object value)
- Specified by:
within interfaceTraversalSource- Overrides:
within classGraphTraversalSource
-
withStrategies
public CredentialTraversalSource withStrategies(TraversalStrategy... traversalStrategies)
- Specified by:
withStrategiesin interfaceTraversalSource- Overrides:
withStrategiesin classGraphTraversalSource
-
withoutStrategies
public CredentialTraversalSource withoutStrategies(Class<? extends TraversalStrategy>... traversalStrategyClasses)
- Specified by:
withoutStrategiesin interfaceTraversalSource- Overrides:
withoutStrategiesin classGraphTraversalSource
-
withComputer
public CredentialTraversalSource withComputer(Computer computer)
- Specified by:
withComputerin interfaceTraversalSource- Overrides:
withComputerin classGraphTraversalSource
-
withComputer
public CredentialTraversalSource withComputer(Class<? extends GraphComputer> graphComputerClass)
- Specified by:
withComputerin interfaceTraversalSource- Overrides:
withComputerin classGraphTraversalSource
-
withComputer
public CredentialTraversalSource withComputer()
- Specified by:
withComputerin interfaceTraversalSource- Overrides:
withComputerin classGraphTraversalSource
-
withSideEffect
public <A> CredentialTraversalSource withSideEffect(String key, Supplier<A> initialValue, BinaryOperator<A> reducer)
- Specified by:
withSideEffectin interfaceTraversalSource- Overrides:
withSideEffectin classGraphTraversalSource
-
withSideEffect
public <A> CredentialTraversalSource withSideEffect(String key, A initialValue, BinaryOperator<A> reducer)
- Specified by:
withSideEffectin interfaceTraversalSource- Overrides:
withSideEffectin classGraphTraversalSource
-
withSideEffect
public <A> CredentialTraversalSource withSideEffect(String key, A initialValue)
- Specified by:
withSideEffectin interfaceTraversalSource- Overrides:
withSideEffectin classGraphTraversalSource
-
withSideEffect
public <A> CredentialTraversalSource withSideEffect(String key, Supplier<A> initialValue)
- Specified by:
withSideEffectin interfaceTraversalSource- Overrides:
withSideEffectin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(A initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(A initialValue)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(Supplier<A> initialValue)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(A initialValue, UnaryOperator<A> splitOperator)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(Supplier<A> initialValue, BinaryOperator<A> mergeOperator)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withSack
public <A> CredentialTraversalSource withSack(A initialValue, BinaryOperator<A> mergeOperator)
- Specified by:
withSackin interfaceTraversalSource- Overrides:
withSackin classGraphTraversalSource
-
withBulk
public CredentialTraversalSource withBulk(boolean useBulk)
- Overrides:
withBulkin classGraphTraversalSource
-
withPath
public CredentialTraversalSource withPath()
- Overrides:
withPathin classGraphTraversalSource
-
users
public CredentialTraversal<Vertex,Vertex> users()
Description copied from class:CredentialTraversalSourceDslFinds all users.- Overrides:
usersin classCredentialTraversalSourceDsl
-
users
public CredentialTraversal<Vertex,Vertex> users(String username, String... more)
Description copied from class:CredentialTraversalSourceDslFinds users by name.- Overrides:
usersin classCredentialTraversalSourceDsl
-
user
public CredentialTraversal<Vertex,Vertex> user(String username, String password)
Description copied from class:CredentialTraversalSourceDslCreates or updates a user.- Overrides:
userin classCredentialTraversalSourceDsl
-
addV
public CredentialTraversal<Vertex,Vertex> addV()
- Overrides:
addVin classGraphTraversalSource
-
addV
public CredentialTraversal<Vertex,Vertex> addV(String label)
- Overrides:
addVin classGraphTraversalSource
-
addV
public CredentialTraversal<Vertex,Vertex> addV(Traversal vertexLabelTraversal)
- Overrides:
addVin classGraphTraversalSource
-
addE
public CredentialTraversal<Edge,Edge> addE(String label)
- Overrides:
addEin classGraphTraversalSource
-
addE
public CredentialTraversal<Edge,Edge> addE(Traversal edgeLabelTraversal)
- Overrides:
addEin classGraphTraversalSource
-
V
public CredentialTraversal<Vertex,Vertex> V(Object... vertexIds)
- Overrides:
Vin classGraphTraversalSource
-
E
public CredentialTraversal<Edge,Edge> E(Object... edgeIds)
- Overrides:
Ein classGraphTraversalSource
-
inject
public <S> CredentialTraversal<S,S> inject(S... starts)
- Overrides:
injectin classGraphTraversalSource
-
getAnonymousTraversalClass
public Optional<Class<?>> getAnonymousTraversalClass()
- Specified by:
getAnonymousTraversalClassin interfaceTraversalSource- Overrides:
getAnonymousTraversalClassin classGraphTraversalSource
-
-