Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Bytecode
-
-
Uses of Bytecode in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Bytecode Modifier and Type Method Description ResultSetClient. submit(Bytecode bytecode)Submit aBytecodeto the server for remote execution.ResultSetClient. submit(Bytecode bytecode, RequestOptions options)A version ofClient.submit(Bytecode)which provides the ability to set per-request options.CompletableFuture<ResultSet>Client.AliasClusteredClient. submitAsync(Bytecode bytecode)CompletableFuture<ResultSet>Client.AliasClusteredClient. submitAsync(Bytecode bytecode, RequestOptions options)CompletableFuture<ResultSet>Client. submitAsync(Bytecode bytecode)An asynchronous version ofClient.submit(Traversal).CompletableFuture<ResultSet>Client. submitAsync(Bytecode bytecode, RequestOptions options)A version ofClient.submit(Bytecode)which provides the ability to set per-request options. -
Uses of Bytecode in org.apache.tinkerpop.gremlin.jsr223
Methods in org.apache.tinkerpop.gremlin.jsr223 with parameters of type Bytecode Modifier and Type Method Description Traversal.AdminGremlinLangScriptEngine. eval(Bytecode bytecode, Bindings bindings, String traversalSource)Bytecode is evaluated by theJavaTranslator.default Traversal.AdminGremlinScriptEngine. eval(Bytecode bytecode, String traversalSource)Traversal.AdminGremlinScriptEngine. eval(Bytecode bytecode, Bindings bindings, String traversalSource)TJavaTranslator. translate(Bytecode bytecode) -
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return Bytecode Modifier and Type Method Description BytecodeBytecode. clone()BytecodeGraphOp. getBytecode()Gets theBytecodethat represents this graph operation.BytecodeTraversal.Admin. getBytecode()Get theBytecodeassociated with the construction of this traversal.BytecodeTraversalSource. getBytecode()Get theBytecodeassociated with the current state of this traversal source.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type Bytecode Modifier and Type Method Description booleanGraphOp. equals(Bytecode bc)protected abstract ScriptTranslator.ScriptTranslator.AbstractTypeTranslator. produceScript(String traversalSource, Bytecode o)Take theBytecodeand writes the syntax directly to the memberTranslator.ScriptTranslator.AbstractTypeTranslator.scriptvariable.TTranslator. translate(Bytecode bytecode)TranslateBytecodeinto a new representation. -
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Fields in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph declared as Bytecode Modifier and Type Field Description protected BytecodeGraphTraversalSource. bytecodeMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return Bytecode Modifier and Type Method Description BytecodeGraphTraversalSource. getBytecode()
-