Uses of Interface
org.apache.tinkerpop.gremlin.driver.RemoteTransaction
-
Packages that use RemoteTransaction Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.driver.remote -
-
Uses of RemoteTransaction in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return RemoteTransaction Modifier and Type Method Description RemoteTransactionCluster. transact()Creates a newTransactionusing the server's default traversal source.RemoteTransactionCluster. transact(String graphOrTraversalSource)Creates a newTransactionbound to the specified graph or traversal source. -
Uses of RemoteTransaction in org.apache.tinkerpop.gremlin.driver.remote
Classes in org.apache.tinkerpop.gremlin.driver.remote that implement RemoteTransaction Modifier and Type Class Description classHttpRemoteTransactionATransactionimplementation for HTTP-based remote connections.
-