Uses of Interface
org.apache.tinkerpop.gremlin.driver.RequestSubmitter
-
Packages that use RequestSubmitter Package Description org.apache.tinkerpop.gremlin.driver -
-
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
-