Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.Bytecode
- 
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.driverMethods 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.driver.remoteMethods in org.apache.tinkerpop.gremlin.driver.remote with parameters of type Bytecode Modifier and Type Method Description protected static RequestOptionsDriverRemoteConnection. getRequestOptions(Bytecode bytecode)<E> CompletableFuture<RemoteTraversal<?,E>>DriverRemoteConnection. submitAsync(Bytecode bytecode)<E> CompletableFuture<RemoteTraversal<?,E>>DriverRemoteTransaction. submitAsync(Bytecode bytecode)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.groovy.engineMethods in org.apache.tinkerpop.gremlin.groovy.engine with parameters of type Bytecode Modifier and Type Method Description Traversal.AdminGremlinExecutor. eval(Bytecode bytecode, Bindings boundVars, String language, String traversalSource)Evaluates bytecode with bindings for a specific language into aTraversal.
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.groovy.jsr223Methods in org.apache.tinkerpop.gremlin.groovy.jsr223 with parameters of type Bytecode Modifier and Type Method Description Traversal.AdminGremlinGroovyScriptEngine. eval(Bytecode bytecode, Bindings bindings, String traversalSource)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.jsr223Methods 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)Traversal.AdminMockGremlinScriptEngine. eval(Bytecode bytecode, Bindings bindings, String traversalSource)TJavaTranslator. translate(Bytecode bytecode)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.remoteMethods in org.apache.tinkerpop.gremlin.process.remote with parameters of type Bytecode Modifier and Type Method Description <E> CompletableFuture<RemoteTraversal<?,E>>EmbeddedRemoteConnection. submitAsync(Bytecode bytecode)<E> CompletableFuture<RemoteTraversal<?,E>>RemoteConnection. submitAsync(Bytecode bytecode)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.remote.traversalMethods in org.apache.tinkerpop.gremlin.process.remote.traversal that return Bytecode Modifier and Type Method Description BytecodeAbstractRemoteTraversal. getBytecode()
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.traversalMethods 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.graphFields 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()
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.traversal.lambdaMethods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return Bytecode Modifier and Type Method Description BytecodeAbstractLambdaTraversal. getBytecode()
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.traversal.translatorMethods in org.apache.tinkerpop.gremlin.process.traversal.translator with parameters of type Bytecode Modifier and Type Method Description protected ScriptDotNetTranslator.DefaultTypeTranslator. produceScript(String traversalSource, Bytecode o)protected ScriptGolangTranslator.DefaultTypeTranslator. produceScript(String traversalSource, Bytecode o)protected ScriptGroovyTranslator.DefaultTypeTranslator. produceScript(String traversalSource, Bytecode bytecode)protected ScriptJavascriptTranslator.DefaultTypeTranslator. produceScript(String traversalSource, Bytecode o)protected ScriptPythonTranslator.DefaultTypeTranslator. produceScript(String traversalSource, Bytecode o)protected ScriptPythonTranslator.NoSugarTranslator. produceScript(String traversalSource, Bytecode o)ScriptDotNetTranslator. translate(Bytecode bytecode)ScriptGolangTranslator. translate(Bytecode bytecode)ScriptGroovyTranslator. translate(Bytecode bytecode)ScriptJavascriptTranslator. translate(Bytecode bytecode)ScriptPythonTranslator. translate(Bytecode bytecode)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.process.traversal.utilFields in org.apache.tinkerpop.gremlin.process.traversal.util declared as Bytecode Modifier and Type Field Description protected BytecodeDefaultTraversal. bytecodeMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return Bytecode Modifier and Type Method Description static BytecodeBytecodeHelper. filterInstructions(Bytecode bytecode, Predicate<Bytecode.Instruction> predicate)BytecodeDefaultTraversal. getBytecode()BytecodeEmptyTraversal. getBytecode()Methods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type Bytecode Modifier and Type Method Description static voidBytecodeHelper. detachElements(Bytecode bytecode)static BytecodeBytecodeHelper. filterInstructions(Bytecode bytecode, Predicate<Bytecode.Instruction> predicate)static <A extends TraversalStrategy>
 Iterator<A>BytecodeHelper. findStrategies(Bytecode bytecode, Class<A> clazz)ParsesBytecodeto findTraversalStrategyobjects added in the source instructions.static Optional<String>BytecodeHelper. getLambdaLanguage(Bytecode bytecode)static booleanBytecodeHelper. isGraphOperation(Bytecode bytecode)Checks if the bytecode is one of the standardGraphOpoptions.static voidBytecodeHelper. removeBindings(Bytecode bytecode)Constructors in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type Bytecode Constructor Description DefaultTraversal(Bytecode bytecode)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.server.authzMethods in org.apache.tinkerpop.gremlin.server.authz that return Bytecode Modifier and Type Method Description BytecodeAuthorizer. authorize(AuthenticatedUser user, Bytecode bytecode, Map<String,String> aliases)Checks whether a user is authorized to have a gremlin bytecode request from a client answered and raises anAuthorizationExceptionif this is not the case.Methods in org.apache.tinkerpop.gremlin.server.authz with parameters of type Bytecode Modifier and Type Method Description BytecodeAuthorizer. authorize(AuthenticatedUser user, Bytecode bytecode, Map<String,String> aliases)Checks whether a user is authorized to have a gremlin bytecode request from a client answered and raises anAuthorizationExceptionif this is not the case.
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.server.handlerMethods in org.apache.tinkerpop.gremlin.server.handler with parameters of type Bytecode Modifier and Type Method Description protected Optional<Iterator<?>>AbstractSession. fromBytecode(SessionTask sessionTask, Bytecode bytecode)protected voidAbstractSession. handleGraphOperation(SessionTask sessionTask, Bytecode bytecode, Graph graph)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.server.op.sessionMethods in org.apache.tinkerpop.gremlin.server.op.session with parameters of type Bytecode Modifier and Type Method Description protected voidSessionOpProcessor. handleGraphOperation(Bytecode bytecode, Graph graph, Context context)IfBytecodeis detected to contain a "graph operation" then it gets processed by this method.
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.structure.io.binary.typesMethods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return Bytecode Modifier and Type Method Description protected BytecodeByteCodeSerializer. readValue(Buffer buffer, GraphBinaryReader context)Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type Bytecode Modifier and Type Method Description protected voidByteCodeSerializer. writeValue(Bytecode value, Buffer buffer, GraphBinaryWriter context)
- 
Uses of Bytecode in org.apache.tinkerpop.gremlin.structure.io.gryoMethods in org.apache.tinkerpop.gremlin.structure.io.gryo that return Bytecode Modifier and Type Method Description <I extends InputShim>
 BytecodeGryoSerializersV1d0.BytecodeSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode> clazz)<I extends InputShim>
 BytecodeGryoSerializersV3d0.BytecodeSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode> clazz)Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Bytecode Modifier and Type Method Description <O extends OutputShim>
 voidGryoSerializersV1d0.BytecodeSerializer. write(KryoShim<?,O> kryo, O output, Bytecode bytecode)<O extends OutputShim>
 voidGryoSerializersV3d0.BytecodeSerializer. write(KryoShim<?,O> kryo, O output, Bytecode bytecode)Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Bytecode Modifier and Type Method Description <I extends InputShim>
 BytecodeGryoSerializersV1d0.BytecodeSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode> clazz)<I extends InputShim>
 BytecodeGryoSerializersV3d0.BytecodeSerializer. read(KryoShim<I,?> kryo, I input, Class<Bytecode> clazz)
 
-