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 RequestOptionsRequestOptions. 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 GremlinLangAbstractRemoteTraversal. 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 GremlinLangGremlinLang. clone()GremlinLangGraphOp. getGremlinLang()Gets theGremlinLangthat represents this graph operation.GremlinLangTraversal.Admin. getGremlinLang()Get theGremlinLangassociated with the construction of this traversal.GremlinLangTraversalSource. getGremlinLang()Get theGremlinLangassociated 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 booleanGraphOp. 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 GremlinLangGraphTraversalSource. gremlinLangMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return GremlinLang Modifier and Type Method Description GremlinLangGraphTraversalSource. 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 GremlinLangAbstractLambdaTraversal. getGremlinLang()GremlinLangCardinalityValueTraversal. 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 GremlinLangDefaultTraversal. gremlinLangMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return GremlinLang Modifier and Type Method Description GremlinLangDefaultTraversal. getGremlinLang()GremlinLangEmptyTraversal. getGremlinLang()Constructors in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type GremlinLang Constructor Description DefaultTraversal(GremlinLang gremlinLang)
-