Uses of Interface
org.apache.tinkerpop.gremlin.process.remote.traversal.RemoteTraversal
Packages that use RemoteTraversal
Package
Description
-
Uses of RemoteTraversal in org.apache.tinkerpop.gremlin.driver.remote
Classes in org.apache.tinkerpop.gremlin.driver.remote that implement RemoteTraversalModifier and TypeClassDescriptionclassAAbstractRemoteTraversalimplementation for the Gremlin Driver.Methods in org.apache.tinkerpop.gremlin.driver.remote that return types with arguments of type RemoteTraversalModifier and TypeMethodDescription<E> CompletableFuture<RemoteTraversal<?,E>> DriverRemoteConnection.submitAsync(GremlinLang gremlinLang) -
Uses of RemoteTraversal in org.apache.tinkerpop.gremlin.process.remote
Methods in org.apache.tinkerpop.gremlin.process.remote that return types with arguments of type RemoteTraversalModifier and TypeMethodDescription<E> CompletableFuture<RemoteTraversal<?,E>> EmbeddedRemoteConnection.submitAsync(GremlinLang gremlinLang) <E> CompletableFuture<RemoteTraversal<?,E>> RemoteConnection.submitAsync(GremlinLang gremlinLang) -
Uses of RemoteTraversal in org.apache.tinkerpop.gremlin.process.remote.traversal
Classes in org.apache.tinkerpop.gremlin.process.remote.traversal that implement RemoteTraversalModifier and TypeClassDescriptionclassThis is a stub implementation forRemoteTraversaland requires that theAbstractRemoteTraversal.nextTraverser()method is implemented fromTraversal.Admin.classGenerated by theEmbeddedRemoteConnectionto help simulate a remote traversal execution within the same JVM.