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
. Callingg.Tx()
on this object will produce a newBegin()
that is bound to a remote transaction over which multiple traversals may be executed in that context. CallingGraphTraversalSource
orCommitAsync()
will then close the transaction and thus, the session. This feature only works withRollbackAsync()
transaction enabled graphs.
Interfaces
- IRemoteConnection
A simple abstraction of a "connection" to a "server".