| Modifier and Type | Method and Description | 
|---|---|
| ResultSet | Client. submit(Bytecode bytecode)Submit a  Bytecodeto the server for remote execution. | 
| CompletableFuture<ResultSet> | Client. submitAsync(Bytecode bytecode)An asynchronous version of  Client.submit(Traversal). | 
| CompletableFuture<ResultSet> | Client.ReboundClusteredClient. submitAsync(Bytecode bytecode)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> RemoteTraversal<?,E> | DriverRemoteConnection. submit(Bytecode bytecode)Deprecated. 
 As of release 3.2.4, replaced by  DriverRemoteConnection.submitAsync(Bytecode). | 
| <E> CompletableFuture<RemoteTraversal<?,E>> | DriverRemoteConnection. submitAsync(Bytecode bytecode) | 
| Modifier and Type | Method and Description | 
|---|---|
| Traversal.Admin | ScriptEngines. eval(Bytecode bytecode,
    Bindings bindings,
    String language)Deprecated. 
 As of release 3.2.7, replaced by  ScriptEngines.eval(Bytecode, Bindings, String, String). | 
| Traversal.Admin | GremlinExecutor. eval(Bytecode bytecode,
    Bindings boundVars,
    String language)Deprecated. 
 As of release 3.2.7, replaced by  GremlinExecutor.eval(Bytecode, Bindings, String, String) | 
| Traversal.Admin | ScriptEngines. eval(Bytecode bytecode,
    Bindings bindings,
    String language,
    String traversalSource)Deprecated.  | 
| Traversal.Admin | GremlinExecutor. eval(Bytecode bytecode,
    Bindings boundVars,
    String language,
    String traversalSource)Evaluates bytecode with bindings for a specific language into a  Traversal. | 
| Modifier and Type | Method and Description | 
|---|---|
| Traversal.Admin | GremlinGroovyScriptEngine. eval(Bytecode bytecode,
    Bindings bindings,
    String traversalSource) | 
| String | GroovyTranslator. translate(Bytecode bytecode) | 
| Modifier and Type | Method and Description | 
|---|---|
| default Traversal.Admin | GremlinScriptEngine. eval(Bytecode bytecode)Deprecated. 
 As of release 3.2.7, replaced by  GremlinScriptEngine.eval(Bytecode, String). | 
| default Traversal.Admin | GremlinScriptEngine. eval(Bytecode bytecode,
    Bindings bindings)Deprecated. 
 As of release 3.2.7, replaced by  GremlinScriptEngine.eval(Bytecode, Bindings, String). | 
| Traversal.Admin | GremlinScriptEngine. eval(Bytecode bytecode,
    Bindings bindings,
    String traversalSource) | 
| Traversal.Admin | MockGremlinScriptEngine. eval(Bytecode bytecode,
    Bindings bindings,
    String traversalSource) | 
| default Traversal.Admin | GremlinScriptEngine. eval(Bytecode bytecode,
    String traversalSource) | 
| T | JavaTranslator. translate(Bytecode bytecode) | 
| Modifier and Type | Method and Description | 
|---|---|
| <E> RemoteTraversal<?,E> | RemoteConnection. submit(Bytecode bytecode)Deprecated. 
 As of release 3.2.4, replaced by  RemoteConnection.submitAsync(Bytecode). | 
| <E> RemoteTraversal<?,E> | EmbeddedRemoteConnection. submit(Bytecode bytecode) | 
| default <E> CompletableFuture<RemoteTraversal<?,E>> | RemoteConnection. submitAsync(Bytecode bytecode) | 
| Modifier and Type | Method and Description | 
|---|---|
| Bytecode | AbstractRemoteTraversal. getBytecode() | 
| Modifier and Type | Method and Description | 
|---|---|
| Bytecode | Bytecode. clone() | 
| Bytecode | Traversal.Admin. getBytecode()Get the  Bytecodeassociated with the construction of this traversal. | 
| Bytecode | TraversalSource. getBytecode()Get the  Bytecodeassociated with the current state of this traversal source. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | Translator. translate(Bytecode bytecode)Translate  Bytecodeinto a new representation. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Bytecode | GraphTraversalSource. bytecode | 
| Modifier and Type | Method and Description | 
|---|---|
| Bytecode | GraphTraversalSource. getBytecode() | 
| Modifier and Type | Method and Description | 
|---|---|
| Bytecode | AbstractLambdaTraversal. getBytecode() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Bytecode | DefaultTraversal. bytecode | 
| Modifier and Type | Method and Description | 
|---|---|
| static Bytecode | BytecodeHelper. filterInstructions(Bytecode bytecode,
                  Predicate<Bytecode.Instruction> predicate) | 
| Bytecode | EmptyTraversal. getBytecode() | 
| Bytecode | DefaultTraversal. getBytecode() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Bytecode | BytecodeHelper. filterInstructions(Bytecode bytecode,
                  Predicate<Bytecode.Instruction> predicate) | 
| static Optional<String> | BytecodeHelper. getLambdaLanguage(Bytecode bytecode) | 
| Constructor and Description | 
|---|
| DefaultTraversal(Bytecode bytecode) | 
| Modifier and Type | Method and Description | 
|---|---|
| Traversal.Admin | GremlinJythonScriptEngine. eval(Bytecode bytecode,
    Bindings bindings,
    String traversalSource) | 
| String | PythonTranslator. translate(Bytecode bytecode) | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends InputShim> | GryoSerializers.BytecodeSerializer. read(KryoShim<I,?> kryo,
    I input,
    Class<Bytecode> clazz) | 
| Modifier and Type | Method and Description | 
|---|---|
| <O extends OutputShim> | GryoSerializers.BytecodeSerializer. write(KryoShim<?,O> kryo,
     O output,
     Bytecode bytecode) | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends InputShim> | GryoSerializers.BytecodeSerializer. read(KryoShim<I,?> kryo,
    I input,
    Class<Bytecode> clazz) | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.