Uses of Interface
org.apache.tinkerpop.gremlin.driver.RequestSubmitter
-
Packages that use RequestSubmitter Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.driver.remote -
-
Uses of RequestSubmitter in org.apache.tinkerpop.gremlin.driver
Subinterfaces of RequestSubmitter in org.apache.tinkerpop.gremlin.driver Modifier and Type Interface Description interfaceRemoteTransactionATransactioninterface for remote connections that combine lifecycle management and synchronous submission.Classes in org.apache.tinkerpop.gremlin.driver that implement RequestSubmitter Modifier and Type Class Description classClientAClientis constructed from aClusterand represents a way to send messages to Gremlin Server.static classClient.AliasClusteredClientUses aClient.ClusteredClientthat rebinds requests to a specifiedGraphorTraversalSourceinstances on the server-side.static classClient.ClusteredClientAClientimplementation.static classClient.PinnedClient -
Uses of RequestSubmitter in org.apache.tinkerpop.gremlin.driver.remote
Classes in org.apache.tinkerpop.gremlin.driver.remote that implement RequestSubmitter Modifier and Type Class Description classHttpRemoteTransactionATransactionimplementation for HTTP-based remote connections.
-