Uses of Interface
org.apache.tinkerpop.gremlin.driver.RequestSubmitter
Packages that use RequestSubmitter
-
Uses of RequestSubmitter in org.apache.tinkerpop.gremlin.driver
Subinterfaces of RequestSubmitter in org.apache.tinkerpop.gremlin.driverModifier and TypeInterfaceDescriptioninterfaceATransactioninterface for remote connections that combine lifecycle management and synchronous submission.Classes in org.apache.tinkerpop.gremlin.driver that implement RequestSubmitterModifier and TypeClassDescriptionclassAClientis constructed from aClusterand represents a way to send messages to Gremlin Server.static classUses aClient.ClusteredClientthat rebinds requests to a specifiedGraphorTraversalSourceinstances on the server-side.static final classAClientimplementation.static class -
Uses of RequestSubmitter in org.apache.tinkerpop.gremlin.driver.remote
Classes in org.apache.tinkerpop.gremlin.driver.remote that implement RequestSubmitterModifier and TypeClassDescriptionclassATransactionimplementation for HTTP-based remote connections.