Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.GremlinLang
-
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver with parameters of type GremlinLang Modifier and Type Method Description static RequestOptions
RequestOptions. getRequestOptions(GremlinLang gremlinLang)
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.driver.remote
Methods in org.apache.tinkerpop.gremlin.driver.remote with parameters of type GremlinLang Modifier and Type Method Description <E> CompletableFuture<RemoteTraversal<?,E>>
DriverRemoteConnection. submitAsync(GremlinLang gremlinLang)
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.process.remote
Methods in org.apache.tinkerpop.gremlin.process.remote with parameters of type GremlinLang Modifier and Type Method Description <E> CompletableFuture<RemoteTraversal<?,E>>
EmbeddedRemoteConnection. submitAsync(GremlinLang gremlinLang)
<E> CompletableFuture<RemoteTraversal<?,E>>
RemoteConnection. submitAsync(GremlinLang gremlinLang)
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.process.remote.traversal
Methods in org.apache.tinkerpop.gremlin.process.remote.traversal that return GremlinLang Modifier and Type Method Description GremlinLang
AbstractRemoteTraversal. getGremlinLang()
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return GremlinLang Modifier and Type Method Description GremlinLang
GremlinLang. clone()
GremlinLang
GraphOp. getGremlinLang()
Gets theGremlinLang
that represents this graph operation.GremlinLang
Traversal.Admin. getGremlinLang()
Get theGremlinLang
associated with the construction of this traversal.GremlinLang
TraversalSource. getGremlinLang()
Get theGremlinLang
associated with the current state of this traversal source.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type GremlinLang Modifier and Type Method Description boolean
GraphOp. equals(GremlinLang bc)
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Fields in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph declared as GremlinLang Modifier and Type Field Description protected GremlinLang
GraphTraversalSource. gremlinLang
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return GremlinLang Modifier and Type Method Description GremlinLang
GraphTraversalSource. getGremlinLang()
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.process.traversal.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return GremlinLang Modifier and Type Method Description GremlinLang
AbstractLambdaTraversal. getGremlinLang()
GremlinLang
CardinalityValueTraversal. getGremlinLang()
-
Uses of GremlinLang in org.apache.tinkerpop.gremlin.process.traversal.util
Fields in org.apache.tinkerpop.gremlin.process.traversal.util declared as GremlinLang Modifier and Type Field Description protected GremlinLang
DefaultTraversal. gremlinLang
Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return GremlinLang Modifier and Type Method Description GremlinLang
DefaultTraversal. getGremlinLang()
GremlinLang
EmptyTraversal. getGremlinLang()
Constructors in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type GremlinLang Constructor Description DefaultTraversal(GremlinLang gremlinLang)
-