Modifier and Type | Method and Description |
---|---|
ResultSet |
Client.submit(Bytecode bytecode)
Submit a
Bytecode to 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 |
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
Bytecode associated with the construction of this traversal. |
Bytecode |
TraversalSource.getBytecode()
Get the
Bytecode associated with the current state of this traversal source. |
Modifier and Type | Method and Description |
---|---|
T |
Translator.translate(Bytecode bytecode)
Translate
Bytecode into 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 void |
BytecodeHelper.detachElements(Bytecode bytecode) |
static Bytecode |
BytecodeHelper.filterInstructions(Bytecode bytecode,
Predicate<Bytecode.Instruction> predicate) |
static Optional<String> |
BytecodeHelper.getLambdaLanguage(Bytecode bytecode) |
static void |
BytecodeHelper.removeBindings(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> |
GryoSerializersV1d0.BytecodeSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Bytecode> clazz) |
<I extends InputShim> |
GryoSerializersV3d0.BytecodeSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Bytecode> clazz) |
Modifier and Type | Method and Description |
---|---|
<O extends OutputShim> |
GryoSerializersV1d0.BytecodeSerializer.write(KryoShim<?,O> kryo,
O output,
Bytecode bytecode) |
<O extends OutputShim> |
GryoSerializersV3d0.BytecodeSerializer.write(KryoShim<?,O> kryo,
O output,
Bytecode bytecode) |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
GryoSerializersV1d0.BytecodeSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Bytecode> clazz) |
<I extends InputShim> |
GryoSerializersV3d0.BytecodeSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Bytecode> clazz) |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.