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