public class CredentialTraversalSource extends CredentialTraversalSourceDsl
GraphTraversalSource.Symbolsbytecode, connection, graph, strategies| Constructor and Description |
|---|
CredentialTraversalSource(Graph graph) |
CredentialTraversalSource(Graph graph,
TraversalStrategies strategies) |
CredentialTraversalSource(RemoteConnection connection) |
close, getBytecode, getGraph, getStrategies, io, toString, txpublic CredentialTraversalSource(Graph graph)
public CredentialTraversalSource(Graph graph, TraversalStrategies strategies)
public CredentialTraversalSource(RemoteConnection connection)
public CredentialTraversalSource clone()
clone in interface TraversalSourceclone in class GraphTraversalSourcepublic CredentialTraversalSource with(String key)
with in interface TraversalSourcewith in class GraphTraversalSourcepublic CredentialTraversalSource with(String key, Object value)
with in interface TraversalSourcewith in class GraphTraversalSourcepublic CredentialTraversalSource withStrategies(TraversalStrategy... traversalStrategies)
withStrategies in interface TraversalSourcewithStrategies in class GraphTraversalSourcepublic CredentialTraversalSource withoutStrategies(Class<? extends TraversalStrategy>... traversalStrategyClasses)
withoutStrategies in interface TraversalSourcewithoutStrategies in class GraphTraversalSourcepublic CredentialTraversalSource withComputer(Computer computer)
withComputer in interface TraversalSourcewithComputer in class GraphTraversalSourcepublic CredentialTraversalSource withComputer(Class<? extends GraphComputer> graphComputerClass)
withComputer in interface TraversalSourcewithComputer in class GraphTraversalSourcepublic CredentialTraversalSource withComputer()
withComputer in interface TraversalSourcewithComputer in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSideEffect(String key, Supplier<A> initialValue, BinaryOperator<A> reducer)
withSideEffect in interface TraversalSourcewithSideEffect in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSideEffect(String key, A initialValue, BinaryOperator<A> reducer)
withSideEffect in interface TraversalSourcewithSideEffect in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSideEffect(String key, A initialValue)
withSideEffect in interface TraversalSourcewithSideEffect in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSideEffect(String key, Supplier<A> initialValue)
withSideEffect in interface TraversalSourcewithSideEffect in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(A initialValue, UnaryOperator<A> splitOperator, BinaryOperator<A> mergeOperator)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(A initialValue)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(Supplier<A> initialValue)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(A initialValue, UnaryOperator<A> splitOperator)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(Supplier<A> initialValue, BinaryOperator<A> mergeOperator)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic <A> CredentialTraversalSource withSack(A initialValue, BinaryOperator<A> mergeOperator)
withSack in interface TraversalSourcewithSack in class GraphTraversalSourcepublic CredentialTraversalSource withBulk(boolean useBulk)
withBulk in class GraphTraversalSourcepublic CredentialTraversalSource withPath()
withPath in class GraphTraversalSourcepublic CredentialTraversalSource withRemote(org.apache.commons.configuration.Configuration conf)
withRemote in interface TraversalSourcewithRemote in class GraphTraversalSourcepublic CredentialTraversalSource withRemote(String configFile) throws Exception
withRemote in interface TraversalSourcewithRemote in class GraphTraversalSourceExceptionpublic CredentialTraversalSource withRemote(RemoteConnection connection)
withRemote in interface TraversalSourcewithRemote in class GraphTraversalSourcepublic CredentialTraversal<Vertex,Vertex> users()
CredentialTraversalSourceDslusers in class CredentialTraversalSourceDslpublic CredentialTraversal<Vertex,Vertex> users(String username, String... more)
CredentialTraversalSourceDslusers in class CredentialTraversalSourceDslpublic CredentialTraversal<Vertex,Vertex> user(String username, String password)
CredentialTraversalSourceDsluser in class CredentialTraversalSourceDslpublic CredentialTraversal<Vertex,Vertex> addV()
addV in class GraphTraversalSourcepublic CredentialTraversal<Vertex,Vertex> addV(String label)
addV in class GraphTraversalSourcepublic CredentialTraversal<Vertex,Vertex> addV(Traversal vertexLabelTraversal)
addV in class GraphTraversalSourcepublic CredentialTraversal<Edge,Edge> addE(String label)
addE in class GraphTraversalSourcepublic CredentialTraversal<Edge,Edge> addE(Traversal edgeLabelTraversal)
addE in class GraphTraversalSourcepublic CredentialTraversal<Vertex,Vertex> V(Object... vertexIds)
V in class GraphTraversalSourcepublic CredentialTraversal<Edge,Edge> E(Object... edgeIds)
E in class GraphTraversalSourcepublic <S> CredentialTraversal<S,S> inject(S... starts)
inject in class GraphTraversalSourcepublic Optional<Class> getAnonymousTraversalClass()
getAnonymousTraversalClass in interface TraversalSourcegetAnonymousTraversalClass in class GraphTraversalSourceCopyright © 2013–2022 Apache Software Foundation. All rights reserved.