Namespace Gremlin.Net.Process.Remote
Classes
RemoteStrategy
Reconstructs a ITraversal by submitting it to a remote server via an IRemoteConnection instance.
RemoteTransaction
A controller for a remote transaction that is constructed from
g.Tx()
. Calling Begin()
on
this object will produce a new GraphTraversalSource
that is bound to a remote transaction over which
multiple traversals may be executed in that context. Calling CommitAsync()
or
RollbackAsync()
will then close the transaction and thus, the session. This feature only works with
transaction enabled graphs.
Interfaces
IRemoteConnection
A simple abstraction of a "connection" to a "server".